Skip to content

Commit

Permalink
cran prep 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraporter committed Apr 11, 2024
1 parent e5fe387 commit 64a983d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion utility/refresh.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]") # CRAN submission policies encourage the development version
# Note: Must be off of VPN
revdepcheck::revdep_check(num_workers = 4)
Expand Down

0 comments on commit 64a983d

Please sign in to comment.