From d043668bdc94b961cf53361be93639a049e3d5b9 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Tue, 5 Mar 2024 09:51:36 -0600 Subject: [PATCH] Suggest stringr as needed by create_project() (#47) Previously this soft dependency doesn't need to be explicitly declared because **rmarkdown** has been suggested, which requires **stringr** (which in turn requires **stringi**). Now the dependency is no longer guaranteed in **rmarkdown** (https://github.com/rstudio/rmarkdown/pull/2530), so **starter** has to explicitly declare the dependency, otherwise it will fail `R CMD check`. --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index 56e3a3b..82f6cb7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -35,6 +35,7 @@ Suggests: pkgdown (>= 1.6.1), readr (>= 2.0.1), rmarkdown (>= 2.11), + stringr, spelling (>= 2.2), testthat (>= 3.0.4) VignetteBuilder: