Existing notes/warnings for CRAN checks:
WARN for r-devel-windows-x86_64-new-TK:
I have confirmed numerous times and in multiple ways (e.g. with dos2unix) that the Makevars file in the submitted source package has LF line endings. I do not get this warning when I build on my own Windows or Linux systems, or on any other platform. Thus I believe this warning can be ignored, but would appreciate any guidance otherwise.
NOTE for r-devel-windows-x86_64-new-TK:
The source/header files reported to have CRLF line endings are not in the source package and are auto-generated by rstantools at build time, possibly in a platform-specific way that results in CRLF line endings only when built on Windows. Because this NOTE does not appear on Linux or Mac builds I think it can be safely ignored.
NOTES for all versions:
Result: NOTE GNU make is a SystemRequirements.
Check: installed package size Result: NOTE installed size is 46.7Mb
These NOTES I believe are unavoidable for this package.
This release hopefully fixes all outstanding issues in CRAN checks
There were no ERRORs or WARNINGs.
There were 2 NOTEs:
As per the guidelines for developing R packages that interface with Stan (https://mc-stan.org/rstantools/articles/developer-guidelines.html), all Stan models I have developed for this package are pre-compiled when the package is built. This allows the models to be run on Mac/Windows without a C++ compiler available and speeds up model runtime at the cost of increasing installed package size. I have followed suggested best practices to combine my models into as few Stan model files as possible to speed up compilation and minimize size.
I believe GNU make is required to use Rcpp and compiled Stan code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.