Skip to content

Commit d99cff6

Browse files
committed
Add Christophe as aut
1 parent 589c937 commit d99cff6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

DESCRIPTION

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Package: quarto
22
Title: R Interface to 'Quarto' Markdown Publishing System
33
Version: 1.3.2
4-
Authors@R:
4+
Authors@R: c(
55
person("JJ", "Allaire", , "[email protected]", role = c("aut", "cre"),
6-
comment = c(ORCID = "0000-0003-0174-9868"))
6+
comment = c(ORCID = "0000-0003-0174-9868")),
7+
person("Christophe", "Dervieux", , "[email protected]", role = c("aut"),
8+
comment = c(ORCID = "0000-0003-4474-2498"))
9+
)
710
Description: Convert R Markdown documents and 'Jupyter' notebooks to a
811
variety of output formats using 'Quarto'.
912
License: GPL (>= 2)
@@ -21,9 +24,9 @@ Imports:
2124
yaml
2225
Suggests:
2326
knitr,
24-
xfun,
27+
testthat (>= 3.1.0),
2528
withr,
26-
testthat (>= 3.1.0)
29+
xfun
2730
VignetteBuilder:
2831
knitr
2932
Config/testthat/edition: 3

0 commit comments

Comments
 (0)