Skip to content

Commit

Permalink
Clean example correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jan 25, 2024
1 parent 60ef253 commit 5c0e73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/quarto.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ quarto_run_what <- function(what = character(), args = character(), quarto_bin =
#' is_using_quarto(tmpdir)
#' file.create(file.path(tmpdir, "_quarto.yml"))
#' is_using_quarto(tmpdir)
#' unlink(tmpdir, recursive = TRUE)
#' @export
is_using_quarto <- function(dir = ".", verbose = FALSE) {
has_quarto_yml <- length(list.files(dir, pattern = "_quarto\\.yml$", full.names = TRUE)) > 0
Expand Down
1 change: 1 addition & 0 deletions man/is_using_quarto.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c0e73e

Please sign in to comment.