I am encountering this error when I try to install the latest package (so I can use blms)
library(remotes)
remotes::install_github("harrelfe/rms")
Downloading GitHub repo harrelfe/rms@master
Skipping 1 packages ahead of CRAN: Rcpp
✓ checking for file ‘/private/var/folders/0f/3bq6j4cj4gg_0ll_qq0rcm8h0000gq/T/Rtmpka1DHt/remotes20ba2544fec/harrelfe-rms-b262bfa/DESCRIPTION’ ...
cp: harrelfe-rms-b262bfa/.Rbuildignore: No such file or directory
ERROR
copying to build directory failed
Error: Failed to install 'rms' from GitHub:
System command 'R' failed, exit status: 1, stdout + stderr:
E> * checking for file ‘/private/var/folders/0f/3bq6j4cj4gg_0ll_qq0rcm8h0000gq/T/Rtmpka1DHt/remotes20ba2544fec/harrelfe-rms-b262bfa/DESCRIPTION’ ... OK
E> cp: harrelfe-rms-b262bfa/.Rbuildignore: No such file or directory
E> ERROR
E> copying to build directory failed
version
_
platform x86_64-apple-darwin19.3.0
arch x86_64
os darwin19.3.0
system x86_64, darwin19.3.0
status
major 3
minor 6.3
year 2020
month 02
day 29
svn rev 77875
language R
version.string R version 3.6.3 (2020-02-29)
nickname Holding the Windsock
Thank you for this wonderful resource.
I am encountering this error when I try to install the latest package (so I can use blms)
What can I do do fix this?
Best, Alan