Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Sep 21, 2024
1 parent 0e3d8a1 commit 7451471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/r_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
run: |
Rscript -e "install.packages(c('remotes', 'rcmdcheck', 'reticulate', 'renv', 'knitr', 'rmarkdown', 'lsa', 'purrr', 'testthat', 'htmltools'), repos='https://cran.r-project.org')"
Rscript -e "remotes::install_version('htmltools', version = '0.5.8')"
remotes::install_version("Matrix", version = "1.5-1") # Use a compatible Matrix version
Rscript -e "renv::restore()"
- name: Set up Python
Expand Down
7 changes: 2 additions & 5 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,9 @@
"renv": {
"Package": "renv",
"Version": "1.0.7",
"Source": "Repository",
"OS_type": null,
"Repository": "CRAN",
"Requirements": [
"utils"
],
"Hash": "397b7b2a265bc5a7a06852524dabae20"
"Source": "Repository"
},
"reticulate": {
"Package": "reticulate",
Expand Down

0 comments on commit 7451471

Please sign in to comment.