Skip to content

Commit

Permalink
add xcolor to rhub
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesarm committed Dec 13, 2024
1 parent 2a9fdea commit ce05520
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# rhub::rhub_setup()
#
# It is unlikely that you need to modify this file manually.
# MK: modifications below

name: R-hub
run-name: "${{ github.event.inputs.id }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}"
Expand Down Expand Up @@ -65,8 +66,6 @@ jobs:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}



other-platforms:
needs: setup
if: ${{ needs.setup.outputs.platforms != '[]' }}
Expand All @@ -81,8 +80,11 @@ jobs:
## MK: added. Pandoc for rmd
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-basic
packages: |
scheme-basic
xcolor
- uses: r-lib/actions/setup-pandoc@v2
## MK: END modification
- uses: r-hub/actions/checkout@v1
- uses: r-hub/actions/setup-r@v1
with:
Expand Down
15 changes: 9 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## Test environments
* local Debian 12 (bookworm) install, R 4.3.1
* macbuilder macOS 13.3.1 (22E261) R4.4.0 (2024-04-24)
* Github actions
- macOS 12.7.3, R 4.3.3
- Windows Server 2022, R 4.3.3
- Ubuntu 22.04.4 LTS, R 4.3.3
- Ubuntu 20.04.4 LTS, R-devel
* macbuilder macOS 13.3.1 (22E261) R4.3.0 Patched (2023-05-18 r84451)
- macOS 14.7.1, R 4.4.2
- Windows Server 2022, R 4.4.2
- Ubuntu 22.04.5 LTS, R 4.4.2
- Ubuntu 22.04.5 LTS, R-devel
* local Ubuntu 24.04.1 LTS install, R 4.3.3


* win-builder, R-devel and R-release

* Rhub
- Ubuntu Linux 20.04.1 LTS, R-release, GCC
- Debian Linux, R-devel, GCC, no long double
Expand Down

0 comments on commit ce05520

Please sign in to comment.