I wrote a vignettes for parallel cross-validations, but it's slightly too heavy to cope with when building and checking.
Furthermore, it is troublesome when users install the package from GitHub with devtools::install_github(..., build_vignettes=TRUE).
Should I move the real run part to other folder like demo, and set eval=FALSE for vignettes?
Need some more think...
I wrote a vignettes for parallel cross-validations, but it's slightly too heavy to cope with when building and checking. Furthermore, it is troublesome when users install the package from GitHub with
devtools::install_github(..., build_vignettes=TRUE)
. Should I move the real run part to other folder like demo, and seteval=FALSE
for vignettes? Need some more think...