Releases: ropensci/getCRUCLdata
Sumai
getCRUCLdata 0.1.10
Major changes
-
Add startup message regarding data source, use and citation
-
Include Scott Chamberlain as copyright holder and contributor for file
caching functionality
Dumplings
Bug Fixes
-
Fix bug where
cache
was not specified in internal function,.set_cache()
,
this caused either of the functions fetching data from CRU to fail -
Fix bug where
cache
directory could not be created on Windows OS machines -
Fix bug where tmx was returned when either tmn or tmx was requested for
data frame, tmn now returned when requested and tmx now returned when requested.
Raster stacks were not affected by this bug
Minor Changes
- Replaced
for f in 1:length()
withfor f in seq_along()
for better
programming practices
Shepherds Pie
getCRUCLdata 0.1.7
Minor Changes
-
Use
file.path
in place ofpaste0
-
ccafs is now Suggested
Bug fixes
- Fix bug where
rappdirs::user_config_dir()
was incorrectly used in place of
rappdirs::user_cache_dir()
Black bean soup
getCRUCLdata 0.1.6
Minor Changes
-
Use purrr in place of plyr functions
-
Update DESCRIPTION file to be more complete
-
Remove use of "%>%" in functions and remove magrittr import
Bug fixes
-
Fix bugs in CITATION file
-
Format NEWS.md to be more markdown standards compliant
Buffalo Wings
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
Minor Changes
- 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::fread
to 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
Pulled Pork
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()
andcreate_CRU_stack()
- R >=3.2.0 now required
Minor Changes
- 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::fread
to 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
ribs
Enhanced documentation
Submission to ROpenSci for review
chicken
Minor Changes
- Correct documentation to read that the data resolution is 10 minute, not 10 seconds
- Correct URLs in DESCRIPTION file
- Add required version for PURRR
- Add required version for R
- Corrected URL pointing to CRU readme.txt file
brisket
Fully functional and documented. No changes past this release are anticipated.