Skip to content

Commit

Permalink
Update installation_steps_workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neelsoumya authored Dec 15, 2021
1 parent 009bffd commit 41ebc68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installation_steps_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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.


0 comments on commit 41ebc68

Please sign in to comment.