hadley / r-pkgs

Building R packages
https://r-pkgs.org
Other
866 stars 631 forks source link

`rhub::check_for_cran()` deprecated #1086

Open louisaslett opened 1 month ago

louisaslett commented 1 month ago

The rhub::check_for_cran() function is deprecated. Trying to run it results in the following:

> rhub::check_for_cran()
This function is deprecated and defunct since rhub v2.
Please see `?rhubv2` on transitioning to the new rhub functions.

Therefore the following line in the book is now out-of-date and probably needs to be updated per the R-hub v2 guidelines at https://r-hub.github.io/rhub/articles/rhubv2.html

https://github.com/hadley/r-pkgs/blob/ec8714b8aa88adb798b67b5a20fd3d7a73007cd7/release.Rmd#L286