actions-marketplace-validations/Staged dependencies action

Github Action to install R package and system dependencies, based on the staged.dependencies R package.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
run-system-dependenciesCheck for and install system dependenciesnofalse
git-user-nameGit user.name configuration for fetching remote staged dependenciesnogithub-actions[bot]
git-user-emailGit user.email configuration for fetching remote staged dependenciesno27856297+dependabot-preview[bot]@users.noreply.github.com
pathPath to the R packageno.
versionVersion of {staged.dependencies} to use. This action is compatilble with `>=v0.2.2`nov0.3.1
threadsNumber of threads to use. Set to 'auto' to use max available threadsnoauto
cran-reposMap of CRAN repositories delimited by commanoCRAN=https://cloud.r-project.org
enable-bioc-reposAdd `BiocManager::repositories()` to option reposnofalse
token-mappingToken mapping that is used in `staged.dependencies.token_mapping` delimited by comma. Note that you will need to set these tokens with their respective values as environment variables while using this action. nohttps://github.com=GITHUB_PAT,https://gitlab.com=GITLAB_PAT
enable-checkRun `check_yamls_consistent` before installation of dependenciesnofalse
git-refGit reference to use as a reference stage for installing dependenciesno${{ github.ref }}
renv-restoreRestore dependencies from `renv.lock`, if it existsnotrue
quietIf TRUE, suppress outputnotrue
directionThe direction to use to install dependencies. Choose between 'upstream', 'downstream' and 'all'noall

no outputs