R CMD check takes a significant amount of time to complete on one of my packages because there are many examples/tests to run. Perhaps there's a way to run in parallel?
I stumbled upon this post which seems to have a solution for R CMD install on linux (I can't see how it would work on Windows): http://r.789695.n4.nabble.com/parallel-build-for-package-equivalent-of-make-j8-td921920.html
Is there a solution for parallel R CMD check on Windows?