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 7109513 commit a16546d
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 @@ -67,7 +67,7 @@ jobs:
run: tlmgr install ${{ env.LATEX_PACKAGES }}

- name: Install old version of evaluate for R 3.6
if: matrix.config.r == "3.6"
if: ${{ matrix.config.r }} == "3.6"
run: |
install.package('devtools')
devtools::install_version("evaluate", version = "0.23", repos = "http://cran.us.r-project.org")
Expand Down

0 comments on commit a16546d

Please sign in to comment.