diff --git a/installation_steps_workflow.md b/installation_steps_workflow.md index 49682c7..b954dc9 100644 --- a/installation_steps_workflow.md +++ b/installation_steps_workflow.md @@ -52,18 +52,23 @@ commands from Alex's recent tutorial (slightly modified since I can run only one VM): library(DSI) + library(DSOpal) + library(dsBaseClient) builder <- DSI::newDSLoginBuilder() + builder$append(server = "study1", url = "http://192.168.56.100:8080/", user = "administrator", password = "datashield_test&", table = "CNSIM.CNSIM1", driver = "OpalDriver") + builder$append(server = "study1", url = "http://192.168.56.100:8080/", user = "administrator", password = "datashield_test&", table = "CNSIM.CNSIM1", driver = "OpalDriver") logindata <- builder$build() + connections <- DSI::datashield.login(logins = logindata, assign = TRUE, symbol = "D") @@ -84,3 +89,4 @@ For test use the csv file in the tests folder to connect to server VM. Use and commit NAMESPACE and DESCRIPTION files to git. These will be generated by roxygen when you build, and reinstall. +