Install DSSVue

Load rJava and test

Sys.setenv(JAVA_HOME = "C:\\Program Files (x86)\\Java\\jre8")
library(rJava)
.jinit()
print(.jclassPath())
.jcall(.jnew("java/lang/Runtime"), "J", "totalMemory")
.jcall(.jnew("java/lang/Runtime"), "J", "maxMemory")
options(dss_location = "D:\\HEC-DSSVue-v3.0.00.212")
#options(dss_location = "C:\\Program Files (x86)\\HEC\\DSSVue")
getOption("dss_location")

Install pre-release version of dssrip

devtools::install_github("eheisman/dssrip", ref="tidyup", force = TRUE)
library(dssrip)

Test dssrip

opendss("D:\\Workspace\\ECHH_Tools\\dssrip\\dssrip-master\\extdata\\test.dss") 


mpdougherty/razviz documentation built on April 1, 2021, 4:16 p.m.