Package: gcamland
Type: Package
Title: GCAM Land Allocation Module
Version: 1.1.1
Author: Katherine Calvin
Maintainer: Katherine Calvin <katherine.calvin@pnnl.gov>
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
