Skip to content

Commit

Permalink
install old evaluate for R 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Jul 13, 2024
1 parent a16546d commit addfeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install old version of evaluate for R 3.6
if: ${{ matrix.config.r }} == "3.6"
run: |
install.package('devtools')
install.packages('devtools')
devtools::install_version("evaluate", version = "0.23", repos = "http://cran.us.r-project.org")
shell: Rscript {0}

Expand Down

0 comments on commit addfeda

Please sign in to comment.