-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
218 changed files
with
13,133 additions
and
2,590 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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Update Branch | ||
permissions: | ||
contents: write | ||
|
||
on: | ||
push: | ||
branches: | ||
- feature/survival | ||
|
||
jobs: | ||
update-branch: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Rebase survival-rstantools branch | ||
run: | | ||
git checkout survival-rstantools | ||
git pull origin survival-rstantools | ||
git rebase feature/survival | ||
- name: Push changes | ||
run: | | ||
git push origin survival-rstantools |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: rstanarm | ||
Type: Package | ||
Title: Bayesian Applied Regression Modeling via Stan | ||
Version: 2.32.1 | ||
Date: 2024-01-15 | ||
Version: 2.35.0.9000 | ||
Date: 2024-05-18 | ||
Encoding: UTF-8 | ||
Authors@R: c(person("Jonah", "Gabry", email = "[email protected]", role = "aut"), | ||
person("Imad", "Ali", role = "ctb"), | ||
|
@@ -42,7 +42,7 @@ Imports: | |
loo (>= 2.1.0), | ||
Matrix (>= 1.2-13), | ||
nlme (>= 3.1-124), | ||
posterior, | ||
posterior, | ||
rstan (>= 2.32.0), | ||
rstantools (>= 2.1.0), | ||
shinystan (>= 2.3.0), | ||
|
@@ -79,4 +79,4 @@ UseLTO: true | |
NeedsCompilation: yes | ||
URL: https://mc-stan.org/rstanarm/, https://discourse.mc-stan.org | ||
BugReports: https://github.com/stan-dev/rstanarm/issues | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 |
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.