Skip to content

Commit

Permalink
switched to cachev4
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKo007 committed Dec 19, 2023
1 parent f8f9981 commit 8877cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: ${{ runner.os }}-texlive-

- name: Set up R
uses: r-lib/actions/setup-r@v2
uses: r-lib/actions/setup-r@v4
with:
r-version: ${{ matrix.config.r }}

Expand All @@ -57,8 +57,10 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install --cask basictex
echo "/Library/TeX/texbin" | sudo tee -a /etc/paths
echo "/Library/TeX/texbin" >> $GITHUB_PATH
sudo /Library/TeX/texbin/tlmgr update --self --all
sudo /Library/TeX/texbin/tlmgr install collection-latex collection-latexrecommended collection-fontsrecommended
- name: Install rJava and other R dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: WhatsR
Type: Package
Title: Parsing, Anonymizing and Visualizing Exported 'WhatsApp' Chat Logs
Version: 1.0.3
Date: 2023-12-19
Date: 2023-12-20
Author: Julian Kohne <[email protected]>
Maintainer: Julian Kohne <[email protected]>
Description: Imports 'WhatsApp' chat logs and parses them into
Expand Down

0 comments on commit 8877cbe

Please sign in to comment.