From ea8cb014078e07f80eaa1032daaae133bd28671f Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Mon, 22 Sep 2025 11:38:42 +0100 Subject: [PATCH] update roxygen2 version --- DESCRIPTION | 2 +- man/dials-package.Rd | 2 +- man/finalize.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a4364a6f..9c2fa2b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,4 +50,4 @@ Config/usethis/last-upkeep: 2025-04-23 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 diff --git a/man/dials-package.Rd b/man/dials-package.Rd index e55736d9..64667afe 100644 --- a/man/dials-package.Rd +++ b/man/dials-package.Rd @@ -53,7 +53,7 @@ Authors: Other contributors: \itemize{ - \item Posit Software, PBC (03wc8by49) [copyright holder, funder] + \item Posit Software, PBC (\href{https://ror.org/03wc8by49}{ROR}) [copyright holder, funder] } } diff --git a/man/finalize.Rd b/man/finalize.Rd index 3958c318..becf9a29 100644 --- a/man/finalize.Rd +++ b/man/finalize.Rd @@ -87,7 +87,7 @@ rows in the data or a fraction of the total number of rows. \code{\link[kernlab:sigest]{kernlab::sigest()}}. It requires that all columns in \code{x} be numeric. } \examples{ -\dontshow{if (interactive() || identical(Sys.getenv("IN_PKGDOWN"), "true")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (interactive() || identical(Sys.getenv("IN_PKGDOWN"), "true")) withAutoprint(\{ # examplesIf} library(dplyr) car_pred <- select(mtcars, -mpg)