Skip to content

Commit

Permalink
setting proper version of BayesTools for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartos committed Jan 13, 2022
1 parent 8fe4e89 commit 89b2486
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -83,7 +83,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_github("FBartos/BayesTools")
remotes::install_version("BayesTools", "0.1.3")
shell: Rscript {0}

- name: Check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_github("FBartos/BayesTools")
remotes::install_version("BayesTools", "0.1.3")
install.packages("devtools")
install.packages("testhat")
install.packages("vdiffr")
Expand All @@ -103,7 +103,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_github("FBartos/BayesTools")
remotes::install_version("BayesTools", "0.1.3")
install.packages("devtools")
install.packages("testhat")
install.packages("vdiffr")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown", type = "binary")
remotes::install_github("FBartos/BayesTools")
remotes::install_version("BayesTools", "0.1.3")
shell: Rscript {0}

- name: Install package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
install.packages(c("remotes"))
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("covr")
remotes::install_github("FBartos/BayesTools", force = TRUE)
remotes::install_version("BayesTools", "0.1.3")
shell: Rscript {0}

- name: Test coverage
Expand Down

0 comments on commit 89b2486

Please sign in to comment.