Kenneth,
You should _always_ run R CMD check (and R CMD BiocCheck) on the tarball
generated by R CMD build. The build step essentially cleans the code. If
your vignette takes a bit to generate (the vignette gets generated with R
CMD build), just do R CMD build --no-build-vignettes
Best,
Kasper
Hi Lori,
Thanks for the reply. The actual tar.gz built by R CMD build is only 3Mb so
maybe I should ignore the note and submit? The note may actually be
referring to large .git objects in the git history - not sure.
Regards,
Kenneth
On Mon, May 14, 2018 at 12:15 PM, Shepherd, Lori <
lori.sheph.
Please review the package guidelines -
http://bioconductor.org/developers/package-guidelines/
Generally, Bioconductor will insist that the R CMD built package tar.gz be less
than 4MB for software packages (There are some exceptions for data experiment
or annotation packages).
If this is a