diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 0c0105ad..e60e0206 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -43,9 +43,6 @@ jobs: - uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true - - uses: r-lib/actions/setup-renv@v2 - with: - cache-version: 2 - name: Install pak dependency run: | diff --git a/utility/refresh.R b/utility/refresh.R index d4c0eca1..3d580ec4 100644 --- a/utility/refresh.R +++ b/utility/refresh.R @@ -64,7 +64,7 @@ devtools::check( # Equivalent of R-hub incoming = TRUE ) # Approx matches to https://cran.r-project.org/web/checks/check_flavors.html -rhub::rhub_check(platforms = c("linux", "windows", "gcc13", "ubuntu-clang", "ubuntu-gcc12", "ubuntu-next", "ubuntu-release")) +rhub::rhub_check(platforms = c("linux", "windows", "ubuntu-next", "ubuntu-release")) devtools::check_win_devel(email = "porterej@chop.edu") # CRAN submission policies encourage the development version # Note: Must be off of VPN revdepcheck::revdep_check(num_workers = 4)