Skip to content

Commit

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

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")
install.packages("devtools")
#install.packages("rpart")
library(devtools)
devtools::install_github("manuhuth/dsDid")
# devtools::install_github("manuhuth/dsDidClient") #
#devtools::install_github("datashield/dsBase")
#devtools::install_github("datashield/dsBaseClient")
devtools::install_github("datashield/dsBase")
devtools::install_github("datashield/dsBaseClient")
devtools::install_github("datashield/DSI")
library(dsBase)
library(dsBaseClient)
Expand Down

0 comments on commit a1494c0

Please sign in to comment.