forked from ropensci/rppo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.24 KB
/
DESCRIPTION
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: rppo
Title: Access the Global Plant Phenology Data Portal
URL: https://docs.ropensci.org/rppo/, https://github.com/ropensci/rppo/
BugReports: https://github.com/ropensci/rppo/issues
Version: 2.0
Authors@R: c(
person("John","Deck", email = "[email protected]", role = c("aut", "cre")),
person("Brian","Stucky", email = "[email protected]", role = "aut"),
person("Ramona","Walls", email = "[email protected]", role = "aut"),
person("Kjell", "Bolmgren", email = "[email protected]", role = "aut"),
person("Ellen", "Denny", email = "[email protected]", role = "aut"),
person("Dubois", "Salix", email= "[email protected]", role = "aut"),
person("Ellen", "Denny", email = "[email protected]", role = "aut"),
person("Robert","Guralnick", email = "[email protected]", role = "aut")
)
Maintainer: John Deck <[email protected]>
Description: Search plant phenology data aggregated from several sources and available on the Global Plant Phenology Data Portal.
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
jsonlite,
readr,
httr,
data.table,
reshape2
Suggests:
testthat,
rmarkdown,
markdown,
knitr,
covr
VignetteBuilder: knitr
LazyData: true