Closed statnmap closed 3 years ago
I launched rhub::local_check_linux() and I got this error :
rhub::local_check_linux()
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.
sudo
You can ignore that message, it does not mean that the package was not installed.
I launched
rhub::local_check_linux()
and I got this error :Thus, I run this line of code in the Terminal and got this message
Also, I had to install it as
sudo
user, but this may be specific to my Ubuntu installation.