Skip to content

Commit 1866c45

Browse files
committed
update DESCRIPTION
1 parent 65ca70d commit 1866c45

1 file changed

Lines changed: 29 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
Package: betydata
2-
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.0.0.9000
4-
Authors@R:
5-
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"))
6-
Description: What the package does (one paragraph).
7-
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
8-
license
2+
Type: Package
3+
Title: Public Data from the BETYdb Database
4+
Version: 0.1.0
5+
Authors@R: c(
6+
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")
9+
)
10+
Description: An R data package providing offline access to public data from
11+
the BETYdb database (betydb.org). Includes plant traits, crop yields,
12+
and supporting metadata for bioenergy and ecosystem research. This
13+
package enables reproducible analyses without requiring database access.
14+
License: BSD_3_clause + file LICENSE
15+
URL: https://github.com/PecanProject/betydata,
16+
https://betydb.org
17+
BugReports: https://github.com/PecanProject/betydata/issues
18+
Depends:
19+
R (>= 3.5.0)
20+
Suggests:
21+
arrow,
22+
dplyr,
23+
ggplot2,
24+
knitr,
25+
rmarkdown,
26+
testthat (>= 3.0.0)
27+
VignetteBuilder: knitr
928
Encoding: UTF-8
29+
LazyData: true
30+
LazyDataCompression: xz
1031
Roxygen: list(markdown = TRUE)
1132
RoxygenNote: 7.3.2
33+
Config/testthat/edition: 3

0 commit comments

Comments
 (0)