diff --git a/DESCRIPTION b/DESCRIPTION index 9ce9491..0f90112 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: btergm -Version: 1.10.11 -Date: 2023-10-05 +Version: 1.10.12 +Date: 2024-03-31 Title: Temporal Exponential Random Graph Models by Bootstrapped Pseudolikelihood -Authors@R: c(person(given = "Philip", family = "Leifeld", email = "philip.leifeld@essex.ac.uk", role = c("aut", "cre")), person(given = c("Skyler", "J."), family = "Cranmer", email = "cranmer.12@osu.edu", role = "ctb"), person(given = c("Bruce", "A."), family = "Desmarais", email = "bdesmarais@psu.edu", role = "ctb")) +Authors@R: c(person(given = "Philip", family = "Leifeld", email = "philip.leifeld@manchester.ac.uk", role = c("aut", "cre")), person(given = c("Skyler", "J."), family = "Cranmer", email = "cranmer.12@osu.edu", role = "ctb"), person(given = c("Bruce", "A."), family = "Desmarais", email = "bdesmarais@psu.edu", role = "ctb")) Description: Temporal Exponential Random Graph Models (TERGM) estimated by maximum pseudolikelihood with bootstrapped confidence intervals or Markov Chain Monte Carlo maximum likelihood. Goodness of fit assessment for ERGMs, TERGMs, and SAOMs. Micro-level interpretation of ERGMs and TERGMs. The methods are described in Leifeld, Cranmer and Desmarais (2018), JStatSoft . URL: https://github.com/leifeld/btergm Encoding: UTF-8 @@ -30,4 +30,4 @@ Suggests: ggplot2 (>= 2.0.0) Depends: R (>= 3.5) License: GPL (>= 2) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/R/btergm.R b/R/btergm.R index b8152d6..9db14e6 100644 --- a/R/btergm.R +++ b/R/btergm.R @@ -42,8 +42,7 @@ #' \doi{10.18637/jss.v083.i06}. #' #' @name btergm-package -#' @docType package -NULL +"_PACKAGE" #' Display version number and date when the package is loaded #' @@ -57,7 +56,7 @@ NULL 'Package: btergm\n', 'Version: ', desc$Version, '\n', 'Date: ', desc$Date, '\n', - 'Authors: Philip Leifeld (University of Essex)\n', + 'Authors: Philip Leifeld (University of Manchester)\n', ' Skyler J. Cranmer (The Ohio State University)\n', ' Bruce A. Desmarais (Pennsylvania State University)\n' ) diff --git a/man/btergm-package.Rd b/man/btergm-package.Rd index 971c8f6..f4ba037 100644 --- a/man/btergm-package.Rd +++ b/man/btergm-package.Rd @@ -44,6 +44,13 @@ Leifeld, Philip, Skyler J. Cranmer and Bruce A. Desmarais (2018): Temporal Exponential Random Graph Models with btergm: Estimation and Bootstrap Confidence Intervals. \emph{Journal of Statistical Software} 83(6): 1--36. \doi{10.18637/jss.v083.i06}. +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/leifeld/btergm} +} + } \author{ Philip Leifeld, Skyler J. Cranmer, Bruce A. Desmarais