Skip to content

Commit

Permalink
update date, add example of draw_metropolis_single to donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeis committed May 3, 2024
1 parent aaa87cf commit 419f435
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: ERPM
Title: Exponential Random Partition Models
Version: 0.2.0
Date: 2024-03-27
Date: 2024-05-03
Authors@R: c(
person("Marion", "Hoffman", , "marion.hoffman.31@gmail.com", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-0741-7760")),
Expand Down
2 changes: 1 addition & 1 deletion R/functions_Metropolis.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#' # set parameter values for each of these effects
#' parameters <- c(-0.2, 0.2, -0.1, 0.5)
#'
#' \donttest{
#' # generate simulated sample, by setting the desired additional parameters for the
#' # Metropolis sampler and choosing a starting point for the chain (first.partition)
#' nsteps <- 100
Expand All @@ -71,7 +72,6 @@
#' return.all.partitions = TRUE)
#'
#'
#' \donttest{
#' # or: simulate an estimated model
#' partition <- c(1,1,2,2,2,3) # the partition already defined for the (previous) estimation
#' nsimulations <- 1000
Expand Down
2 changes: 1 addition & 1 deletion man/draw_Metropolis_single.Rd

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

0 comments on commit 419f435

Please sign in to comment.