-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.12 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: betydata
Type: Package
Title: Public Data from the BETYdb Database
Version: 0.1.0
Authors@R: c(
person("David", "LeBauer", email = "dlebauer@arizona.edu", role = c("aut", "cre")),
person("Akash B V", email = "www.divinehome12@gmail.com", role = "aut")
)
Description: An R data package providing offline access to public data from
the BETYdb database (betydb.org). Includes plant traits, crop yields,
and supporting metadata for bioenergy and ecosystem research. This
package enables reproducible analyses without requiring database access.
License: BSD_3_clause + file LICENSE
URL: https://github.com/PecanProject/betydata,
https://betydb.org
BugReports: https://github.com/PecanProject/betydata/issues
Depends:
R (>= 4.1.0)
Suggests:
dplyr (>= 1.1.0),
ggplot2,
jsonlite,
knitr,
maps,
quarto,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: quarto
SystemRequirements: Quarto command line tool (https://github.com/quarto-dev/quarto-cli)
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3