ElsLommelen / actions

A set of GitHub actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actions

A set of GitHub actions

  • check_pkg: a strict and rigorous check of an R package. Based on checklist::check_package().
  • check_src: a strict and rigorous check of a project with R, R markdown and Sweave files. Based on checklist::check_source().
  • lint_pkg: check the coding style of an R package using lintr::lint_package().
  • lint_src: check the coding style of R scripts, Rmarkdown files or Sweave files using lintr::lint_dir().
  • pkgdown_covr: check code coverage, build a pkgdown website and deploy it to a gh-pages branch.
  • render_indicator: render the INBOmd examples. Not relevant for other purposes.
  • render_indicator: render the INBO indicators. Not relevant for other purposes.
  • render_nara: render the NARA background documents. Not relevant for other purposes.

About

A set of GitHub actions

License:GNU General Public License v3.0


Languages

Language:Shell 90.1%Language:Dockerfile 9.9%