Skip to content

Commit

Permalink
Fixed warnings in deprecated and defunct documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Jan 4, 2025
1 parent 4108456 commit 5688daf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/ergm-defunct.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
#'
#' `hammingmix`: use `hamming(...):nodemix(...)` for example
#'
#' @aliases robust.inverse plot.network.ergm ergm.getterms plot.mcmc.list.ergm plot.ergm summary.statistics ergm.checkargs ergm.checkbipartite ergm.checkdirected summary.gof ergm.getMCMCsample ergm.MHP.table MHproposal MHproposal.character MHproposal.ergm MHproposal.formula ergm.init.methods ergm.ConstraintImplications ergm.mcmcslave ergm.update.formula remove.offset.formula network.update ergm.getmodel ergm.getglobalstats as.edgelist.compressed as.network.uncompressed standardize.network newnw.extract san.ergm is.inCH as.rlebdm.ergm degreepopularity-ergmTerm odegreepopularity-ergmTerm idegreepopularity-ergmTerm hammingmix-ergmTerm offset.info.formula
#' @aliases robust.inverse plot.network.ergm ergm.getterms plot.mcmc.list.ergm plot.ergm summary.statistics ergm.checkargs ergm.checkbipartite ergm.checkdirected summary.gof ergm.getMCMCsample ergm.MHP.table MHproposal MHproposal.character MHproposal.ergm MHproposal.formula ergm.init.methods ergm.ConstraintImplications ergm.mcmcslave ergm.update.formula remove.offset.formula network.update ergm.getmodel ergm.getglobalstats as.edgelist.compressed as.network.uncompressed standardize.network newnw.extract san.ergm is.inCH as.rlebdm.ergm degreepopularity-ergmTerm odegreepopularity-ergmTerm idegreepopularity-ergmTerm hammingmix-ergmTerm offset.info.formula InitErgmTerm.degreepopularity InitErgmTerm.idegreepopularity InitErgmTerm.odegreepopularity
#'
#' @keywords internal
NULL
2 changes: 1 addition & 1 deletion R/ergm-deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @rdname ergm-deprecated
#' @title Functions that will no longer be supported in future releases of the package
#' @description Functions that have been superceed, were never documented, or will be removed from the package for other reasons
#' @param nw,arglist,...,formula,object,x
#' @param ...,object,x
#' Arguments to deprecated functions.
#'
#' @keywords misc internal
Expand Down
3 changes: 3 additions & 0 deletions man/ergm-defunct.Rd

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

4 changes: 2 additions & 2 deletions man/ergm-deprecated.Rd

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

0 comments on commit 5688daf

Please sign in to comment.