From 21a036d7e4a863cbe44f1a6bc2083563202ef27f Mon Sep 17 00:00:00 2001 From: be-marc Date: Thu, 19 Sep 2024 15:54:59 +0200 Subject: [PATCH] fix: remove html --- R/warn_deprecated.R | 2 +- man/warn_deprecated.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/warn_deprecated.R b/R/warn_deprecated.R index 0bfd89488..3e9b41259 100644 --- a/R/warn_deprecated.R +++ b/R/warn_deprecated.R @@ -8,7 +8,7 @@ #' `mlr3.warn_deprecated = FALSE`. #' #' The warning is of the format -#' " is deprecated and will be removed in the future." +#' "what is deprecated and will be removed in the future." #' #' Use the 'deprecated_binding()' helper function to create an active binding #' that generates a warning when accessed. diff --git a/man/warn_deprecated.Rd b/man/warn_deprecated.Rd index a102b798f..520a27ea3 100644 --- a/man/warn_deprecated.Rd +++ b/man/warn_deprecated.Rd @@ -20,7 +20,7 @@ deprecation warnings can be suppressed by setting the option \code{mlr3.warn_deprecated = FALSE}. The warning is of the format -"\if{html}{\out{}} is deprecated and will be removed in the future." +"what is deprecated and will be removed in the future." Use the 'deprecated_binding()' helper function to create an active binding that generates a warning when accessed.