https://github.com/predictiveecology/climatedata
Utilities for working with North American climate data from 'ClimateNA' https://climatena.ca
https://github.com/predictiveecology/climatedata
Last synced: over 1 year ago
JSON representation
Utilities for working with North American climate data from 'ClimateNA' https://climatena.ca
- Host: GitHub
- URL: https://github.com/predictiveecology/climatedata
- Owner: PredictiveEcology
- License: gpl-3.0
- Created: 2020-08-06T17:44:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T23:00:04.000Z (over 1 year ago)
- Last Synced: 2024-11-26T00:19:14.546Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 9.14 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# climateData
[](https://github.com/PredictiveEcology/climateData/actions/workflows/R-CMD-check.yaml)
## Installation
**Install from Predictive Eceology repo:**
```r
install.packages("climateData", repos = c(PE = "https://PredictiveEcology.r-universe.dev",
getOption("repos")))
```
**Install from GitHub:**
```r
#install.packages("remotes")
library("remotes")
install_github("PredictiveEcology/climateData", dependencies = TRUE)
```