Skip to content
Prev 2000 / 12125 Next

[R-pkg-devel] Trying to remove dot file

Hello Everyone,


I am trying to eliminate a warning from my package so that it will pass the
devtools check.

* checking package subdirectories ... WARNING
Subdirectory 'man' contains invalid file names:
  '._PlotMDS.Rd'
Please remove or rename the files.


I tried using "dot_clean -m --keep=mostrecent /PlotMDS/man" and that didn't
seem to remove the file. I am not able to view the file (tried using sudo
ls).

Does anyone have any suggestions to help me? Any suggestions would be most
welcome and appreciated, thank you!