Skip to content

Commit

Permalink
Updated CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJanvanRossum committed Dec 12, 2023
1 parent 69b667e commit 85ffa04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
dependencies: '"hard"'
extra-packages: any::covr, any::testthat
needs: coverage

- name: Test coverage
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Release to fix math rendering problems on R.4.2. Also includes a few extra options in the existing functions.
## Some small bug fixes, removed use of deprecated dependency functions, and changes in documentation to silence CRAN check note.

----

## Test environments

* local Windows 10 install, R 4.2.1
* local Windows 10 install, R 4.3.2
* Ubuntu (on github actions, devel and release)
* macOS (on github actions, release)
* R-hub (devel and release)
Expand Down

0 comments on commit 85ffa04

Please sign in to comment.