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 de99c72 commit f2c0061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Add dsBaseClient repository
run: |
install.packages('dsBaseClient', repos= 'http://cran.datashield.org', dependencies=TRUE)
install.packages('dsBase', repos= 'http://cran.datashield.org', dependencies=TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
1 change: 0 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

library(testthat)
library(dsDidClient)
install.packages("reshape2", repos = "http://cran.us.r-project.org")
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")
Expand Down

0 comments on commit f2c0061

Please sign in to comment.