R/setupDASIMTest.R
setupDASIMTest.RdLoad the DASIM datasets, the corresponding login data object, instanciate a new DSLiteServer hosting these datasets and verify that the required DataSHIELD server-side packages are installed.
setupDASIMTest(packages = c(), env = parent.frame())DataSHIELD server-side packages which local installation must be verified so that the DSLiteServer can auto-configure itself and can execute the DataSHIELD operations. Default is none.
The environment where DataSHIELD objects should be looked for: the DSLiteServer and the DSIConnection objects. Default is the Global environment.
The login data for the datashield.login function.
Other setup functions:
setupCNSIMTest(),
setupDATASETTest(),
setupDISCORDANTTest(),
setupDSLiteServer(),
setupSURVIVALTest()
if (FALSE) { # \dontrun{
logindata <- setupDASIMTest()
conns <- datashield.login(logindata, assign=TRUE)
# do DataSHIELD analysis
datashield.logout(conns)
} # }