Skip to content
Prev 12707 / 21307 Next

[Bioc-devel] Vignettes location in BiocCheck vs R CMD check

Hi,

I'm trying to submit my first package. but I'm confused about the location
of the vignettes in my submitted package. It seems like BiocCheck is
expecting the vignettes to go in <packagename>/vignettes directory but R
3.2+ expects them to go in <packagename>/inst/doc directory. Wherever I put
them, one of the checks complains about their location. Can't put them in
both directories either.

Thanks,
Armen