You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: