Skip to content

Commit

Permalink
update docs; fix doc link issue for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliott committed Dec 30, 2024
1 parent de268d7 commit 7aea79a
Show file tree
Hide file tree
Showing 74 changed files with 162 additions and 160 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion R/aggregate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pandoc: 2.9.2.1
pkgdown: 2.0.7
pkgdown: 2.0.9
pkgdown_sha: ~
articles: {}
last_built: 2023-07-30T23:02Z
last_built: 2024-12-30T00:52Z
urls:
reference: https://inzightvit.github.io/iNZightTools/reference
article: https://inzightvit.github.io/iNZightTools/articles
Expand Down
Loading

0 comments on commit 7aea79a

Please sign in to comment.