Package: epwshiftr Title: Create Future 'EnergyPlus' Weather Files using 'CMIP6' Data Version: 0.1.4.9001 Authors@R: c( person(given = "Hongyuan", family = "Jia", role = c("aut", "cre"), email = "hongyuanjia@outlook.com", 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: Query, download climate change projection data from the 'CMIP6' (Coupled Model Intercomparison Project Phase 6) project in the 'ESGF' (Earth System Grid Federation) platform , and create future 'EnergyPlus' Weather ('EPW') files adjusted from climate changes using data from Global Climate Models ('GCM'). Imports: checkmate (>= 2.0.0), cli (>= 3.4.0), curl, data.table (>= 1.12.4), duckdb, eplusr (>= 0.15.2), jsonlite, mirai, psychrolib, R6, RNetCDF, units, S7 Suggests: testthat (>= 3.0.0), webfakes, withr License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/ideas-lab-nus/epwshiftr BugReports: https://github.com/ideas-lab-nus/epwshiftr/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: 'cli-doctor.R' 'cli-download.R' 'cli-extract.R' 'cli-help.R' 'cli-launcher.R' 'cli-morph.R' 'cli-parse.R' 'cli-query.R' 'cli-render.R' 'cli-shift-config.R' 'cli-shift-watch.R' 'cli-shift.R' 'cli-storage.R' 'cli.R' 'data-node.R' 'dataset.R' 'dict-check.R' 'dict-fetch.R' 'dict-parse-cv.R' 'dict-parse-dreq.R' 'dict-print.R' 'dict-store.R' 'dict.R' 'downloader.R' 'utils.R' 'store.R' 'epw-morpher.R' 'epw-output.R' 'epwshiftr-package.R' 'geo.R' 'gh.R' 'import-standalone-schema.R' 'netcdf.R' 'solr-date.R' 'query-param.R' 'query-result.R' 'query.R' 'schema.R' 'shift-stage.R' 'standalone-cache.R' 'zzz.R' Config/testthat/edition: 3 Config/pak/sysreqs: cmake libicu-dev libnetcdf-dev libssl-dev libudunits2-dev xz-utils Repository: https://hongyuanjia.r-universe.dev Date/Publication: 2026-07-01 15:53:05 UTC RemoteUrl: https://github.com/ideas-lab-nus/epwshiftr RemoteRef: HEAD RemoteSha: 8e08d2690e45bae1083efbfad40e13901b767569 NeedsCompilation: no Packaged: 2026-07-01 17:53:57 UTC; root Author: Hongyuan Jia [aut, cre] (ORCID: ), Adrian Chong [aut] (ORCID: ) Maintainer: Hongyuan Jia