forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.3 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
Package: PEcAn.MA
Type: Package
Title: PEcAn functions used for meta-analysis
Version: 1.7.1
Date: 2019-09-05
Authors@R: c(person("Mike","Dietze"),
person("David","LeBauer"),
person("Xiaohui", "Feng"),
person("Dan"," Wang"),
person("Carl", "Davidson"),
person("Rob","Kooper"),
person("Shawn", "Serbin"))
Author: David LeBauer, Mike Dietze, Xiaohui Feng, Dan Wang, Carl
Davidson, Rob Kooper, Shawn Serbin
Maintainer: David LeBauer <[email protected]>
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.MA package contains
the functions used in the Bayesian meta-analysis of trait data.
Depends:
XML,
lattice,
MASS,
PEcAn.utils,
PEcAn.DB
Imports:
coda (>= 0.18),
PEcAn.logger,
PEcAn.settings,
rjags
Suggests:
testthat (>= 1.0.2)
SystemRequirements: JAGS
License: BSD_3_clause + file LICENSE
Copyright: Authors
LazyData: FALSE
Encoding: UTF-8
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)