Skip to content

Commit 9e266d6

Browse files
authored
Merge branch 'stan-dev:master' into expose_new_stan_args
2 parents 513d09e + 82f9d9a commit 9e266d6

13 files changed

Lines changed: 55 additions & 46 deletions

.github/workflows/R-CMD-check-wsl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
- uses: actions/checkout@v4
3939

40-
- uses: r-lib/actions/setup-r@v2.7.2
40+
- uses: r-lib/actions/setup-r@v2.8.2
4141
with:
4242
r-version: 'release'
4343
rtools-version: '42'
44-
- uses: r-lib/actions/setup-pandoc@v2.7.2
44+
- uses: r-lib/actions/setup-pandoc@v2.8.2
4545

4646
- name: Query dependencies
4747
run: |

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
sudo apt-get install -y libcurl4-openssl-dev || true
5858
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev || true
5959
60-
- uses: r-lib/actions/setup-r@v2.7.2
60+
- uses: r-lib/actions/setup-r@v2.8.2
6161
with:
6262
r-version: ${{ matrix.config.r }}
6363
rtools-version: ${{ matrix.config.rtools }}
64-
- uses: r-lib/actions/setup-pandoc@v2.7.2
64+
- uses: r-lib/actions/setup-pandoc@v2.8.2
6565

6666
- name: Query dependencies
6767
run: |

.github/workflows/Test-coverage.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
3535
- uses: actions/checkout@v4
3636

37-
- uses: r-lib/actions/setup-r@v2.7.2
38-
- uses: r-lib/actions/setup-pandoc@v2.7.2
37+
- uses: r-lib/actions/setup-r@v2.8.2
38+
- uses: r-lib/actions/setup-pandoc@v2.8.2
3939

4040
- name: Install Ubuntu dependencies
4141
run: |
@@ -85,12 +85,12 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v4
8787

88-
- uses: r-lib/actions/setup-r@v2.7.2
88+
- uses: r-lib/actions/setup-r@v2.8.2
8989
with:
9090
r-version: 'release'
9191
rtools-version: '42'
9292

93-
- uses: r-lib/actions/setup-pandoc@v2.7.2
93+
- uses: r-lib/actions/setup-pandoc@v2.8.2
9494

9595
- name: Query dependencies
9696
run: |

.github/workflows/cmdstan-tarball-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
sudo apt-get install -y libcurl4-openssl-dev || true
4141
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev || true
4242
43-
- uses: r-lib/actions/setup-r@v2.7.2
43+
- uses: r-lib/actions/setup-r@v2.8.2
4444
with:
4545
r-version: ${{ matrix.config.r }}
4646
rtools-version: ${{ matrix.config.rtools }}
4747

48-
- uses: r-lib/actions/setup-pandoc@v2.7.2
48+
- uses: r-lib/actions/setup-pandoc@v2.8.2
4949

5050
- name: Query dependencies
5151
run: |

man-roxygen/model-common-args.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@
5656
#' method.
5757
#'
5858
#' @param output_dir (string) A path to a directory where CmdStan should write
59-
#' its output CSV files. For interactive use this can typically be left at
60-
#' `NULL` (temporary directory) since CmdStanR makes the CmdStan output
61-
#' (posterior draws and diagnostics) available in \R via methods of the fitted
62-
#' model objects. The behavior of `output_dir` is as follows:
59+
#' its output CSV files. For MCMC there will be one file per chain; for other
60+
#' methods there will be a single file. For interactive use this can typically
61+
#' be left at `NULL` (temporary directory) since CmdStanR makes the CmdStan
62+
#' output (posterior draws and diagnostics) available in \R via methods of the
63+
#' fitted model objects. The behavior of `output_dir` is as follows:
6364
#' * If `NULL` (the default), then the CSV files are written to a temporary
6465
#' directory and only saved permanently if the user calls one of the `$save_*`
6566
#' methods of the fitted model object (e.g.,

man/model-method-diagnose.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-generate-quantities.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-laplace.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-optimize.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-pathfinder.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)