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
You probably (accidentally?) put some large object into your package,
e.g. a non-function object. But it is hard to say more without seeing
the actual code
Gabor
On Fri, Oct 29, 2021 at 10:07 PM Mosqueira Sanchez, Iago
wrote:
>
>
> I am getting warnings in some packages about the size of the
On 29/10/2021 4:23 p.m., Gábor Csárdi wrote:
You probably (accidentally?) put some large object into your package,
e.g. a non-function object. But it is hard to say more without seeing
the actual code
Yes. To track it down, you need to understand that an INSTALL executes
everything in the