Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with get_shalla_data() permissions on Windows #5

Open
bwmoore22 opened this issue Oct 25, 2016 · 0 comments
Open

Problem with get_shalla_data() permissions on Windows #5

bwmoore22 opened this issue Oct 25, 2016 · 0 comments
Labels

Comments

@bwmoore22
Copy link

The get_shalla_data() call fails on Windows for non-admin users with a call to "tar" where it appears to be a permissions or related problem. Environment is Windows 10 with Cygwin installed.

get_shalla_data(outdir = "./shalla_domain_category.csv", overwrite = FALSE)
tar (child): Cannot connect to C: resolve failed

gzip: stdin: unexpected end of file
/usr/bin/tar: Child returned status 128
/usr/bin/tar: Error is not recoverable: exiting now
Error in file(file, "rt") : cannot open the connection
In addition: Warning messages:
1: running command 'tar.exe -zxf "C:\Users\bwmoore\AppData\Local\Temp\RtmpYd0hIU\file21e4636a815" -C "C:/Users/bwmoore/Documents/Consulting_Business/R/working"' had status 2
2: In untar(tmp, exdir = getwd()) :
‘tar.exe -zxf "C:\Users\bwmoore\AppData\Local\Temp\RtmpYd0hIU\file21e4636a815" -C "C:/Users/bwmoore/Documents/Consulting_Business/R/working"’ returned error code 2
3: running command 'tar.exe -ztf "C:\Users\bwmoore\AppData\Local\Temp\RtmpYd0hIU\file21e4636a815"' had status 2
4: In file(file, "rt") :
cannot open file './shalla_domain_category.csv': No such file or directory

@soodoku soodoku added the bug label Nov 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants