diff --git a/DESCRIPTION b/DESCRIPTION index 1b5ff573..90e59c8f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -61,7 +61,7 @@ Description: Provides a collection of wrapper functions for common variable and License: GPL-3 Encoding: UTF-8 Language: en-GB -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/Needs/dependencies: tmelliott/surveyspec@develop, diff --git a/R/aggregate.R b/R/aggregate.R index f57c9ddb..d791a7c3 100644 --- a/R/aggregate.R +++ b/R/aggregate.R @@ -181,7 +181,7 @@ agg_default_name <- function(x) { #' #' Calculates the interquartile range from complex survey data. #' A wrapper for taking differences of `svyquantile` at 0.25 and 0.75 quantiles, -#' and meant to be called from within `summarize` (see [srvyr] package). +#' and meant to be called from within [srvyr::summarise]. #' #' @param x A variable or expression #' @param na.rm logical, if `TRUE` missing values are removed diff --git a/docs/404.html b/docs/404.html index d27da6fa..110b0a82 100644 --- a/docs/404.html +++ b/docs/404.html @@ -6,7 +6,7 @@
Elliott T, Barnett D, He Y, Su Z (2023). +
Elliott T, Barnett D, He Y, Su Z (2024). iNZightTools: Tools for 'iNZight'. -R package version 2.0.0, https://inzight.nz. +R package version 2.0.1, https://inzight.nz.
@Manual{, title = {iNZightTools: Tools for 'iNZight'}, author = {Tom Elliott and Daniel Barnett and Yiwen He and Zhaoming Su}, - year = {2023}, - note = {R package version 2.0.0}, + year = {2024}, + note = {R package version 2.0.1}, url = {https://inzight.nz}, }diff --git a/docs/index.html b/docs/index.html index dee34815..f88d5169 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@
NEWS.md
+ interpolate()
triggering an errorCalculates the interquartile range from complex survey data.
A wrapper for taking differences of svyquantile
at 0.25 and 0.75 quantiles,
-and meant to be called from within summarize
(see srvyr package).