Skip to content

Commit

Permalink
Merge branch 'main' into downlit
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 7, 2024
2 parents 1b7596c + 5963452 commit 87d34f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/qmd2md.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
input = path.expand(tar_file),
output_format = "md",
quiet = FALSE,
as_job = FALSE
)')
as_job = FALSE,
)', new_device = FALSE)
is_error <- vapply(
out,
function(x) inherits(x, c("error", "rlang_error")),
Expand Down

0 comments on commit 87d34f1

Please sign in to comment.