Message-ID: <cca5adf3-3f9b-d270-d8cc-f1cb1e8a0987@statistik.tu-dortmund.de>
Date: 2017-10-24T07:08:01Z
From: Uwe Ligges
Subject: [R-pkg-devel] Trying to remove dot file
In-Reply-To: <CADt0D3QGV6sHdLMYJvviCZzh-T3WC7A_2MGvk9WehVdjAJ6MHw@mail.gmail.com>
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!
>
>