6154/unable-to-install-the-devtools-package-in-r
I am trying to install the 'devtools' package and i get this error:
> library(devtools) Error in library(devtools) : there is no package called ‘devtools’
How do i resolve it?
Run the below command in your Ubuntu/Linux shell:
sudo apt-get install libcurl4-openssl-dev libssl-dev
Try install.packages(“package_name”, repos="http://cr ...READ MORE
You can use sessionInfo() to accomplish that. > ...READ MORE
Your system does not contain a personal ...READ MORE
In this line, Install.packages(“rvest”) Add rvest inside double ...READ MORE
If you have your file located locally ...READ MORE
Try the below option: detach("package:vegan", unload=TRUE) NOTE: You can ...READ MORE
There are 2 options: Either you can use ...READ MORE
In R, there are two steps of ...READ MORE
If you want to plot 4 graphs ...READ MORE
Try this. lapply(a,function(x){ifelse(is.na(x),mean(a,na.rm = TRUE ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.