Hello Bioconductor,
I am preparing to submit my first package to bioconductor in the new year. On the Bioconductor submission guidelines it states "The package should require less than 10 minutes to run R CMD check --no-build-vignettes."
Utilising the --no-build-vignettes option my package takes 4-4.30 minutes to run CMD check without unit testing running. With unit testing the package will take between 12-12.30 minutes. I am wondering if the statement above means CMD check + unit tests, or just CMD check.
Any help in clarifying this issue would be very appreciated.
Best, Krutik
Thank you for the response.