Closed remlapmot closed 2 years ago
I worked on these in January - running R CMD check locally without rerunning the vignettes with
R CMD check
devtools::check(args = c('--no-manual','--no-vignettes','--no-build-vignettes'), build_args = c('--no-build-vignettes','--no-manual','--no-build-vignettes'))
gets this down to 1 note about the size of one of the datasets.
N checking installed package size ... installed size is 5.2Mb sub-directories of 1Mb or more: hapmap3 4.8Mb
@ritarasteiro would you like me to send this to a different branch or to your fork so easier for you to work on?
I worked on these in January - running
R CMD check
locally without rerunning the vignettes withgets this down to 1 note about the size of one of the datasets.
@ritarasteiro would you like me to send this to a different branch or to your fork so easier for you to work on?