-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ devtools::check_win_oldrelease() | |
|
||
# 2024-08-19 DEK: rhub has been replaced by rhub2, so the following no longer | ||
# work. The new system is complicated, and has the disadvantage that it only | ||
# works on code that has been pushed to github ... so I will just use a github | ||
# action instead, I think. | ||
# works on code that has been pushed to github ... so now we rely on github | ||
# actions. | ||
# rhub::check_for_cran(email = "[email protected]", show_status = FALSE) | ||
# rhub::check(platform = "debian-clang-devel", show_status = FALSE) | ||
remotes::install_github("r-lib/revdepcheck") | ||
|