From 41ebc6818f93a4b6bb9f9e8d2fef00c64fbe05b0 Mon Sep 17 00:00:00 2001 From: Soumya Banerjee Date: Wed, 15 Dec 2021 18:07:05 +0000 Subject: [PATCH] Update installation_steps_workflow.md --- installation_steps_workflow.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. +