Skip to content

Commit

Permalink
Remove revdepcheck, update renv
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hanna authored and Richard Hanna committed Jul 15, 2024
1 parent eb11152 commit 7348324
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 108 deletions.
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.2.0",
"Version": "4.4.0",
"Repositories": [
{
"Name": "CRAN",
Expand Down
2 changes: 1 addition & 1 deletion renv/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"ppm.enabled": null,
"ppm.ignored.urls": [],
"r.version": "4.2.0",
"r.version": "4.4.0",
"snapshot.type": "implicit",
"use.cache": true,
"vcs.ignore.cellar": true,
Expand Down
7 changes: 0 additions & 7 deletions revdep/.gitignore

This file was deleted.

89 changes: 0 additions & 89 deletions revdep/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions revdep/cran.md

This file was deleted.

1 change: 0 additions & 1 deletion revdep/failures.md

This file was deleted.

1 change: 0 additions & 1 deletion revdep/problems.md

This file was deleted.

2 changes: 1 addition & 1 deletion utility/refresh.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ devtools::check( # Equivalent of R-hub
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)
# revdepcheck::revdep_check(num_workers = 4) # Deprecated
# Careful, the last question ultimately uploads it to CRAN, where you can't delete/reverse your decision.
# Run as not CRAN to build full vignettes
# withr::with_envvar(
Expand Down

0 comments on commit 7348324

Please sign in to comment.