I am encountering some issues here. I thought originally it might be due to using renv, but this occurs in a 'plain' session too. I see errors like this:
Installing cpp11 [0.4.2] ...
OK [linked cache]
Installing arrow [9.0.0] ...
FAILED
Error installing package 'arrow':
- installing binary package ‘arrow’ ...
cp: cannot create regular file '/nfshome/MI.local/scharlesworth/Closed_IQVIA/renv/staging/1/arrow/./help/buffer.html': File exists
cp: cannot create regular file '/nfshome/MI.local/scharlesworth/Closed_IQVIA/renv/staging/1/arrow/./help/Field.html': File exists
cp: cannot create regular file '/nfshome/MI.local/scharlesworth/Closed_IQVIA/renv/staging/1/arrow/./help/Schema.html': File exists
cp: cannot create regular file '/nfshome/MI.local/scharlesworth/Closed_IQVIA/renv/staging/1/arrow/./help/Type.html': File exists
cp: cannot create regular file '/nfshome/MI.local/scharlesworth/Closed_IQVIA/renv/staging/1/arrow/./help/array.html': File exists
/usr/bin/gtar: You may not specify more than one '-Acdtrux', '--delete' or '--test-label' option
Try '/usr/bin/gtar --help' or '/usr/bin/gtar --usage' for more information.
/usr/bin/gtar: This does not look like a tar archive
/usr/bin/gtar: Exiting with failure status due to previous errors
ERROR: installing binary package failed - removing ‘/nfshome/MI.local/scharlesworth/Closed_IQVIA/renv/staging/1/arrow’
Error: install of package 'arrow' failed [error code 1]
I'm using
"Repositories": [
{
"Name": "CRAN",
"URL": "https://packagemanager.rstudio.com/all/__linux__/centos8/latest/"
}
]
Any help is appreciated!