From 85ffa0433f44177984da8dbc5b48b7f9a947370d Mon Sep 17 00:00:00 2001 From: Bart-Jan van Rossum Date: Tue, 12 Dec 2023 16:57:55 +0100 Subject: [PATCH] Updated CRAN comments --- .github/workflows/test-coverage.yaml | 3 ++- cran-comments.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index d661baa..cdd2d8b 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -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 diff --git a/cran-comments.md b/cran-comments.md index c01c5a7..d5826ff 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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)