I am unable to install tidyr
package in R version 3.1.1
This is what happens:
install.packages("tidyr")
Installing package into ‘C:/Users/Name/Documents/R/win-library/3.1’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘tidyr’ is not available (for R version 3.1.1)
I have a Windows PC and have just installed dplyr
which got installed easily and is running smoothly.
Any ideas why this is happening as this doesn't seem to be a general issue.
I got same Problem with DSR
Package, like this:
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘DSR’ is not available (for R version 3.2.4 Revised)
then solved it with devtoolls
.
devtools::install_github("hadley/tidyr")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With