eplusr icon indicating copy to clipboard operation
eplusr copied to clipboard

A Toolkit for Using EnergyPlus in R.

Results 39 eplusr issues
Sort by recently updated
recently updated
newest added

Sometimes, it may be useful to format the class definition in a way just like the original IDD file. Probably just add a `raw` parameter in `IddObject$print()`, like `IddObject$print(raw =...

feature
idd

- Use latest {cli} and remove {crayon} dep - Use `cli::cli_progress_bar()` from {cli} v3.0.0 to remove {progress} dep

refactor

Currently, the {units} package is only used in `Epw$add_units()`. It may be appropriate to move it to `Suggests`.

refactor

Since v0.5-2 (2015-06-21), {stringi} package provides basic date-time formatting/parsing functionalities which should be sufficient for the needs. Probably eplusr can drop the dependency on the {lubridate} package.

refactor