Skip to content

Releases: ropensci/getCRUCLdata

Black bean soup

13 Jun 08:51
Compare
Choose a tag to compare

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

04 Apr 10:53
Compare
Choose a tag to compare

getCRUCLdata 0.1.5

Major Changes

  • create_CRU_stack() and create_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() and get_CRU_stack()
  • R >=3.2.0 now required
  • Data can be cached using either get_CRU_stack() or get_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

26 Feb 23:24
Compare
Choose a tag to compare

Major Changes

  • create_CRU_stack() and create_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() and create_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

30 Jan 21:03
Compare
Choose a tag to compare

Enhanced documentation

Submission to ROpenSci for review

chicken

18 Jan 22:47
Compare
Choose a tag to compare

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

05 Jan 21:09
Compare
Choose a tag to compare

Fully functional and documented. No changes past this release are anticipated.