diff --git a/DESCRIPTION b/DESCRIPTION index 670766d1..fed00772 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,6 +38,7 @@ Biarch: true Config/build/compilation-database: true Config/Needs/website: tidyverse/tidytemplate, tidyr Config/testthat/edition: 3 +Config/testthat/parallel: TRUE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 diff --git a/R/list-transpose.R b/R/list-transpose.R index e6b65936..136d60c3 100644 --- a/R/list-transpose.R +++ b/R/list-transpose.R @@ -148,6 +148,6 @@ match_template <- function(x, template, error_arg = caller_arg(x), error_call = rep_along(template, list(x)) } } else { - abort("Invalid `template`", .internal = TRUE) + cli::cli_abort("Invalid `template`", .internal = TRUE) } }