diff --git a/DESCRIPTION b/DESCRIPTION index f48836d01..d6bdad676 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,17 +29,20 @@ Depends: Imports: checkmate (>= 2.1.0), grid, - htmltools (>= 0.5.3), + htmltools (>= 0.5.8.1), lifecycle (>= 0.2.0), stringi (>= 1.7.12) Suggests: + digest (>= 0.6.37), dplyr (>= 1.0.9), gt (>= 0.10.0), huxtable (>= 2.0.0), - knitr (>= 1.42), + knitr (>= 1.50), + processx (>= 3.8.4), r2rtf (>= 0.3.2), - rmarkdown (>= 2.23), - testthat (>= 3.0.4), + rmarkdown (>= 2.28), + sass (>= 0.4.9), + testthat (>= 3.2.1.1), withr (>= 2.0.0) VignetteBuilder: knitr, @@ -53,7 +56,7 @@ Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 Collate: 'data.R' 'format_value.R' diff --git a/man/test_matrix_form.Rd b/man/test_matrix_form.Rd index eec95db01..7431af406 100644 --- a/man/test_matrix_form.Rd +++ b/man/test_matrix_form.Rd @@ -86,7 +86,7 @@ respects the default formats for a listing object. mform <- basic_matrix_form(mtcars) cat(toString(mform)) -\dontshow{if (require("dplyr")) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (require("dplyr")) withAutoprint(\{ # examplesIf} # Advanced test case with label rows library(dplyr) iris_output <- iris \%>\%