Skip to content

Releases: ropensci/getCRUCLdata

Sumai

27 Oct 03:02
Compare
Choose a tag to compare

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

07 Jul 02:48
Compare
Choose a tag to compare

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() with for f in seq_along() for better
    programming practices

Shepherds Pie

26 Jun 03:59
Compare
Choose a tag to compare

getCRUCLdata 0.1.7

Minor Changes

  • Use file.path in place of paste0

  • 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

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.