You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(eplusr)
idf<- read_idf(path_eplus_example(9.4, "5Zone_Transformer.idf"))
#> IDD v9.4.0 has not been parsed before.#> Try to locate 'Energy+.idd' in EnergyPlus v9.4.0 installation folder 'C:\EnergyPlusV9-4-0'.#> IDD file found: 'C:\Users\hongy\AppData\Local\EnergyPlusV9-4-0\Energy+.idd'.#> Start parsing...#> Parsing completed.sch<- schedule_compact(idf, "OCCUPY-1")
sch$`Schedule Type Limits Name`<-"Fraction"#> Error in parse_dots_value(..., .scalar = TRUE, .unique = TRUE, .env = .env): Assertion on 'Input' failed: Must be of type 'list', not 'character'.
Created on 2022-02-22 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: