From f27f8abd1568d315938a89d7bb071120e90a1429 Mon Sep 17 00:00:00 2001 From: Nicole Hill Date: Mon, 6 Jan 2025 15:22:11 -0800 Subject: [PATCH] Roxygen to 7.3.2.9000 and update associated documentation --- DESCRIPTION | 2 +- man/dev_skewnorm.Rd | 2 +- man/log_lik_skewnorm.Rd | 2 +- man/numericise.Rd | 2 +- man/ran_skewnorm.Rd | 2 +- man/res_skewnorm.Rd | 2 +- man/sens_skewnorm.Rd | 2 +- man/skewnorm.Rd | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1e8a0e22..db67728a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -46,6 +46,6 @@ Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.2.9000 VignetteBuilder: knitr Config/Needs/website: poissonconsulting/poissontemplate diff --git a/man/dev_skewnorm.Rd b/man/dev_skewnorm.Rd index 9983b41c..1726fe2d 100644 --- a/man/dev_skewnorm.Rd +++ b/man/dev_skewnorm.Rd @@ -25,7 +25,7 @@ An numeric vector of the corresponding deviances or deviance residuals. Skew Normal Deviances } \examples{ -\dontshow{if (rlang::is_installed("sn")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("sn")) withAutoprint(\{ # examplesIf} dev_skewnorm(c(-2:2)) dev_skewnorm(-2:2, 0, 1, 5) dev_skewnorm(-2:2, 0, 1, 5, res = TRUE) diff --git a/man/log_lik_skewnorm.Rd b/man/log_lik_skewnorm.Rd index ea6eae50..f468eb28 100644 --- a/man/log_lik_skewnorm.Rd +++ b/man/log_lik_skewnorm.Rd @@ -22,7 +22,7 @@ An numeric vector of the corresponding log-likelihoods. Skew Normal Log-Likelihood } \examples{ -\dontshow{if (rlang::is_installed("sn")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("sn")) withAutoprint(\{ # examplesIf} log_lik_skewnorm(c(-2:2)) log_lik_skewnorm(c(-2:2), shape = -2) log_lik_skewnorm(c(-2:2), shape = 2) diff --git a/man/numericise.Rd b/man/numericise.Rd index 1d7215b3..f500d844 100644 --- a/man/numericise.Rd +++ b/man/numericise.Rd @@ -100,7 +100,7 @@ numericise(as.Date("1972-01-01")) numericise(as.POSIXct("1972-01-01", tz = "UTC")) # hms -\dontshow{if (rlang::is_installed("hms")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("hms")) withAutoprint(\{ # examplesIf} numericise(hms::as_hms("00:01:03")) \dontshow{\}) # examplesIf} diff --git a/man/ran_skewnorm.Rd b/man/ran_skewnorm.Rd index b20f753e..805c4d11 100644 --- a/man/ran_skewnorm.Rd +++ b/man/ran_skewnorm.Rd @@ -23,7 +23,7 @@ A numeric vector of the random samples. Skew Normal Random Samples } \examples{ -\dontshow{if (rlang::is_installed("sn")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("sn")) withAutoprint(\{ # examplesIf} ran_skewnorm(10, shape = -1) ran_skewnorm(10, shape = 0) ran_skewnorm(10, shape = 1) diff --git a/man/res_skewnorm.Rd b/man/res_skewnorm.Rd index ecee901e..0d2c53c5 100644 --- a/man/res_skewnorm.Rd +++ b/man/res_skewnorm.Rd @@ -27,7 +27,7 @@ An numeric vector of the corresponding residuals. Skew Normal Residuals } \examples{ -\dontshow{if (rlang::is_installed("sn")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("sn")) withAutoprint(\{ # examplesIf} res_skewnorm(c(-2:2)) \dontshow{\}) # examplesIf} } diff --git a/man/sens_skewnorm.Rd b/man/sens_skewnorm.Rd index 262637a7..fb5605d2 100644 --- a/man/sens_skewnorm.Rd +++ b/man/sens_skewnorm.Rd @@ -24,7 +24,7 @@ Expands (\code{sd_mult > 1}) or reduces (\code{sd_mult < 1}) the standard deviat of the Skew Normal distribution without changing the mean. } \examples{ -\dontshow{if (rlang::is_installed("sn")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("sn")) withAutoprint(\{ # examplesIf} sens_skewnorm(10, 3, -1, 2) sens_skewnorm(10, 3, 3, 0.8) \dontshow{\}) # examplesIf} diff --git a/man/skewnorm.Rd b/man/skewnorm.Rd index 77747585..59007b5c 100644 --- a/man/skewnorm.Rd +++ b/man/skewnorm.Rd @@ -41,7 +41,7 @@ generate.} Skew-Normal Distribution } \examples{ -\dontshow{if (rlang::is_installed("sn")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (rlang::is_installed("sn")) withAutoprint(\{ # examplesIf} dskewnorm(x = -2:2, mean = 0, sd = 1, shape = 0.1) dskewnorm(x = -2:2, mean = 0, sd = 1, shape = -1) qskewnorm(p = c(0.1, 0.4), mean = 0, sd = 1, shape = 0.1)