-
-
Notifications
You must be signed in to change notification settings - Fork 271
Added action and pkgdown config #1176
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
Conversation
It just occurred to me that (for historical reasons) RStan actually uses |
|
This is looking good. I made a few edits to vignette/doc that I just merged into this branch. I'll take a look again once the site rebuilds. |
|
I think this is ready to go, but do you if the failure on macOS-latest (release) is related to this in any way? |
|
Don't think so; I just changed the Action to no longer run on PRs, and Mac release passed on some of the older runs. Just reran anyway. |
jgabry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is ready to merge. @bgoodri this will automatically regenerate the new RStan website each time a release is tagged. It looks like releases haven't been tagged recently, so we should start doing that like we do for the other Stan R packages. In order to get the first version of this site rendered I'm going to tag a release now corresponding to the latest CRAN release (not releasing anything new that's on develop)
The main difference between this site and the old site is that it's been updated to match the new theme of the Stan website.
Actually it's pretty confusing to figure out how to exactly match the CRAN release, there doesn't even seem to be a point where the DESCRIPTION file has a commit that matches the package version number that's on CRAN now. So maybe I won't do that and I'll generate the website manually. Anyway, we should tag releases going forward. |
New website, GHA to autobuild site on commits to master.
This PR adds rstan/rstan/README.md to the package's gitignore (./rstan/.gitignore) and copies over the readme on every GHA build. This is to make the website update with the latest readme without having to manually copy anything, nor maintain two readmes in separate directories.