File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
# fda
2
- # Workflow derived from https://github.com/r-lib/actions/tree/master /examples
2
+ # Workflow derived from https://github.com/r-lib/actions/tree/v2 /examples
3
3
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
4
4
on :
5
5
push :
19
19
fail-fast : false
20
20
matrix :
21
21
config :
22
- - {os: macOS -latest, r: 'release'}
22
+ - {os: macos -latest, r: 'release'}
23
23
- {os: windows-latest, r: 'release'}
24
24
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
25
25
- {os: ubuntu-latest, r: 'release'}
32
32
steps :
33
33
- uses : actions/checkout@v3
34
34
35
- - uses: r-lib/actions/setup-tinytex@v2
36
-
37
- - name: Install additional LaTeX packages
38
- run: |
39
- tlmgr install fancyhdr pslatex grfext pgf palatino courier mathpazo
40
35
- uses : r-lib/actions/setup-pandoc@v2
41
36
42
37
- uses : r-lib/actions/setup-r@v2
48
43
- uses : r-lib/actions/setup-r-dependencies@v2
49
44
with :
50
45
extra-packages : any::rcmdcheck
51
- needs: check
46
+ needs : check
52
47
53
48
- uses : r-lib/actions/check-r-package@v2
54
- with:
55
- upload-snapshots: true
49
+ with :
50
+ upload-snapshots : true
You can’t perform that action at this time.
0 commit comments