Skip to content

Commit

Permalink
Merge branch 'stan-dev:master' into expose_new_stan_args
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov authored Mar 19, 2024
2 parents 513d09e + 82f9d9a commit 9e266d6
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2.7.2
- uses: r-lib/actions/setup-r@v2.8.2
with:
r-version: 'release'
rtools-version: '42'
- uses: r-lib/actions/setup-pandoc@v2.7.2
- uses: r-lib/actions/setup-pandoc@v2.8.2

- name: Query dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev || true
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev || true
- uses: r-lib/actions/setup-r@v2.7.2
- uses: r-lib/actions/setup-r@v2.8.2
with:
r-version: ${{ matrix.config.r }}
rtools-version: ${{ matrix.config.rtools }}
- uses: r-lib/actions/setup-pandoc@v2.7.2
- uses: r-lib/actions/setup-pandoc@v2.8.2

- name: Query dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
- uses: actions/checkout@v4

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

- name: Install Ubuntu dependencies
run: |
Expand Down Expand Up @@ -85,12 +85,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2.7.2
- uses: r-lib/actions/setup-r@v2.8.2
with:
r-version: 'release'
rtools-version: '42'

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

- name: Query dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmdstan-tarball-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev || true
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev || true
- uses: r-lib/actions/setup-r@v2.7.2
- uses: r-lib/actions/setup-r@v2.8.2
with:
r-version: ${{ matrix.config.r }}
rtools-version: ${{ matrix.config.rtools }}

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

- name: Query dependencies
run: |
Expand Down
9 changes: 5 additions & 4 deletions man-roxygen/model-common-args.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
#' method.
#'
#' @param output_dir (string) A path to a directory where CmdStan should write
#' its output CSV files. For interactive use this can typically be left at
#' `NULL` (temporary directory) since CmdStanR makes the CmdStan output
#' (posterior draws and diagnostics) available in \R via methods of the fitted
#' model objects. The behavior of `output_dir` is as follows:
#' its output CSV files. For MCMC there will be one file per chain; for other
#' methods there will be a single file. For interactive use this can typically
#' be left at `NULL` (temporary directory) since CmdStanR makes the CmdStan
#' output (posterior draws and diagnostics) available in \R via methods of the
#' fitted model objects. The behavior of `output_dir` is as follows:
#' * If `NULL` (the default), then the CSV files are written to a temporary
#' directory and only saved permanently if the user calls one of the `$save_*`
#' methods of the fitted model object (e.g.,
Expand Down
9 changes: 5 additions & 4 deletions man/model-method-diagnose.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-generate-quantities.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-laplace.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-optimize.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-pathfinder.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-sample.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-sample_mpi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions man/model-method-variational.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e266d6

Please sign in to comment.