I wish to use the devtools package. I\'ve run the following commands:
devtools
> install.packages(\"devtools\", dependencies = TRUE) .... > library
I'm on windows and had the same issue.
I used the below code :
install.packages("devtools", type = "win.binary")
Then library(devtools) worked for me.