Package: rplexos
Type: Package
Title: Read and Analyze PLEXOS Solutions
Version: 1.0
Date: 2015-04-22
Authors@R: c(
    person("Eduardo", "Ibanez", , "eduardo.ibanez@nrel.gov", c("aut", "cre")),
    person("Marcin", "Kalicinski", , "kalita@poczta.onet.pl", "ctb", "for the included RapidXml source"),
    person("National Renewable Energy Laboratory", role = "cph")
    )
Description: Efficiently read and analyze PLEXOS solutions by converting them
    into SQLite databases that can be easily queried. It supports collation of
    solutions that may have been divided into different time partitions,
    as well as the comparison across different scenarios.
License: MIT + file LICENSE
URL: https://github.com/NREL/rplexos
BugReports: https://github.com/NREL/rplexos/issues
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 0.11.5), dplyr (>= 0.3), RSQLite (>= 1.0), DBI,
        data.table, lubridate, reshape2, stringi, assertthat, parallel,
        doParallel, foreach
Suggests: knitr, testthat, ggplot2
LinkingTo: Rcpp (>= 0.11.5)
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2015-04-22 19:25:24 UTC; eibanez
Author: Eduardo Ibanez [aut, cre],
  Marcin Kalicinski [ctb] (for the included RapidXml source),
  National Renewable Energy Laboratory [cph]
Maintainer: Eduardo Ibanez <eduardo.ibanez@nrel.gov>
Repository: CRAN
Date/Publication: 2015-04-22 22:06:10
