Skip to content

Prepare CRAN release #1129

Prepare CRAN release

Prepare CRAN release #1129

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
#
# NOTE: This workflow only directly installs "hard" dependencies, i.e. Depends,
# Imports, and LinkingTo dependencies. Notably, Suggests dependencies are never
# installed, with the exception of testthat, knitr, and rmarkdown. The cache is
# never used to avoid accidentally restoring a cache containing a suggested
# dependency.
on:
pull_request:
branches: [main, master]
name: R-CMD-check-hard
jobs:
R-CMD-check-hard:
uses: easystats/workflows/.github/workflows/R-CMD-check-hard.yaml@main