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 11ee8a1 commit f5f2d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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("DSLite")
install.packages("devtools")
install.packages("DSLite", repos = "http://cran.us.r-project.org")
install.packages("devtools", repos = "http://cran.us.r-project.org")
#install.packages("rpart")
library(devtools)
devtools::install_github("manuhuth/dsDid")
Expand Down

0 comments on commit f5f2d3f

Please sign in to comment.