{"id":16703708,"url":"https://github.com/hongyuanjia/eplusrintro","last_synced_at":"2026-05-10T16:11:08.750Z","repository":{"id":87185645,"uuid":"184870717","full_name":"hongyuanjia/eplusrIntro","owner":"hongyuanjia","description":"Interfacing EnergyPlus Using R -- Intro to 'eplusr' Package","archived":false,"fork":false,"pushed_at":"2019-05-15T10:57:31.000Z","size":5782,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T08:24:40.831Z","etag":null,"topics":["energyplus","eplusr","r"],"latest_commit_sha":null,"homepage":"https://hongyuanjia.github.io/eplusrIntro","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hongyuanjia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-05-04T08:34:59.000Z","updated_at":"2022-06-22T01:26:36.000Z","dependencies_parsed_at":"2023-09-24T03:48:40.104Z","dependency_job_id":null,"html_url":"https://github.com/hongyuanjia/eplusrIntro","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.2666666666666667,"last_synced_commit":"46349a963444c9718d452e8d032f6f891e7a2685"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hongyuanjia/eplusrIntro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2FeplusrIntro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2FeplusrIntro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2FeplusrIntro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2FeplusrIntro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hongyuanjia","download_url":"https://codeload.github.com/hongyuanjia/eplusrIntro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hongyuanjia%2FeplusrIntro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892842,"owners_count":25186561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["energyplus","eplusr","r"],"created_at":"2024-10-12T19:09:13.535Z","updated_at":"2026-05-10T16:11:03.708Z","avatar_url":"https://github.com/hongyuanjia.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is the repo of materials for *\"Interfacing EnergyPlus using R\"* workshop. Slides are available online via: https://hongyuanjia.github.io/eplusrIntro.\n\n## Description\n\nThis is a half-day hands on workshop on\n[eplusr](https://hongyuanjia.github.io/eplusr). You will learn how to read,\nparse, modify EnergyPlus IDF and EPW files, conduct parametric simulations and\ncollect results directly in R.\n\nThis workshop assumes that you already have basic knowledge of R\nand [EnergyPlus](https://www.energyplus.net).\n\n## Software Requirements\n\n1. A recent version of R (\u003e=v3.2) is required, which is available for free at\n   [cran.r-project.org](http://www.cran.r-project.org)\n2. A recent version of RStudio IDE is recommended, available for free at\n   [www.rstudio.com/download](http://www.rstudio.com/download), or use your own\n   flavored R IDE.\n3. The current latest stable version of eplusr, which can be install via:\n    ```r\n    install.packages(\"eplusr\")\n    ```\n4. In the workshop, EnergyPlus v8.8 is used. It is suggested to install\n   EnergyPlus before the workshop since downloading it during the workshop may\n   take time. You can do this using eplusr:\n   ```r\n   # On Windows, this requires R running with administrative privileges on Windows.\n   # On OSX and Linux, admin authorization is automatically prompted\n   eplusr::install_eplus(8.8)\n\n   # OR download the installer and then follow instructions on https://energyplus.net/downloads\n   eplusr::download_eplus(8.8, dir = \"directory_to_save\")\n   ```\n5. In the workshop, `tidyverse` package is also needed for data analysis. You can install it via:\n   ```r\n   install.packages(\"tidyverse\")\n   ```\n6. Clone this repo to your computer. You can do this by clicking the `Clone or download` button above.\n\n## License\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /\u003e\u003c/a\u003e\n\n\u003cspan xmlns:dct=\"http://purl.org/dc/terms/\" property=\"dct:title\"\u003e*Interfacing EnergyPlus using R*\u003c/span\u003e by \u003ca xmlns:cc=\"http://creativecommons.org/ns#\" href=\"https://github.com/hongyuanjia/\" property=\"cc:attributionName\" rel=\"cc:attributionURL\"\u003eHongyuan Jia\u003c/a\u003e is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongyuanjia%2Feplusrintro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhongyuanjia%2Feplusrintro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongyuanjia%2Feplusrintro/lists"}