hongyuanjia / eplusr

A Toolkit for Using EnergyPlus in R.
https://hongyuanjia.github.io/eplusr
Other
69 stars 13 forks source link

Add support to install EnergyPlus locally on macOS #583

Closed hongyuanjia closed 5 months ago

hongyuanjia commented 5 months ago

Currently, install_eplus(local = TRUE, dir = ...) only works on Windows and Linjux. Since EnergyPlus provides portable installation files in .tar.gz format, it should be possible to support installing EnergyPlus at any place.

hongyuanjia commented 5 months ago

Note that the .tar.gz file for macOS is only available for EnergyPlus v8.8.0 and above.