Skip to content

Releases: ropensci/getCRUCLdata

Chickpea Chorizo Spinach Frittata

15 Dec 09:39
e1ba872
Compare
Choose a tag to compare

Minor changes

  • Reknit vignette with proper values

Cucumber Salad

15 Dec 09:12
e296973
Compare
Choose a tag to compare

Minor changes

  • Fix CITATION to align with current CRAN standards

  • Update URLs to ensure all are valid

  • Correct grammar in several parts of documentation and README

Bug fixes

  • Fix cross references in documentation

Lychee Curry

15 Dec 03:19
8275899
Compare
Choose a tag to compare

getCRUCLdata 1.0.0

Major changes

  • The cache is now where ever tools::R_user_dir(package = "getCRUCLdata", which = "cache") is defined by R (>= 4.0.0) and should align with CRAN standards, so it might be possible to get this back on CRAN

  • Depends on R (>= 4.0.0)

  • {data.table} is no longer imported as a whole

Minor changes

  • {cli} is used for errors that are emitted to the user

  • Many internal changes including code linting and styling to improve code smells

  • Improved documentation

  • Use {roxyglobals} for undefined globals

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