Skip to content

4th ver

4th ver #13

Workflow file for this run

on: [push, pull_request]
name: R-CMD-check
jobs:
R-CMD-check:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: r-lib/actions/setup-r@master
- name: Install dependencies
run: Rscript -e "install.packages(c('seasonalityPlot'))"
- name: Check
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'error')"