Releases: ropensci/getCRUCLdata
Chickpea Chorizo Spinach Frittata
Minor changes
- Reknit vignette with proper values
Cucumber Salad
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
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
Minor changes
-
Replace raster package with terra
-
Update URLs
Roasted chook
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
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
-
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
Bug fixes
-
Fix bug where
tmp
anddtr
could not be returned withtmn
ortmx
raster
stacks -
Move
rappdirs
to SUGGESTS to fix NOTEs on
https://cran.rstudio.com/web/checks/check_results_getCRUCLdata.html
Minor changes
-
Fix documentation formatting issues
-
Enhance
stop
messages for user, just print message, not the function that
called it to clarify
Poached Eggs
getCRUCLdata 0.2.3
Bug fixes
- Fix missing import for rappdirs
Minor changes
- Remove the use of plyr in tests
Fried Tofu
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 aR/getCRUCLdata
location rather
thangetCRUCLdata
. 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 ofpurrr::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()