Hi,
I updated my Rstudio and I'm trying to install a package called"fiftystater" but I'm getting an error message. May any one assist?
library(remotes)
install.packages('fiftystater')
#> Installing package into 'C:/Users/mahah_og9drz8/OneDrive/Documents/R/win-library/4.1'
#> (as 'lib' is unspecified)
#> Warning: package 'fiftystater' is not available for this version of R
#>
#> A version of this package for your version of R might be available elsewhere,
#> see the ideas at
#> https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Created on 2022-04-24 by the reprex package (v2.0.1)