hongyuanjia / eplusr

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

Change rgl.* to *3d calls. #544

Closed dmurdoch closed 1 year ago

dmurdoch commented 1 year ago

Some upcoming changes to the rgl package will require changes to eplusr. I will be deprecating a number of rgl.* function calls. You can read about the issues here:

 https://dmurdoch.github.io/rgl/articles/deprecation.html

I have made the required changes to eplusr in the attached patch. These changes should work with both old and new rgl versions.

hongyuanjia commented 1 year ago

Wow, thanks for this! Will merge after CI complete