ficonsulting / ficonsulting/RInno
tar.exe: Option --force-local is not supported
- Dominant language
- HTML
- Stars
- 313
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this error when running `create_app` with the `remote` argument. The error seems related to issue #171 of `remotes` [link](https://github.com/r-lib/remotes/issues/171).
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
Extract: tar.exe -xf
Create: tar.exe -cf [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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.