r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 52 forks source link

Message in Terminal : "The install-github.me service is deprecated, please stop using it." #444

Closed statnmap closed 3 years ago

statnmap commented 3 years ago

I launched rhub::local_check_linux() and I got this error :

Cannot load the sysreqs package :(  Install it with
R -q -e "source('https://install-github.me/r-hub/sysreqs')"

Thus, I run this line of code in the Terminal and got this message

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

Also, I had to install it as sudo user, but this may be specific to my Ubuntu installation.

gaborcsardi commented 3 years ago

You can ignore that message, it does not mean that the package was not installed.