insightsengineering/BiocCheck action

Github Actions to implement R development stages for package development

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 3, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: insightsengineering/bioc-check-action@802ce838c55b106978fa3fa10de26dd8c189689c # v1.2.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to package's rootno.
new-packageenable checks specific to new packagesnofalse
post-result-as-commentpost the check result as a PR commentnotrue
no-check-dependenciesdisable check for bad dependenciesnofalse
no-check-deprecateddisable check for usage of deprecated packagesnofalse
no-check-remotesdisable check for usage of remote packages other than those hosted on CRAN or Bioconductornofalse
no-check-version-numdisable check for valid version numbernofalse
no-check-R-verdisable check for valid R versionnofalse
no-check-pkg-sizedisable check for package tarball sizenofalse
no-check-file-sizedisable check for individual file sizenofalse
no-check-bioc-viewsdisable biocViews-specific checks (for non-BioC packages)nofalse
no-check-bbsdisable BBS-specific checks (for non-BioC packages). Valid DESCRIPTIONnofalse
no-check-descriptiondisable DESCRIPTION file checksnofalse
no-check-namespacedisable namespace checksnofalse
no-check-vignettesdisable vignette checksnofalse
no-check-library-callsdisable check usage of functions that install or update packagesnofalse
no-check-install-selfdisable check for require or library of itselfnofalse
no-check-coding-practicesdisable check for some common best coding practicesnofalse
no-check-function-lendisable check for function lengthnofalse
no-check-man-docdisable checks for man page documentationnofalse
no-check-newsdisable checks for NEWS filenofalse
no-check-unit-testsdisable checks for unit testsnofalse
no-check-skip-bioc-testsdisable check for tests that skip when on biocnofalse
no-check-formattingdisable checks for file formattingnofalse
no-check-CRANdisable check for if package exists in CRANnofalse
no-check-bioc-helpdisable check for registration on Bioconductor mailing list and support sitenofalse
build-output-filefile containing R CMD build output, for additional analysisno
quit-with-statusenable exit code option when performing checknofalse
no-cachedisable github action R dependency cachingnofalse
cache-versionversion of cache. To clean cache bump this version.nocache-v1
allow-failureBiocCheck errors will not fail, but will give a warning.nofalse

no outputs