Skip to content

Commit 534e3a0

Browse files
committed
switch vignette builder to quarto
1 parent cf2a620 commit 534e3a0

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Title: Public Data from the BETYdb Database
44
Version: 0.1.0
55
Authors@R: c(
66
person("David", "LeBauer", email = "dlebauer@arizona.edu", role = c("aut", "cre")),
7-
person("Akash B V", email = "www.divinehome12@gmail.com", role = "aut"),
8-
person("University of Illinois, NCSA", role = "cph")
7+
person("Akash B V", email = "www.divinehome12@gmail.com", role = "aut")
98
)
109
Description: An R data package providing offline access to public data from
1110
the BETYdb database (betydb.org). Includes plant traits, crop yields,
@@ -15,18 +14,20 @@ License: BSD_3_clause + file LICENSE
1514
URL: https://github.com/PecanProject/betydata,
1615
https://betydb.org
1716
BugReports: https://github.com/PecanProject/betydata/issues
18-
Depends:
19-
R (>= 3.5.0)
17+
Depends:
18+
R (>= 4.1.0)
2019
Suggests:
2120
arrow,
2221
dplyr,
2322
ggplot2,
2423
jsonlite,
2524
knitr,
2625
maps,
26+
quarto,
2727
rmarkdown,
2828
testthat (>= 3.0.0)
29-
VignetteBuilder: knitr
29+
VignetteBuilder: quarto
30+
SystemRequirements: Quarto command line tool (https://github.com/quarto-dev/quarto-cli)
3031
Encoding: UTF-8
3132
LazyData: true
3233
LazyDataCompression: xz

0 commit comments

Comments
 (0)