Skip to content

Commit

Permalink
R 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Jun 1, 2024
1 parent 9dbbe85 commit 24d1f81
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 62 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quarto-book-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: '4.3.3'
r-version: '4.4.0'

- uses: r-lib/actions/setup-r-dependencies@v2

Expand All @@ -48,7 +48,6 @@ jobs:
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install optipng jags virtualenv
brew install --cask xquartz
brew tap homebrew/cask-fonts
brew install --cask font-noto-sans-cjk-sc font-noto-serif-cjk-sc
fc-list | sort
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarto-book-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: '4.3.3'
r-version: '4.4.0'

- uses: r-lib/actions/setup-r-dependencies@v2

Expand Down
Loading

0 comments on commit 24d1f81

Please sign in to comment.