Skip to content

Commit

Permalink
Changes to get R-CMD-check working
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Jan 11, 2024
1 parent 9df41be commit fe6d73b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::XML, any::roxygen2, github::jamovi/jmvcore
extra-packages: any::rcmdcheck, any::XML, any::roxygen2, github::jamovi/jmvcore, github::sjentsch/jmvReadWrite
needs: check

- name: Document
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ License: AGPL-3 + file LICENSE
Language: en-GB
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: jmvcore
Imports:
jmvcore,
jmvReadWrite
Suggests:
testthat (>= 3.1.5),
jmvReadWrite (>= 0.4.2),
knitr
Remotes: sjentsch/jmvReadWrite
RoxygenNote: 7.2.3

0 comments on commit fe6d73b

Please sign in to comment.