Package: eplusr
Title: A Toolkit for Using Whole Building Simulation Program
        'EnergyPlus'
Version: 0.9.4
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'(<https://energyplus.net>), which enables programmatic
    navigation, modification of 'EnergyPlus' models and makes it less painful to
    do parametric simulations and analysis.
License: MIT + file LICENSE
URL: https://hongyuanjia.github.io/eplusr,
        https://github.com/hongyuanjia/eplusr
BugReports: https://github.com/hongyuanjia/eplusr/issues
Depends: R (>= 3.2.0)
Imports: R6, RSQLite, assertthat, callr (>= 2.0.4), cli, crayon,
        data.table (>= 1.9.8), fasttime, later, lubridate, processx (>=
        3.2.0), progress (>= 1.2.0), readr, stringr, units, uuid
Suggests: testthat, covr, pkgdown, knitr, rmarkdown
Encoding: UTF-8
LazyData: true
SystemRequirements: EnergyPlus (>= 8.3, optional)
        (<https://energyplus.net>)
RoxygenNote: 6.1.1
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' 'sql.R' 'job.R' 'param.R'
        'install.R' 'eplusr.R' 'zzz.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-12-05 08:12:39 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-12-05 08:30:02 UTC
