diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 69a6fa775..ef7670387 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.1.0 -Date: 2024-02-22 03:06:32 UTC -SHA: b01244ade3a2805418dc1abac12c70fd00b7d0c0 +Version: 0.2.0 +Date: 2024-07-20 14:08:45 UTC +SHA: 02469008a66b062d987472c202273d116662460c diff --git a/DESCRIPTION b/DESCRIPTION index 093c7204b..c06e3bd58 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cards Title: Analysis Results Data -Version: 0.1.0.9057 +Version: 0.2.0 Authors@R: c( person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0862-2018")), diff --git a/NEWS.md b/NEWS.md index 31845d576..ed5800d60 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# cards 0.1.0.9057 +# cards 0.2.0 ## New Features & Updates diff --git a/R/eval_capture_conditions.R b/R/eval_capture_conditions.R index e7ecdfb74..2a5514168 100644 --- a/R/eval_capture_conditions.R +++ b/R/eval_capture_conditions.R @@ -8,7 +8,7 @@ #' #' Messages are neither saved nor printed to the console. #' -#' Evaluation is done via [eval_tidy()]. If errors and warnings are produced +#' Evaluation is done via [`rlang::eval_tidy()`]. If errors and warnings are produced #' using the `{cli}` package, the messages are processed with `cli::ansi_strip()` #' to remove styling from the message. #' diff --git a/man/eval_capture_conditions.Rd b/man/eval_capture_conditions.Rd index 524b6c5d4..e593fa660 100644 --- a/man/eval_capture_conditions.Rd +++ b/man/eval_capture_conditions.Rd @@ -30,7 +30,7 @@ If there is an error, the result element will be \code{NULL}. Messages are neither saved nor printed to the console. -Evaluation is done via \code{\link[=eval_tidy]{eval_tidy()}}. If errors and warnings are produced +Evaluation is done via \code{\link[rlang:eval_tidy]{rlang::eval_tidy()}}. If errors and warnings are produced using the \code{{cli}} package, the messages are processed with \code{cli::ansi_strip()} to remove styling from the message. }