Skip to content

Commit

Permalink
Add latex packages to linux rhub
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesarm committed Dec 13, 2024
1 parent 98e4546 commit 560a8be
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@ jobs:
image: ${{ matrix.config.container }}

steps:
## MK: added. Pandoc for rmd
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
scheme-basic
xcolor
fancyvrb
framed
mathtools
etoolbox
collection-fontsrecommended
- uses: r-lib/actions/setup-pandoc@v2
## MK: END modification
- uses: r-hub/actions/checkout@v1
- uses: r-hub/actions/platform-info@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

28 changes: 9 additions & 19 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
## Test environments
* macbuilder macOS 13.3.1 (22E261) R4.4.0 (2024-04-24)
* local Ubuntu 24.04.1 LTS install, R 4.3.3
* Github actions
- 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


* Rhub
- macOS 13.7.1 R-devel (2024-12-12 r87438)
- macOS-arm64 14.7.1, R-devel (2024-12-12 r87438)
- ubuntu-gcc12 22.04.5 LTS R-devel (2024-12-12 r87438)
- ubuntu-nold 22.04.5 LTS, R-devel (2024-12-12 r87438)
- ubuntu-release 22.04.5 LTS, R 4.4.2
* macbuilder macOS 13.3.1 (22E261) R4.4.0 (2024-04-24)
* 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

## R CMD check results
There were no ERRORs or WARNINGs.
There was 1 NOTE:

Maintainer: ‘Michal Kolesár <[email protected]>

New submission

Possibly misspelled words in DESCRIPTION:
Rothe (17:47)
covariates (18:42)
There were no ERRORs, WARNINGs or NOTEs

The misspelled words are correct, "covariates" refers to independent variables
in a regression. "Rothe" is a surname.

## Downstream dependencies
There are currently no downstream dependencies for this package

0 comments on commit 560a8be

Please sign in to comment.