hongyuanjia / eplusr

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

Handle EnergyPlus download url more gracefully #579

Closed hongyuanjia closed 7 months ago

hongyuanjia commented 7 months ago

The current logic to get the EnergyPlus installer URL did not consider the current OS version for macOS and only chose either Ubuntu 18.04 or 20.04 for Linux. eplus_download_url() should be refactored to handle installer URL for different OS versions more gracefully.