# NOT RUN {
# add specific version of EnergyPlus
use_eplus(8.9)
use_eplus("8.8.0")
# get configure data of specific EnergyPlus version if avaiable
eplus_config(8.6)
# }
# NOT RUN {
# get all versions of avaiable EnergyPlus
avail_eplus()
# check if specific version of EnergyPlus is available
is_avail_eplus(8.5)
is_avail_eplus(8.8)
# }
Run the code above in your browser using DataLab