Skip to content

Releases: ropensci/getCRUCLdata

Chicken Pot Pie

16 Aug 10:41
Compare
Choose a tag to compare

Minor changes

  • Replace raster package with terra

  • Update URLs

Roasted chook

26 Oct 10:39
7c68c64
Compare
Choose a tag to compare

getCRUCLdata 0.3.2

Minor changes

  • Correct link redirects in README

  • Correct formatting in documentation

  • Precompile main vignette

  • Add second vignette to illustrate advanced usage

  • Remove {pkgdown} from Suggests

  • Move CI to GitHub Actions

Ramen

12 Apr 10:37
Compare
Choose a tag to compare

Minor changes

  • Remove Imports for dplyr, tibble and tidyr to lessen dependencies

  • Remove Suggests for readr and sp

  • Enhance documentation

Bug fixes

  • Update tests that spuriously failed on some systems due to tolerances

  • Update package to follow CRAN policies

Egg sandwich

12 Sep 04:49
Compare
Choose a tag to compare
  • Removes startup message, instead placing information in CITATION file

  • Reorganises internal functions consolidating functions all in a single file and following a standard naming scheme for all internal functions

Banana pudding

16 Jun 05:14
Compare
Choose a tag to compare

Bug fixes

Minor changes

  • Fix documentation formatting issues

  • Enhance stop messages for user, just print message, not the function that
    called it to clarify

Poached Eggs

17 May 22:24
Compare
Choose a tag to compare

getCRUCLdata 0.2.3

Bug fixes

  • Fix missing import for rappdirs

Minor changes

  • Remove the use of plyr in tests

Fried Tofu

16 Nov 21:46
Compare
Choose a tag to compare

getCRUCLdata 0.2.0 (16/11/2017)

Major changes

  • Use hoardr for managing cached files

  • Fixed a bug where the file cache was not in the proper subdirectory. The file
    cache has moved to the proper location in a R/getCRUCLdata location rather
    than getCRUCLdata. You may wish to move files externally to R in order to keep
    them in the cache where the package will find them

  • Use lapply in place of purrr::map, purrr is no longer imported

Minor changes

  • Correct documentation where examples pointed to a non-existent list

Deprecated functions

CRU_cache_list() now superceded bymanage_cache$list()
CRU_cache_details() now superceded by manage_cache$details()
CRU_cache_delete() now superceded by manage_cache$delete()
CRU_cache_delete_all() now superceded by manage_cache$delete_all()

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()