Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao committed Nov 7, 2023
1 parent 1d0d003 commit f263a3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
r-version: ['4.1.0']


env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand All @@ -16,12 +20,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up R
uses: r-lib/actions/setup-r@v1
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2-branch
with:
r-version: '4.1' # Specify your R version

r-version: ${{ matrix.r-version }}
- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@v1

Expand Down
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ Suggests:
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder:
knitr,
kableExtra
VignetteBuilder: knitr
Config/testthat/edition: 3

0 comments on commit f263a3d

Please sign in to comment.