File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818connect.studies.dataset.cnsim(list (" LAB_TSC" ))
1919
20- # DIAGNOSTIC (temporary): which ASSIGN methods does the server actually expose?
21- print(DSI :: datashield.methods(ds.test_env $ connections , type = " assign" ))
22-
2320test_that(" setup" , {
2421 ds_expect_variables(c(" D" ))
2522})
@@ -31,7 +28,6 @@ test_that("setup", {
3128# context("ds.exp::smk")
3229test_that(" simple exp" , {
3330 expect_no_error(ds.exp(" D$LAB_TSC" , newobj = " exp1_obj" ))
34- print(DSI :: datashield.errors())
3531
3632 res1_class <- ds.class(" exp1_obj" )
3733
Original file line number Diff line number Diff line change 1717
1818connect.studies.dataset.cnsim(list (" LAB_TSC" ))
1919
20- # DIAGNOSTIC (temporary): which ASSIGN methods does the server actually expose?
21- print(DSI :: datashield.methods(ds.test_env $ connections , type = " assign" ))
22-
2320test_that(" setup" , {
2421 ds_expect_variables(c(" D" ))
2522})
@@ -31,7 +28,6 @@ test_that("setup", {
3128# context("ds.log::smk")
3229test_that(" simple log" , {
3330 expect_no_error(ds.log(" D$LAB_TSC" , newobj = " log1_obj" ))
34- print(DSI :: datashield.errors())
3531
3632 res1_class <- ds.class(" log1_obj" )
3733
You can’t perform that action at this time.
0 commit comments