Last answered:

29 Apr 2020

Posted on:

29 Apr 2020

0

Cannot install ‘tidyverse’ package

Hi, The following message popped up when I tried to install package "tidyverse". I am wondering if the package is still available. Thank you. install.packages("tidyverse")
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/Guihua/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning in install.packages :
package ‘tidyverse’ is not available (for R version 3.6.3)
2 answers ( 0 marked as helpful)
Posted on:

29 Apr 2020

0
The ‘tidyverse’ package is still available, please try to update your R and Rstudio and install the package again, it worked for me. Thanks. 
Posted on:

29 Apr 2020

0
Hello, I downloaded the latest version R 4.0.0 and it could not install Tidyverse either with similar warning package ‘tidyverse’ is not available (for R version 4.0.0).  Are we going to use this package extensively for the coming courses? Can I get away without installing it? ### install.packages("tidyverse")
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/Guihua/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/src/contrib:
cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
Warning in install.packages :
package ‘tidyverse’ is not available (for R version 4.0.0)
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/4.0:
cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/PACKAGES'

Submit an answer