-
Notifications
You must be signed in to change notification settings - Fork 0
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
GH actions for rendering of README.Rmd #17
Conversation
… Added dummy test in .Rmd
Removed use of `renv` through `- uses: r-lib/actions/setup-renv@v2`
R chunk renamed
Split jobs to increase clarity. Installed R dependencies and `rmarkdown`.
Adding `name: render-rmarkdown.yaml` so it includes it in checks
Adding `read-all` permissions
R dependencies and rendering seem to work. Action failed at Rmarkdown render files job
This PR addresses #16. It triggers on every PR and on |
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.
Thanks so much for this!! It's looking awesome.
I have a few knit comments and one suggestion.
Co-authored-by: Jackson Hoffart <[email protected]>
Co-authored-by: Jackson Hoffart <[email protected]>
Modified checkout to PR branch in order to render README and commit to PR branch which then gets merged to main. At least that is what should happen.
Revert to actions/checkout@v4
This PR's last two commits successfully detect changes in Changes from last review.
TODO
|
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.
A note about the changes to README
, but the action itself looks awesome!!
Hell yeah, thank you 😊
Changes post 25d9967:
No new README.md was generated with da8472b. Previous commit d14b064 would generated the new file but |
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.
Two suggestions to get the README.*
files back to 0 diff 😊
Co-authored-by: Jackson Hoffart <[email protected]>
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.
LGTM 🎉
Included
render-markdown.yaml
throughusethis::use_github_action("render-rmarkdown")
default settings. I added dummy test in .Rmd