-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deprecated syntax for future rstan compatibility (#8)
* Update deprecated syntax * update unit tests + skip examples + bump version --------- Co-authored-by: FBartos <[email protected]>
- Loading branch information
Showing
27 changed files
with
1,540 additions
and
1,529 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: RoBTT | ||
Title: Robust Bayesian T-Test | ||
Version: 1.2.0 | ||
Version: 1.2.1 | ||
Maintainer: František Bartoš <[email protected]> | ||
Authors@R: c( | ||
person("František", "Bartoš", role = c("aut", "cre"), | ||
|
@@ -30,8 +30,8 @@ RoxygenNote: 7.2.3 | |
NeedsCompilation: yes | ||
ByteCompile: true | ||
LinkingTo: | ||
StanHeaders (>= 2.18.1), | ||
rstan (>= 2.21.2), | ||
StanHeaders (>= 2.26.0), | ||
rstan (>= 2.26.0), | ||
BH (>= 1.69.0), | ||
Rcpp (>= 0.12.15), | ||
RcppEigen (>= 0.3.3.4.0), | ||
|
@@ -40,7 +40,7 @@ Depends: | |
R (>= 4.0.0), | ||
Rcpp (>= 0.12.19) | ||
Imports: | ||
rstan(>= 2.21.2), | ||
rstan(>= 2.26.0), | ||
rstantools(>= 1.5.0), | ||
RcppParallel (>= 5.0.1), | ||
BayesTools (>= 0.2.15), | ||
|
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.