We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this error when running create_app with the remote argument. The error seems related to issue #171 of remotes link.
create_app
remote
remotes
This is the full error:
Downloading remotes... - c1au6i0/rvent Downloading GitHub repo c1au6i0/rvent@master tar.exe: Option --force-local is not supported Usage: List: tar.exe -tf <archive-filename> Extract: tar.exe -xf <archive-filename> Create: tar.exe -cf <archive-filename> [filenames...] Help: tar.exe --help Error: Does not appear to be an R package (no DESCRIPTION) In addition: Warning messages: 1: In utils::untar(tarfile, extras = "--force-local", ...) : ‘tar.exe -xf "C:\Users\claud\AppData\Local\Temp\RtmpgDV36f\filed901a8b1380.tar.gz" -C "C:/Users/claud/AppData/Local/Temp/RtmpgDV36f/remotesd905323463c" --force-local’ returned error code 1 2: In system(cmd, intern = TRUE) : running command 'tar.exe -tf "C:\Users\claud\AppData\Local\Temp\RtmpgDV36f\filed901a8b1380.tar.gz" --force-local' had status 1
C.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting this error when running
create_app
with theremote
argument. The error seems related to issue #171 ofremotes
link.This is the full error:
C.
The text was updated successfully, but these errors were encountered: