-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
1cc35d0
commit 7a5af8d
Showing
32 changed files
with
309 additions
and
88 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Package: adjustr | |
Encoding: UTF-8 | ||
Type: Package | ||
Title: Stan Model Adjustments and Sensitivity Analyses using Importance Sampling | ||
Version: 0.1.0 | ||
Version: 0.1.1 | ||
Authors@R: person("Cory", "McCartan", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Functions to help assess the sensitivity of a Bayesian model | ||
|
@@ -11,18 +11,17 @@ Description: Functions to help assess the sensitivity of a Bayesian model | |
package uses Pareto-smoothed importance sampling to estimate posterior | ||
quantities of interest under each specification. | ||
License: BSD_3_clause + file LICENSE | ||
Depends: R (>= 3.6.0) | ||
Depends: R (>= 3.6.0), | ||
dplyr (>= 1.0.0) | ||
Imports: | ||
tibble, | ||
tidyselect, | ||
dplyr (>= 1.0.0), | ||
purrr, | ||
stringr, | ||
methods, | ||
utils, | ||
stats, | ||
rlang, | ||
rstan, | ||
rlang, | ||
ggplot2, | ||
loo | ||
Suggests: | ||
|
@@ -33,6 +32,7 @@ Suggests: | |
knitr, | ||
rmarkdown | ||
URL: https://corymccartan.github.io/adjustr/ | ||
BugReports: https://github.com/CoryMcCartan/adjustr/issues | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
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
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.
Oops, something went wrong.