forked from JGCRI/gcamland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
59 lines (59 loc) · 1.34 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
48
49
50
51
52
53
54
55
56
57
58
59
Package: gcamland
Type: Package
Title: GCAM Land Allocation Module
Version: 1.1.1
Author: Katherine Calvin
Maintainer: Katherine Calvin <[email protected]>
Description: Allocates land among a variety of uses following the methodology in GCAM (github.com/jgcri/gcam-core).
License: file LICENSE
Depends: R (>= 3.4.3)
Imports:
assertthat (>= 0.2),
dplyr (>= 0.4.3),
tibble (>= 1.1),
tidyr (>= 0.6.0),
readr (>= 1.0.0),
ggplot2 (>= 2.2.1),
igraph (>= 1.0.1),
randtoolbox (>= 1.17),
doParallel (>= 1.0.7),
foreach (>= 1.4),
lhs (>= 1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests:
testthat,
covr,
knitr,
rmarkdown
BugReports: https://github.com/JGCRI/gcamland/issues
Collate:
'adaptive_expectation.R'
'ag_production_technology.R'
'bayesian.R'
'constants.R'
'data.R'
'gcamland.R'
'generate_price_data.R'
'generate_scenario_info.R'
'helpers.R'
'land_allocator.R'
'land_leaf.R'
'land_node.R'
'linear_expectation.R'
'main.R'
'objectivefun.R'
'perfect_expectation.R'
'plot_land.R'
'process_hindcast_data.R'
'read_data.R'
'relative_cost_logit.R'
'reporting.R'
'sector.R'
'sector_utils.R'
'setup.R'
'unmanaged_land_leaf.R'
'utility-functions-analysis.R'
'waic.R'
VignetteBuilder: knitr