I am trying to download and install the RavenR package following the steps outline in "RavenR_Short_Exercise" tutorial. However, am getting the following error.
Code: Select all
library(devtools)
> devtools::install_github("rchlumsk/RavenR")
Downloading GitHub repo rchlumsk/RavenR@master
These packages have more recent versions available.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: RSQLite (2.1.1 -> 2.1.2 ) [CRAN]
5: tidyr (0.8.2 -> 1.0.0 ) [CRAN]
and a few more here.........................
Out put after I push 1
Code: Select all
package ‘rlang’ successfully unpacked and MD5 sums checked
Error: Failed to install 'RavenR' from GitHub:
(converted from warning) cannot remove prior installation of package ‘rlang’
I tried to uninstall RavenR package and re-installing the package but nothing worked. Any way forward please.
Thank you,
Ameer