From 75a18676dc93b8a2be42d363f71ed727f1f21fc0 Mon Sep 17 00:00:00 2001 From: Fonti Kar Date: Tue, 28 Nov 2023 10:17:46 +1300 Subject: [PATCH] API related packages to Suggests --- DESCRIPTION | 8 ++++---- NEWS.md | 7 ++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 06a7531..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 +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