forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.91 KB
/
Copy pathDESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.91 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: PEcAn.benchmark
Type: Package
Title: PEcAn Functions Used for Benchmarking
Version: 1.7.5.9000
Authors@R: c(person("Mike", "Dietze", role = c("aut", "cre"),
email = "dietze@bu.edu"),
person("Betsy", "Cowdery", role = c("aut"),
email = "emcowdery@gmail.com"),
person("David", "LeBauer", role = c("aut"),
email = "dlebauer@gmail.com"),
person("Rob", "Kooper", role = c("aut"),
email = "kooper@illinois.edu"),
person("Toni", "Viskari", role = c("aut")),
person("University of Illinois, NCSA", role = c("cph")))
Author: Michael Dietze, Betsy Cowdery, David LeBauer, Rob Kooper, Toni Viskari
Maintainer: Mike Dietze <dietze@bu.edu>
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. The PEcAn.benchmark package provides
utilities for comparing models and data, including a suite of statistical
metrics and plots.
URL: https://pecanproject.github.io
BugReports: https://github.com/PecanProject/pecan/issues
Imports:
dplyr,
ggplot2,
gridExtra,
lubridate (>= 1.6.0),
magrittr,
ncdf4 (>= 1.15),
PEcAn.DB,
PEcAn.logger,
PEcAn.settings,
PEcAn.utils,
reshape2,
rlang,
SimilarityMeasures,
stringr,
tidyselect,
units,
utils,
grDevices,
XML (>= 3.98-1.4),
zoo,
yaml
Suggests:
quarto,
PEcAn.data.land,
testthat (>= 2.0.0)
License: BSD_3_clause + file LICENSE
Copyright: Authors
LazyLoad: yes
LazyData: FALSE
Encoding: UTF-8
RoxygenNote: 7.3.3
X-schema.org-keywords: model-evaluation, model-data-comparison, PEcAn