-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fully delegate installation to rstantools #45
Conversation
This is great, thank you so much! |
I have a naive question, should I commit the auto-generated files (under src/ or R/stanmodels.R)? I assume the answer is no because the one without these files are passing the tests, but wanted to make sure. Maybe it's worth adding these files in .gitignore? |
That's right, since you want them to be automatically generated at every installation so that your package remains compatible with future |
Thanks!
It's only happening in Debian, so I'm not quite sure where to look.. Full email pasted here:
|
Sorry for the delay! Would you be able to attach the package source that you submitted in a reply? Then I can test locally and see what's happening |
No delay at all! Now my update was still rejected either due to my email address change or C++14 requirements. A bit separate question - this source package does contain auto-generated files, but is that an expected behavior? |
We are going to do a rstantools release ASAP, but you can go ahead and do the C++17 thing yourself. We need this PR to be merged and released to CRAN in order to release the StanHeaders that has been years in the making but is still years behind the current Stan development branch. Please do so this week. |
The update has been submitted to CRAN, should be there soon. |
This PR updates your package to fully delegate the compilation/installation of your Stan models to
rstantools