ropensci / FedData

Functions to Automate Downloading Geospatial Data Available from Several Federated Data Sources
https://docs.ropensci.org/FedData
Other
94 stars 22 forks source link

Unable to install dev version after updating to R version 4.4.1 (dependency issue) #118

Open monikashea opened 5 days ago

monikashea commented 5 days ago

I recently updated R to version 4.4.1 and while reinstalling packages I was initially unable to install the dev version of FedData:

remotes::install_github("ropensci/FedData", dependencies = FALSE)

gave the error:

ERROR: dependencies 'arcgislayers', 'ncdf4' are not available for package 'FedData'

I was able to get "ncdf4" but "arcgislayers" would not install. I looked at their github issues and found that the package is not available for the newest R version. Following the responses in the issue, I was able to install the package from r-universe using:

install.packages("arcgis", repos = "https://r-arcgis.r-universe.dev")

Once I did that, I was able to get FedData installed.

JosiahParry commented 5 days ago

I am sorry you are running into this issue. I've been working to get this fixed but the package {arcpbf} has been pending CRAN review for 7 days now https://cran.r-project.org/incoming/pending/. That package needs to be published before {arcgislayers} can be published again.