-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from mrc-ide/develop
Develop
- Loading branch information
Showing
81 changed files
with
1,216 additions
and
147 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,42 +1,43 @@ | ||
Package: drjacoby | ||
Type: Package | ||
Title: Flexible Markov Chain Monte Carlo via Reparameterization | ||
Version: 1.5.0 | ||
Authors@R: c( | ||
person("Bob", "Verity", email = "[email protected]", role = c("aut", "cre")), | ||
person("Pete", "Winskill", email = "[email protected]", role = c("aut")) | ||
) | ||
Description: drjacoby is an R package for performing Bayesian inference via | ||
Markov chain monte carlo (MCMC). In addition to being highly flexible it | ||
implements some advanced techniques that can improve mixing in tricky | ||
situations. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
LinkingTo: | ||
Rcpp | ||
Imports: | ||
Rcpp, | ||
coda, | ||
parallel, | ||
ggplot2, | ||
RcppXPtrUtils, | ||
usethis, | ||
tools, | ||
rlang, | ||
cowplot, | ||
dplyr, | ||
magrittr, | ||
readr | ||
SystemRequirements: C++11 | ||
Suggests: | ||
testthat, | ||
covr, | ||
knitr, | ||
rmarkdown, | ||
microbenchmark, | ||
gridExtra | ||
BugReports: https://github.com/mrc-ide/drjacoby/issues | ||
VignetteBuilder: knitr | ||
Depends: R (>= 3.1.0) | ||
Package: drjacoby | ||
Type: Package | ||
Title: Flexible Markov Chain Monte Carlo via Reparameterization | ||
Version: 1.5.2 | ||
Authors@R: c( | ||
person("Bob", "Verity", email = "[email protected]", role = c("aut", "cre")), | ||
person("Pete", "Winskill", email = "[email protected]", role = c("aut")) | ||
) | ||
Description: drjacoby is an R package for performing Bayesian inference via | ||
Markov chain monte carlo (MCMC). In addition to being highly flexible it | ||
implements some advanced techniques that can improve mixing in tricky | ||
situations. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
LinkingTo: | ||
Rcpp | ||
Imports: | ||
Rcpp, | ||
coda, | ||
parallel, | ||
ggplot2, | ||
RcppXPtrUtils, | ||
usethis, | ||
tools, | ||
rlang, | ||
cowplot, | ||
dplyr, | ||
magrittr, | ||
readr, | ||
data.table | ||
SystemRequirements: C++11 | ||
Suggests: | ||
testthat, | ||
covr, | ||
knitr, | ||
rmarkdown, | ||
microbenchmark, | ||
gridExtra | ||
BugReports: https://github.com/mrc-ide/drjacoby/issues | ||
VignetteBuilder: knitr | ||
Depends: R (>= 3.1.0) |
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,11 @@ | ||
#' Population data. | ||
#' | ||
#' Example population growth data. | ||
#' | ||
#' @format A data frame with 20 rows and 2 variables: | ||
#' \describe{ | ||
#' \item{pop}{population size} | ||
#' \item{time}{time} | ||
#' ... | ||
#' } | ||
"population_data" |
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
Binary file not shown.
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.
Binary file modified
BIN
+212 Bytes
(100%)
docs/articles/blocks_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-19.4 KB
(57%)
docs/articles/blocks_files/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
+30.5 KB
(140%)
docs/articles/checks_double_well_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-844 Bytes
(97%)
docs/articles/checks_double_well_files/figure-html/unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.29 KB
(100%)
docs/articles/checks_double_well_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+9 Bytes
(100%)
docs/articles/checks_double_well_files/figure-html/unnamed-chunk-8-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-145 Bytes
(100%)
docs/articles/checks_double_well_files/figure-html/unnamed-chunk-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
-182 Bytes
(100%)
docs/articles/checks_multilevel_blocks_files/figure-html/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+146 Bytes
(100%)
docs/articles/checks_multilevel_blocks_files/figure-html/unnamed-chunk-5-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-9 Bytes
(100%)
docs/articles/checks_multilevel_blocks_files/figure-html/unnamed-chunk-5-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-40 Bytes
(100%)
docs/articles/checks_multilevel_blocks_files/figure-html/unnamed-chunk-5-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-248 Bytes
(99%)
docs/articles/checks_multilevel_blocks_files/figure-html/unnamed-chunk-5-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.