Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Nov 24, 2024
1 parent ab1d3a8 commit 3190e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/vignette.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ use_article <- function(name, title = NULL) {
proj_desc_field_update("Config/Needs/website", "rmarkdown", overwrite = TRUE, append = TRUE)
use_vignette_template("article.Rmd", name, title, subdir = "articles")
} else {
# check this dependency stuff
use_dependency("quarto", "Suggests")
proj_desc_field_update("Config/Needs/website", "quarto", overwrite = TRUE, append = TRUE)
use_vignette_template("article.qmd", name, title, subdir = "articles")
Expand Down

0 comments on commit 3190e8a

Please sign in to comment.