-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into wsl-cmdstan-internal
- Loading branch information
Showing
23 changed files
with
1,090 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,11 +37,11 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
with: | ||
r-version: 'release' | ||
rtools-version: '42' | ||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
|
||
- name: Query dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,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/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
rtools-version: ${{ matrix.config.rtools }} | ||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
|
||
- name: Query dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,8 @@ jobs: | |
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'" | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
- uses: r-lib/actions/[email protected].8 | ||
|
||
- name: Install Ubuntu dependencies | ||
run: | | ||
|
@@ -85,12 +85,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
with: | ||
r-version: 'release' | ||
rtools-version: '42' | ||
|
||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
|
||
- name: Query dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
rtools-version: ${{ matrix.config.rtools }} | ||
|
||
- uses: r-lib/actions/[email protected].6 | ||
- uses: r-lib/actions/[email protected].8 | ||
|
||
- name: Query dependencies | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Authors@R: | |
email = "[email protected]", comment = c(ORCID = "0000-0003-1878-3253")), | ||
person(given = "Jacob", family = "Socolar", role = "ctb"), | ||
person(given = "Andrew", family = "Johnson", role = "ctb", | ||
comment = c(ORCID = "0000-0001-7000-8065 "))) | ||
comment = c(ORCID = "0000-0001-7000-8065"))) | ||
Description: A lightweight interface to 'Stan' <https://mc-stan.org>. | ||
The 'CmdStanR' interface is an alternative to 'RStan' that calls the command | ||
line interface for compilation and running algorithms instead of interfacing | ||
|
@@ -27,7 +27,7 @@ URL: https://mc-stan.org/cmdstanr/, https://discourse.mc-stan.org | |
BugReports: https://github.com/stan-dev/cmdstanr/issues | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.1 | ||
Roxygen: list(markdown = TRUE, r6 = FALSE) | ||
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan) | ||
Depends: | ||
|
@@ -46,5 +46,8 @@ Suggests: | |
loo (>= 2.0.0), | ||
rlang (>= 0.4.7), | ||
rmarkdown, | ||
testthat (>= 2.1.0) | ||
testthat (>= 2.1.0), | ||
Rcpp, | ||
RcppEigen, | ||
decor | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.