Releases: ropensci/getCRUCLdata
Pasta Salad
Minor changes
-
Add source and references to documentation for data
-
Create function aliases that use all lower case, e.g.,
get_cru_stack()
vsget_CRU_stack()
-
Improved documentation with linting, ensuring consistency in units of measurement, etc.
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