Skip to content

Commit 7a1e2ce

Browse files
committed
Bump to new dev version with theme helper functions
- Add to NEWS - Add @gordonwoodhull to package contributor
1 parent 8943e79 commit 7a1e2ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Package: quarto
22
Title: R Interface to 'Quarto' Markdown Publishing System
3-
Version: 1.4.4.9005
3+
Version: 1.4.4.9006
44
Authors@R: c(
55
person("JJ", "Allaire", , "[email protected]", role = "aut",
66
comment = c(ORCID = "0000-0003-0174-9868")),
77
person("Christophe", "Dervieux", , "[email protected]", role = c("cre", "aut"),
88
comment = c(ORCID = "0000-0003-4474-2498")),
9-
person("Posit Software, PBC", role = c("cph", "fnd"))
9+
person("Posit Software, PBC", role = c("cph", "fnd")),
10+
person("Gordon", "Woodhull", role = "ctb")
1011
)
1112
Description: Convert R Markdown documents and 'Jupyter' notebooks to a
1213
variety of output formats using 'Quarto'.

NEWS.md

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

3+
- Add some helpers function `theme_brand_*` and `theme_colors_*` to help theme with dark and light brand using some common graph and table packages (thanks, @gordonwoodhull, [#234](https://github.com/quarto-dev/quarto-r/issues/234)).
4+
35
- Add `quarto.quiet` options to allow more verbose error message when `quarto_*` function are used inside other package.
46
For example, inside **pkgdown** for building Quarto vignettes. **pkgdown** sets `quiet = TRUE` internally for its call to `quarto_render()`,
57
and setting `options(quarto.quiet = TRUE)` allows to overwrite this.

0 commit comments

Comments
 (0)