Skip to content

Commit

Permalink
Add news and bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jul 23, 2024
1 parent e96a98e commit f5befb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: quarto
Title: R Interface to 'Quarto' Markdown Publishing System
Version: 1.4.4.9000
Version: 1.4.4.9001
Authors@R: c(
person("JJ", "Allaire", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0174-9868")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# quarto (development version)

- Add `quarto.quiet` options to allow more verbose error message when `quarto_*` function are used inside other package.
For example, inside **pkgdown** for building Quarto vignettes. **pkgdown** sets `quiet = TRUE` internally for its call to `quarto_render()`,
and setting `options(quarto.quiet = TRUE)` allows to overwrite this.

# quarto 1.4.4

- `quarto_preview()` now looks at `quarto preview` log to browse to the correct url when inside RStudio viewer (thanks, @aronatkins, #167).
Expand Down

0 comments on commit f5befb1

Please sign in to comment.