Add functions to standardise system dependencies #118
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
GitHub Actions
Issue occurring on GitHub Actions
Right now there is a disconnect between the system dependencies lists in the Dockerfile and those in the rworkflows action.
rworkflows/inst/templates/Dockerfile
Line 22 in 0958123
rworkflows/action.yml
Line 259 in 0958123
I could resolve this by copying-and-pasting any updates to all locations where this is relevant, or i could add some R functions to keep track the system dependencies (and what commands should be used to install them on each OS) in one place.
Thus, I've added new functions and implemented in the action and all relevant files (on the dev branch):
dependencies_linux
dependencies_macos
dependencies_windows
dependencies_latex
The text was updated successfully, but these errors were encountered: