Skip to content

Commit

Permalink
Suggest stringr as needed by create_project() (#47)
Browse files Browse the repository at this point in the history
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** (rstudio/rmarkdown#2530), so **starter** has to explicitly declare the dependency, otherwise it will fail `R CMD check`.
  • Loading branch information
yihui committed Mar 5, 2024
1 parent f251596 commit d043668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Expand Up @@ -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:
Expand Down

0 comments on commit d043668

Please sign in to comment.