Skip to content

Commit

Permalink
Undo workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeleehickey committed Jan 13, 2025
1 parent 2abf668 commit 23bd69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
tlmgr list --only-installed
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down Expand Up @@ -95,16 +85,6 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
tlmgr list --only-installed
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

- Wrapped a bunch of examples from being run on CRAN submission to avoid Debian system NOTE.

- Reduced computational time for vignettes to to avoid Debian system NOTE on CRAN submission.
- Reduced computational time for vignettes to to try and avoid Debian system NOTE on CRAN submission.

- Add R-hub workflow to enable checks for platforms not covered already.

# joineRML 0.4.6

Expand Down

0 comments on commit 23bd69d

Please sign in to comment.