Displaying 2 results from an estimated 2 matches for "_r_check_pkg_sizes_threshold_".
2023 Nov 24
1
tune "checking installed package size" NOTE
...an Gorecki <j.gorecki at wit.edu.pl> ?????:
> Recently we got _R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_ env var to
> tune "Size of tarball" note during R package check.
>
> Could we get similar one for tuning "checking installed package size"
> note?
Does _R_CHECK_PKG_SIZES_THRESHOLD_ (in megabytes) work for you? It can
be found by reading R Internals or grepping the tools source code for
"installed package size".
--
Best regards,
Ivan
2023 Nov 24
1
tune "checking installed package size" NOTE
Hello,
Recently we got _R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_ env var to tune
"Size of tarball" note during R package check.
Could we get similar one for tuning "checking installed package size" note?
We can then fit R CMD check more tightly to our package and track
regression in installed size, that could easily happen if we are force to
ignore the note because our