-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.06 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
Package: rpecanapi
Title: R Library that interacts with the PEcAn API
Version: 1.0.0
Authors@R: c(
person(given = "Tezan",
family = "Sahu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1031-9683")),
person("Rob", "Kooper", email = "[email protected]", role = c("aut", "ctb")),
person("PEcAn", "Project", email = "[email protected]", role = "cph")
)
Description: The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific
workflow management tool that is designed to simplify the management of
model parameterization, execution, and analysis. The goal of PECAn is to
streamline the interaction between data and models, and to improve the
efficacy of scientific investigation. This library allows users to connect
to the PEcAn API server & interact with it.
Imports:
httr,
jsonlite,
xml2,
dplyr
License: MIT
Copyright: Authors
LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Suggests:
testthat