Skip to content

Commit

Permalink
CRAN version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Oct 4, 2023
1 parent 40b8f24 commit f34fc82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4-4/5 (09/28/2023)
0.4-4/5/6 (09/28/2023)
-----
Improved documentation.

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: bayesMig
Version: 0.4-5
Version: 0.4-6
Date: 2023-09-29
Title: Bayesian Projection of Migration
Authors@R: c(person("Jon", "Azose", role = "aut"),
person("Hana", "Sevcikova", email = "[email protected]", role = c("aut", "cre")),
person("Adrian", "Raftery", role = c("ctb", "fnd")))
person("Adrian", "Raftery", role = c("aut")))
Depends: R (>= 3.5.0), bayesTFR
Imports: coda, truncnorm, wpp2019
Suggests:
Expand Down
3 changes: 2 additions & 1 deletion R/get_outputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#' @seealso \code{\link{run.mig.mcmc}}
#'
#' @examples
#' \donttest{
#' # Toy simulation
#' sim.dir <- tempfile()
#' m <- run.mig.mcmc(nr.chains = 1, iter = 10, output.dir = sim.dir)
Expand All @@ -32,7 +33,7 @@
#' has.mig.mcmc(sim.dir) # should be TRUE
#'
#' unlink(sim.dir, recursive = TRUE)
#'
#' }
#' @export
#' @rdname get-mcmc

Expand Down
3 changes: 2 additions & 1 deletion man/get-mcmc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f34fc82

Please sign in to comment.