-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.14 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
36
37
38
39
40
41
42
43
44
45
46
47
Package: amerifluxr
Type: Package
Title: Interface to 'AmeriFlux' Data Services
Version: 1.0.0
Authors@R: c(
person(
family = "Chu",
given = "Housen",
email = "hchu@lbl.gov",
role = c("aut","cre"),
comment = c(ORCID = "0000-0002-8131-4938")),
person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5070-8109")))
Description: Programmatic interface to the 'AmeriFlux' database
(<https://ameriflux.lbl.gov/>). Provide query, download,
and data summary tools.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/chuhousen/amerifluxr
BugReports: https://github.com/chuhousen/amerifluxr/issues
Depends:
R (>= 3.6)
Imports:
heatmaply,
httr,
jsonlite,
memoise,
RCurl,
readxl,
tools
RoxygenNote: 7.2.3
Suggests:
covr,
data.table,
knitr,
pander,
qpdf,
remotes,
rmarkdown,
testthat,
mockr
VignetteBuilder: knitr