Open hadley opened 3 years ago
Look at what Shiny does.
Do you still want these as separate actions? Or as an example workflow that does all of them?
Let's wait for @schloerke since this is something that Shiny already does.
We should also think about compiling translation files .mo
as part of this step.
Hadley, do you still want an action and/or workflow for these?
TBH it does not seem practical to introduce new jobs for these.
roxygen2::roxygenise()
check could be part of the check-r-package
action?check-r-package
action, optionally.R CMD check
, or run the URL checks as part of the check-r-package
action. Yeah, I think the best way to handle these would be to introduce additional features/functions in rcmdcheck, and then set those options for actions.
This is blocked by new features in rcmdcheck.
Our team has a pretty simple workflow that we call that has been handling our needs for this https://github.com/RMI-PACTA/actions/blob/main/.github/workflows/R-check-docs.yml
roxygen2::roxygenise()
and check no files changedpkgdown::build_reference_index()
is ok