Package: eplusr
Title: A Toolkit for Using Whole Building Simulation Program
        'EnergyPlus'
Version: 0.16.3
Authors@R: c(
    person(given = "Hongyuan",
           family = "Jia",
           role = c("aut", "cre", "cph"),
           email = "hongyuanjia@cqust.edu.cn",
           comment = c(ORCID = "0000-0002-0075-8183")),
    person(given = "Adrian",
           family = "Chong",
           role = c("aut"),
           email = "bdgczma@nus.edu.sg",
           comment = c(ORCID = "0000-0002-9486-4728"))
    )
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: callr (>= 2.0.4), checkmate, cli (>= 3.0.0), data.table (>=
        1.14.6), lubridate, processx (>= 3.2.0), R6, RSQLite, stringi,
        units
Suggests: hms, decido, rgl (>= 0.105.13), testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.1
SystemRequirements: EnergyPlus (optional) (<https://energyplus.net>);
        udunits2
Collate: 'constants.R' 'assert.R' 'diagram.R' 'eplusr.R' 'utils.R'
        'impl.R' 'parse.R' 'impl-epw.R' 'impl-idd.R' 'impl-idf.R'
        'idf.R' 'idd.R' 'epw.R' 'err.R' 'format.R' 'geom.R' 'group.R'
        'iddobj.R' 'idfobj-sch.R' 'impl-idfobj.R' 'idfobj.R'
        'impl-geom.R' 'impl-iddobj.R' 'impl-idfobj-sch.R' 'impl-sql.R'
        'impl-viewer.R' 'install.R' 'job.R' 'options.R' 'param.R'
        'rdd.R' 'reload.R' 'run.R' 'sql.R' 'transition.R' 'units.R'
        'validate.R' 'viewer.R' 'zzz.R'
Config/testthat/edition: 3
Config/testthat/parallel: true
NeedsCompilation: yes
Packaged: 2025-04-22 10:19:20 UTC; hongyuanjia
Author: Hongyuan Jia [aut, cre, cph] (<https://orcid.org/0000-0002-0075-8183>),
  Adrian Chong [aut] (<https://orcid.org/0000-0002-9486-4728>)
Maintainer: Hongyuan Jia <hongyuanjia@cqust.edu.cn>
Repository: CRAN
Date/Publication: 2025-04-22 11:20:05 UTC
Built: R 4.4.3; ; 2025-10-08 02:35:25 UTC; windows
