Install from Predictive Eceology repo:
install.packages("climateData", repos = c(PE = "https://PredictiveEcology.r-universe.dev",
getOption("repos"))) Install from GitHub:
#install.packages("remotes")
library("remotes")
install_github("PredictiveEcology/climateData", dependencies = TRUE)