Skip to content

Commit 98f71ef

Browse files
committed
Removed loading of 'dsBaseClient'
1 parent 58471a1 commit 98f71ef

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/testthat/setup.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ library(DescTools)
1919

2020
library(DSOpal)
2121
library(DSLite)
22-
library(dsBaseClient)
2322

2423
source("dstest_functions/ds_expect_variables.R")
2524
source("connection_to_datasets/login_details.R")

tests/testthat/test-expt_dgr-ds.dataFrameSort.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ test_that('dataset 1',
164164
colnames(local.df.list[[i]])<-ds.colnames("D",datasources = ds.test_env$connections[i][[1]])
165165
}
166166
colnames(local.df.list)
167-
library(dsBaseClient)
168167
colnames("D")
169168
.test.data.frame.sorting("D","LOGICAL",FALSE,"numeric","server.data",local.df.list)
170169
#.test.data.frame.sorting("D","INTEGER",FALSE,"numeric","server.data",local.df.list)

0 commit comments

Comments
 (0)