Skip to content

Commit

Permalink
Adjust tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuhuth committed Jun 3, 2024
1 parent f5f2d3f commit 3eae48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

library(testthat)
library(dsDidClient)
install.packages("dsBaseClient", repos = "http://cran.datashield.org", dependencies = TRUE)
install.packages("dsBase", repos = "http://cran.datashield.org", dependencies = TRUE)
#install.packages("dsBaseClient", repos = "http://cran.datashield.org", dependencies = TRUE)
#install.packages("dsBase", repos = "http://cran.datashield.org", dependencies = TRUE)
install.packages("DSLite", repos = "http://cran.us.r-project.org")
install.packages("devtools", repos = "http://cran.us.r-project.org")
#install.packages("rpart")
#install.packages("rpart", repos = "http://cran.us.r-project.org")
library(devtools)
devtools::install_github("manuhuth/dsDid")
# devtools::install_github("manuhuth/dsDidClient") #
Expand Down

0 comments on commit 3eae48b

Please sign in to comment.