harrelfe / rms

Regression Modeling Strategies
https://hbiostat.org/R/rms
Other
170 stars 48 forks source link

.Rbuildignore contains broken symlink #121

Open jeroen opened 1 year ago

jeroen commented 1 year ago

We see:

R CMD build rms
  * checking for file ‘rms/DESCRIPTION’ ... OK
  cp: cannot stat 'rms/.Rbuildignore': No such file or directory
   ERROR

The reason is that your .Rbuildignore file is a symlink to a file on your disk (which we don't have):

jeroen@Jeroens-MBP-2 rms % ls -ltra
total 152
lrwxr-xr-x@   1 jeroen  staff     36 Nov 21 10:32 .Rbuildignore -> /home/harrelfe/R/Hmisc/.Rbuildignore
-rw-r--r--@   1 jeroen  staff     50 Nov 21 10:32 .gitignore
-rw-r--r--@   1 jeroen  staff   6580 Nov 21 10:32 NAMESPACE
...