rms icon indicating copy to clipboard operation
rms copied to clipboard

.Rbuildignore contains broken symlink

Open jeroen opened this issue 2 years ago • 0 comments

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
...

jeroen avatar Nov 21 '22 09:11 jeroen