Skip to content

Commit

Permalink
Fix yaml and cran notes
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeleehickey committed Dec 30, 2024
1 parent 1d17c4c commit 6ae6048
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v4

- uses: actions/checkout@master
- 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
tlmgr update --self
tlmgr install ae amsmath amsfonts grfext setspace enumitem hyperref biblatex
tlmgr list --only-installed
- uses: r-lib/actions/setup-pandoc@v2

Expand Down
4 changes: 3 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Addresses all NOTES from CRAN Package Check Results.

## R CMD check results

0 errors | 0 warnings | 0 notes
0 errors | 0 warnings | 1 notes

NOTE: "checking CRAN incoming feasibility ... NOTE"

## Reverse dependencies

Expand Down

0 comments on commit 6ae6048

Please sign in to comment.