If you have access to a linux box (or cygwin), there is this tool [1]
that lets you do something like
find . -name inst/include/*.h | xargs dos2unix
to fix all the line breaks in one shot.
There are also binaries for Windows so you should be able to do this
from your computer.
Best,
ƒacu.-
On 05/06/2019 7:13 a.m., D. Vidotto wrote:
Dear members,
Yesterday I submitted a package called 'bayespca' (version
0.0.2) to CRAN. Today, I received an e-mail saying that the package did not
pass some test.
Thus, today I have been working on fixing these problems (original th
Dear members,
Yesterday I submitted a package called 'bayespca' (version
0.0.2) to CRAN. Today, I received an e-mail saying that the package did not
pass some test.
Thus, today I have been working on fixing these problems (original three
notes). While I could fix almost all of t