Skip to content

Commit

Permalink
GitHub workflows/R.yaml update - installing rjson manually from cran …
Browse files Browse the repository at this point in the history
…Archive
  • Loading branch information
Ilia-Shutov committed Aug 10, 2023
1 parent 6ea8cf9 commit 5c9827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install rjson 0.2.20 package from cran Archive (R 3.6.3 compatible)
run: |
Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/Archive/rjson/rjson_0.2.20.tar.gz")'
Rscript -e "install.packages('https://cran.r-project.org/src/contrib/Archive/rjson/rjson_0.2.20.tar.gz')"
- name: Run tests
uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 5c9827e

Please sign in to comment.