Skip to content

Commit

Permalink
Updated maintainer email address
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Mar 31, 2024
1 parent abd114c commit e10fa26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <doi:10.18637/jss.v083.i06>.
URL: https://github.com/leifeld/btergm
Encoding: UTF-8
Expand Down Expand Up @@ -30,4 +30,4 @@ Suggests:
ggplot2 (>= 2.0.0)
Depends: R (>= 3.5)
License: GPL (>= 2)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
5 changes: 2 additions & 3 deletions R/btergm.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#'
Expand All @@ -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'
)
Expand Down
7 changes: 7 additions & 0 deletions man/btergm-package.Rd

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

0 comments on commit e10fa26

Please sign in to comment.