Displaying 2 results from an estimated 2 matches for "buildignores".
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
2011 Nov 07
3
CRAN: How to list a non-Sweave doc under "Vignettes:" on package page?
Hi,
is it possible to have non-Sweave vignettes(*) in inst/doc/ be listed
under 'Downloads' on CRAN package pages? For instance, in my R.rsp
package I have a inst/doc/report.pdf (part of the source *.tar.gz)
that is not detected/listed. The PDF is not based on a Sweave
vignette but an *.tex.rsp vignette that is dynamically created via
inst/doc/Makefile. It is listed
(*) BTW, can the