[R-pkg-devel] Trying to remove dot file
On 24.10.2017 06:30, Adrian Cunningham wrote:
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).
ls -a Best, Uwe Ligges
Does anyone have any suggestions to help me? Any suggestions would be most welcome and appreciated, thank you!