Skip to content

update to DCR-like branding #125

update to DCR-like branding

update to DCR-like branding #125

on: [push, pull_request, workflow_dispatch]
name: R-CMD-release
jobs:
R-CMD-check:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- name: Install dependencies
run: |
install.packages(c("remotes", "rcmdcheck", "testthat"))
remotes::install_deps(dependencies = TRUE)
install.packages('svn', repos = 'https://ctu-bern.r-universe.dev')
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}