MRCIEU / gwasglue

Linking GWAS data to analytical tools in R
Other
117 stars 39 forks source link

Fixes for `R CMD check` #32

Closed remlapmot closed 2 years ago

remlapmot commented 2 years ago

I worked on these in January - running R CMD check locally without rerunning the vignettes with

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?