Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed Dec 7, 2023
1 parent 90d8fee commit a44c123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install problem dependency
run: |
Rscript -e 'install.packages("lme4", type = "source")'
Rscript -e install.packages("lme4", type = "source")
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test-unit_zi.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
library(saeczi)

install.packages("lme4", type = "source")

data(pop)
data(samp)

Expand Down

0 comments on commit a44c123

Please sign in to comment.