rhub icon indicating copy to clipboard operation
rhub copied to clipboard

deprecated advice in local_linux_check?

Open bbolker opened this issue 2 years ago • 0 comments

The first time I ran local_linux_check() it failed because I didn't have the sysreqs package and suggested this:

$ R -q -e "source('https://install-github.me/r-hub/sysreqs')"
> source('https://install-github.me/r-hub/sysreqs')
The install-github.me service is deprecated, please stop using it.

Perhaps this should be changed to something like remotes::install_github("r-hub/sysreqs") ?

bbolker avatar Apr 11 '22 02:04 bbolker