Skip to content

Commit

Permalink
Fixed up some documentation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Aug 13, 2024
1 parent 1916d17 commit 211c389
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tergm
Version: 4.2-2547
Date: 2024-05-26
Version: 4.2-2559
Date: 2024-08-13
Title: Fit, Simulate and Diagnose Models for Network Evolution Based on Exponential-Family Random Graph Models
Authors@R: c(
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362")),
Expand Down
4 changes: 2 additions & 2 deletions R/InitErgmProposal.DynMoME.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @aliases InitErgmProposal.discordTNT
#' @title Temperal TNT proposal
#' @description A temporal version of \code{\link[ergm:TNT-ergmProposal]{TNT}}, with approximately
#' code{discordance_fraction} of proposed toggles being made on the set of discordant dyads,
#' \code{discordance_fraction} of proposed toggles being made on the set of discordant dyads,
#' approximately \code{1 - discordance_fraction} of proposed toggles being TNT proposals from
#' network. The value of \code{discordance_fraction} can be set by the user as a proposal argument,
#' defaults to `0.5`.
Expand Down Expand Up @@ -42,7 +42,7 @@ InitErgmProposal.discordTNT <- function(arguments, nw, ...) {
#'
#' arguments are the same as for \code{\link[ergm:BDStratTNT-ergmProposal]{BDStratTNT}},
#' and should be passed in via the \code{\link[ergm:bd-ergmConstraint]{bd}} and
#' code{\link[ergm:blocks-ergmConstraint]{blocks}} constraints and
#' \code{\link[ergm:blocks-ergmConstraint]{blocks}} constraints and
#' \code{\link[ergm:strat-ergmHint]{strat}} hint.
#' @template ergmProposal-general
NULL
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
If set to "zeros", the initial values are set to zeros.
\item \code{SA.oh.memory = 100000} Absolute maximum number of data points per thread to store in the full optimization history.
}
\item Changes to \code{simulate.stergm} parameters: addition of \code{duration.dependent} parameter: {Logical: Whether the model terms in formula or model are duration dependent. E.g., if a duration-dependent term is used in estimation/simulation model, the probability of forming or dissolving a tie may dependent on the age the dyad status. If TRUE, the matrix of tie ages will be allocated.}
\item Changes to \code{simulate.stergm} parameters: addition of \code{duration.dependent} parameter to control whether the model terms in formula or model are duration dependent. E.g., if a duration-dependent term is used in estimation/simulation model, the probability of forming or dissolving a tie may dependent on the age the dyad status.
}
}

Expand Down
2 changes: 1 addition & 1 deletion man/discordBDStratTNT-ergmProposal-9267ec8b.Rd

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

2 changes: 1 addition & 1 deletion man/discordTNT-ergmProposal-bc75dff0.Rd

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

0 comments on commit 211c389

Please sign in to comment.