Skip to content

update unit tests and test coverage" #7

update unit tests and test coverage"

update unit tests and test coverage" #7

Workflow file for this run

name: R CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::roxygen2
- run: make test
- run: make check
- run: make check-cran