nmfs-fish-tools
. See also theR-universe documentation.Package: ghactions4r 0.2.0
ghactions4r: Use GitHub Actions Reusable Workflows for R Packages
Provides functions to allow users to set up github action workflows related to R packages.
Authors:
ghactions4r_0.2.0.tar.gz
ghactions4r_0.2.0.zip(r-4.5)ghactions4r_0.2.0.zip(r-4.4)ghactions4r_0.2.0.zip(r-4.3)
ghactions4r_0.2.0.tgz(r-4.4-any)ghactions4r_0.2.0.tgz(r-4.3-any)
ghactions4r_0.2.0.tar.gz(r-4.5-noble)ghactions4r_0.2.0.tar.gz(r-4.4-noble)
ghactions4r_0.2.0.tgz(r-4.4-emscripten)ghactions4r_0.2.0.tgz(r-4.3-emscripten)
ghactions4r.pdf |ghactions4r.html✨
ghactions4r/json (API)
NEWS
# Install 'ghactions4r' in R: |
install.packages('ghactions4r', repos = c('https://noaa-fisheries-integrated-toolbox.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nmfs-fish-tools/ghactions4r/issues
github-actionsnoaanoaa-fisheries
Last updated 28 days agofrom:250f3dbd32. Checks:7 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Dec 19 2024 |
R-4.5-win | OK | Dec 19 2024 |
R-4.5-linux | OK | Dec 19 2024 |
R-4.4-win | OK | Dec 19 2024 |
R-4.4-mac | OK | Dec 19 2024 |
R-4.3-win | OK | Dec 19 2024 |
R-4.3-mac | OK | Dec 19 2024 |
Exports:rm_dollar_signuse_build_pkgdownuse_calc_coverageuse_doc_and_style_ruse_r_cmd_checkuse_spell_checkuse_update_pkgdown
Dependencies:askpassclicliprcrayoncredentialscurldescfsgertghgitcredsgluehttr2inijsonlitelifecyclemagrittropensslpurrrR6rappdirsrlangrprojrootrstudioapisysusethisvctrswhiskerwithryamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add platform-specific additional arguments to a GitHub workflow YAML file | add_args |
Check the workflow name is formatted correctly | check_workflow_name |
Replace dollar sign operator in a file | rm_dollar_sign |
use workflow in current pkg to check pkgdown site builds. | use_build_pkgdown |
workflow for calculating code coverage | use_calc_coverage |
Use workflow in current pkg to automate documenting and styling | use_doc_and_style_r |
Use workflow to run r cmd check on Linux, Mac, and Windows GitHub Actions | use_r_cmd_check |
use workflow to run spelling::spell_check_package() | use_spell_check |
use workflow in current pkg to update pkg down, where the site is deployed to a branch called gh-pages | use_update_pkgdown |
Validate additional arguments for R functions | validate_additional_args |