diff --git a/DESCRIPTION b/DESCRIPTION index fcc2b3f..18ce84e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: austraits Title: Helpful functions to access, summarise and wrangle austraits data -Version: 2.2.2.9000 +Version: 2.2.3 Authors@R: c(person(given = "Daniel", family = "Falster", @@ -39,7 +39,8 @@ Imports: utils, magrittr, janitor, - lifecycle, + lifecycle +Suggests: ggplot2, ggpointdensity, ggbeeswarm (>= 0.7.1), @@ -47,8 +48,7 @@ Imports: scales, forcats, viridis, - lubridate -Suggests: + lubridate, knitr, rmarkdown, testthat (>= 3.0.0), diff --git a/NEWS.md b/NEWS.md index 8cb589c..d672128 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,2 @@ -# austraits 2.2.2 -- Upgrades to `as_wide_table`, `join_`, `trait_pivot_` to work with multiple versions of AusTraits -- Minor fixes across all function so `tidyselect` is happy -- Minor changes to documentation -- Minor fixes to `load_austraits` and `get_versions` due to Zenodo changes +# austraits 2.2.1 +- Updated dependencies, placing graphics related packages in Suggests