Re: [R-pkg-devel] What influences the size of the rdb file in a package

2021-10-30 Thread Mosqueira Sanchez, Iago
;s just a bunch of functions, but in more > complicated situations, you may have created some objects in order > to > build functions, even though you don't need them: but unless you > remove > them, it's very easy to have them included too. > > Duncan Murdoch

[R-pkg-devel] What influences the size of the rdb file in a package

2021-10-29 Thread Mosqueira Sanchez, Iago
I am getting warnings in some packages about the size of the R folder * checking installed package size ... NOTE installed size is 20.5Mb sub-directories of 1Mb or more: data 2.4Mb R 17.8Mb This package contains around 3300 lines of code, if the results of grep -v '^\s*#' *.R