Published April 4, 2017
| Version 0.1.5
Software
Open
ropensci/getCRUCLdata: Buffalo Wings
Description
getCRUCLdata 0.1.5
Major Changes
create_CRU_stack()andcreate_CRU_df()now only work with locally available files. If you need to fetch and create a data frame or raster stack of the data, please use the new functions,get_CRU_stack()andget_CRU_stack()- R >=3.2.0 now required
- Data can be cached using either
get_CRU_stack()orget_CRU_df()for later use
- Improved documentation with examples on mapping and graphing and more detail regarding the data itself
- Change the method in which files are downloaded to use
httr::GET() - Ingest data using
data.table::freadto decrease the amount of time necessary to run the functions - Functions check to see if data file(s) have already been downloaded during current R session, if so data file(s) are not requested for download again
- Months are returned as a factor object in the tidy data frame
Files
ropensci/getCRUCLdata-0.1.5.zip
Files
(2.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9c547550e392e8fa9f28bd4ac3181e71
|
2.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/getCRUCLdata/tree/0.1.5 (URL)