We are currently trying to create an R package that internally uses rstan. We have followed the guidance documents for rstantools and everything is working as expected except for the fact that R CMD CHECK now generates two NOTES namely:
❯ checking installed package size ... NOTE
installed size is 57.4Mb
sub-directories of 1Mb or more:
libs 56.0Mb
❯ checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
My understanding from another thread is that these can safely be ignored. However as we are submitting our package to CRAN I was wondering if it would be possible to get a general description or something we could point to in our cran-comments file that explains why these are necessary? The reason I ask is that I believe you are supposed to provide an explanation for any unresolved NOTEs when submitting a package to CRAN.
Thank you for any help you can provide
EDIT:
For reference our package can be found here