Package: eplusr Title: A Toolkit for Using Whole Building Simulation Program 'EnergyPlus' Version: 0.17.0.9014 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'(), 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 (>= 4.2.0) Imports: callr (>= 2.0.4), checkmate (>= 2.0.0), cli (>= 3.0.0), data.table (>= 1.14.6), duckdb (>= 1.5.0), jsonlite, lubridate, processx (>= 3.2.0), R6, S7 (>= 0.2.1), stringi Suggests: hms, decido, rgl (>= 0.105.13), testthat (>= 3.0.0), units Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate")) RoxygenNote: 7.3.3 SystemRequirements: EnergyPlus (optional) (); udunits2 (optional, for units support) 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' 'standalone-schema.R' 'job-json.R' 'job-store.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: false Config/pak/sysreqs: libicu-dev xz-utils Repository: https://hongyuanjia.r-universe.dev Date/Publication: 2026-07-12 15:19:57 UTC RemoteUrl: https://github.com/hongyuanjia/eplusr RemoteRef: HEAD RemoteSha: cd29a6552a265d3960461e78821ecd2cd16601dc NeedsCompilation: no Packaged: 2026-07-12 15:44:35 UTC; root Author: Hongyuan Jia [aut, cre, cph] (ORCID: ), Adrian Chong [aut] (ORCID: ) Maintainer: Hongyuan Jia