Package: eplusr
Title: A Toolkit for Using Whole Building Simulation Program
        'EnergyPlus'
Version: 0.8.3
Authors@R: 
    person(given = "Hongyuan",
           family = "Jia",
           role = c("aut", "cre"),
           email = "hongyuanjia@cqu.edu.cn",
           comment = c(ORCID = "0000-0002-0075-8183"))
Description: A rich toolkit of using the whole building simulation program
    'EnergyPlus', which enables programmatic navigation, modification of
    'EnergyPlus' models and makes it less painful to do parametric simulations
    and analysis.
License: GPL-3
URL: https://hongyuanjia.github.io/eplusr
BugReports: https://github.com/hongyuanjia/eplusr/issues
Depends: R (>= 3.2.0)
Imports: R6, RSQLite, assertthat, cli, clisymbols, data.table (>=
        1.9.8), fasttime, furrr, future, gh, lubridate, processx,
        progress, purrr, readr, stringr, units, uuid
Suggests: testthat, covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Collate: 'constants.R' 'utils.R' 'units.R' 'assertions.R' 'impl.R'
        'parse.R' 'epw.R' 'idd.R' 'idd_object.R' 'idf.R' 'idf_object.R'
        'validate.R' 'format.R' 'run.R' 'job.R' 'param.R' 'install.R'
        'eplusr.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2018-08-08 02:33:52 UTC; hongyuanjia
Author: Hongyuan Jia [aut, cre] (<https://orcid.org/0000-0002-0075-8183>)
Maintainer: Hongyuan Jia <hongyuanjia@cqu.edu.cn>
Repository: CRAN
Date/Publication: 2018-08-08 04:40:03 UTC
