Skip to content

Commit f5befb1

Browse files
committed
Add news and bump dev version
1 parent e96a98e commit f5befb1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: quarto
22
Title: R Interface to 'Quarto' Markdown Publishing System
3-
Version: 1.4.4.9000
3+
Version: 1.4.4.9001
44
Authors@R: c(
55
person("JJ", "Allaire", , "[email protected]", role = "aut",
66
comment = c(ORCID = "0000-0003-0174-9868")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# quarto (development version)
22

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

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

0 commit comments

Comments
 (0)