Package: epluspar Title: Conduct Parametric Analysis on 'EnergyPlus' Models Version: 0.0.0.9000 Authors@R: c( person(given = "Hongyuan", family = "Jia", role = c("aut", "cre"), email = "hongyuan.jia@bears-berkeley.sg", 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 toolkit for conducting parametric analysis on 'EnergyPlus'() models in R, including sensitivity analysis using Morris method and Bayesian calibration using using 'Stan'(). References: Chong (2018) . URL: https://github.com/ideas-lab-nus/epluspar BugReports: https://github.com/ideas-lab-nus/epluspar License: MIT + file LICENSE Depends: R (>= 3.4.0) Imports: cli, checkmate, data.table, ecr (>= 2.1.0), eplusr (>= 0.12.0), future, future.apply, globals, lhs, lubridate, methods, Rcpp (>= 0.12.0), rstan (>= 2.18.1), rstantools (>= 1.4.0), sensitivity LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), rstan (>= 2.18.1), StanHeaders (>= 2.18.0) Suggests: testthat, covr, pkgdown, pkgload, knitr, rmarkdown SystemRequirements: EnergyPlus (>= 8.3, optional) (); GNU make Encoding: UTF-8 Biarch: true Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate")) RoxygenNote: 7.3.1 Remotes: hongyuanjia/eplusr Collate: 'bayesian.R' 'epluspar.R' 'utils.R' 'gaoptim.R' 'sensitivity.R' 'stanmodels.R' Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libglu1-mesa-dev make libharfbuzz-dev texlive libicu-dev libpng-dev libuv1-dev libxml2-dev libgl1-mesa-dev libssl-dev xz-utils zlib1g-dev Repository: https://hongyuanjia.r-universe.dev Date/Publication: 2024-03-21 15:59:48 UTC RemoteUrl: https://github.com/hongyuanjia/epluspar RemoteRef: HEAD RemoteSha: 8057945361d00b1b087808368819fddb0bb691f2 NeedsCompilation: yes Packaged: 2026-07-12 15:55:54 UTC; root Author: Hongyuan Jia [aut, cre] (ORCID: ), Adrian Chong [aut] (ORCID: ) Maintainer: Hongyuan Jia