File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
fail-fast : false
17
17
matrix :
18
18
config :
19
- - {os: macOS-latest, r: ' release' }
20
- - {os: windows-latest, r: ' release' }
21
- - {os: ubuntu-latest, r: ' release' }
19
+ - { os: macOS-latest, r: " release" }
20
+ - { os: windows-latest, r: " release" }
21
+ - { os: ubuntu-latest, r: " release" }
22
22
env :
23
23
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
24
24
R_KEEP_PKG_SOURCE : yes
25
- _R_CHECK_FORCE_SUGGESTS_ : " 0" # CRAN sets to false
25
+ _R_CHECK_FORCE_SUGGESTS_ : " 0" # CRAN sets to false
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
29
29
- uses : r-lib/actions/setup-pandoc@v2
30
30
@@ -55,11 +55,11 @@ jobs:
55
55
56
56
- name : R CMD check after cmdstanr installed but before cmdstan
57
57
uses : r-lib/actions/check-r-package@v2
58
-
58
+
59
59
- name : Install cmdstan
60
60
run : |
61
61
Rscript -e "cmdstanr::check_cmdstan_toolchain(fix = TRUE)"
62
62
Rscript -e "cmdstanr::install_cmdstan()"
63
63
64
64
- name : R CMD check after cmdstanr and cmdstan are installed
65
- uses : r-lib/actions/check-r-package@v2
65
+ uses : r-lib/actions/check-r-package@v2
Original file line number Diff line number Diff line change 20
20
env :
21
21
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
25
25
- uses : r-lib/actions/setup-pandoc@v2
26
26
33
33
extra-packages : any::pkgdown, local::., github::stan-dev/cmdstanr
34
34
needs : website
35
35
36
- - name : Install and unpack cmdstan
36
+ - name : Install and unpack cmdstan
37
37
run : |
38
38
Rscript -e "cmdstanr::check_cmdstan_toolchain(fix = TRUE)"
39
39
Rscript -e "cmdstanr::install_cmdstan()"
48
48
with :
49
49
clean : false
50
50
branch : gh-pages
51
- folder : docs
51
+ folder : docs
Original file line number Diff line number Diff line change 15
15
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : r-lib/actions/setup-r@v2
21
21
with :
You can’t perform that action at this time.
0 commit comments