From 64a983d5daa94ec34c318ce17beb9588b2fb112e Mon Sep 17 00:00:00 2001 From: Ezra Porter <60618324+ezraporter@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:49:08 -0400 Subject: [PATCH] cran prep 3 --- .github/workflows/R-CMD-check.yaml | 3 --- utility/refresh.R | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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)