search for: rcheckignore

Displaying 2 results from an estimated 2 matches for "rcheckignore".

2007 Mar 18
1
R CMD check ignores .Rbuildignore?
The contents of .Rbuildignore seems to affect R CMD build but not R CMD check. I'm using R 2.4.0 on Debian. Is my understanding correct? And is there anything I can do about it? In my case, some of the excluded files contain references to other libraries, so linking fails under R CMD check. I realize I could add the library to the build (with Makevars, I guess), but I do not want to
2013 Sep 10
0
Is it possible to tell 'R CMD check' to accept certain filenames starting with a period?
...ing hidden files and directories: inst/configs/.BatchJobs.R These were most likely included in error. See section 'Package structure' in the 'Writing R Extensions' manual. It is not true that this is an error. Is there a way to tell R CMD check that it's intentional? Think .Rcheckignore analogously to .Rignorebuild and .Rinstignore (I know that does not exist). /Henrik