I'm currently building a package that I hope to upload to CRAN. The examples I've included in my help documentation currently take some time to check (~12min in total), and I'm aware that this can be an issue when trying to load on CRAN. While I could make my examples run faster, I'm worried this will make them less meaningful for users reading the help files. Is there a way to include some fast (but less meaningful) examples that will be checked by CRAN but won't be visible to users in the help documentation?
I'm using devtools and roxygen2 to write my documentation, so it would be great to get an answer using these tools if possible.
Thanks for your help.