Skip to content

Commit 0572cbf

Browse files
committed
Fixed up author names with middle names or initials in DESCRIPTION and CITATION.
1 parent d45b29d commit 0572cbf

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Version: 1.0-687
33
Date: 2023-05-14
44
Title: Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data
55
Authors@R: c(
6-
person("Pavel N.", "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
7-
person("Steven M.", "Goodreau", role=c("ctb"), email="[email protected]"),
6+
person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-9101-3362")),
7+
person(c("Steven", "M."), "Goodreau", role=c("ctb"), email="[email protected]"),
88
person("Martina", "Morris", role=c("ctb"), email="[email protected]"),
99
person("Kirk", "Li", role=c("ctb"), email="[email protected]"),
10-
person("Emily N.", "Beylerian", role=c("ctb"), email="[email protected]"),
10+
person(c("Emily", "N."), "Beylerian", role=c("ctb"), email="[email protected]"),
1111
person("Michał", "Bojanowski", role=c("ctb"), email="[email protected]", comment=c(ORCID="0000-0001-7503-852X")),
1212
person("Chad", "Klumb", role=c("ctb"), email="[email protected]"))
1313
Depends:

inst/CITATION

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ citHeader(paste0(sQuote("ergm.ego"), " is part of the Statnet suite of packages.
88
# ---- END AUTOGENERATED STATNET CITATION ----
99
#' statnet: statnet.cite.pkg("ergm.ego")
1010
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
11-
bibentry("Manual", author = structure(list(list(given = "Pavel N.",
12-
family = "Krivitsky", role = c("aut", "cre"), email = "[email protected]",
11+
bibentry("Manual", author = structure(list(list(given = c("Pavel",
12+
"N."), family = "Krivitsky", role = c("aut", "cre"), email = "[email protected]",
1313
comment = c(ORCID = "0000-0002-9101-3362"))), class = "person"),
1414
title = paste("ergm.ego", ": ", gsub("\n", " ", "Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data",
1515
fixed = TRUE), sep = ""), organization = paste0("The Statnet Project (\\url{",
16-
"https://statnet.org", "})"), year = substr("2021-06-20",
17-
1, 4), note = paste("R package version ", "0.9-638",
16+
"https://statnet.org", "})"), year = substr("2023-05-14",
17+
1, 4), note = paste("R package version ", "1.0-687",
1818
sep = ""), url = paste0("https://CRAN.R-project.org/package=",
1919
"ergm.ego"))
2020
# ---- END AUTOGENERATED STATNET CITATION ----
2121
#' statnet: statnet.cite.pkg("ergm")
2222
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
23-
bibentry("Manual", author = structure(list(list(given = "Mark S.",
24-
family = "Handcock", role = "aut", email = "[email protected]",
25-
comment = NULL), list(given = "David R.", family = "Hunter",
23+
bibentry("Manual", author = structure(list(list(given = c("Mark",
24+
"S."), family = "Handcock", role = "aut", email = "[email protected]",
25+
comment = NULL), list(given = c("David", "R."), family = "Hunter",
2626
role = "aut", email = "[email protected]", comment = NULL),
27-
list(given = "Carter T.", family = "Butts", role = "aut",
28-
email = "[email protected]", comment = NULL), list(given = "Steven M.",
29-
family = "Goodreau", role = "aut", email = "[email protected]",
30-
comment = NULL), list(given = "Pavel N.", family = "Krivitsky",
27+
list(given = c("Carter", "T."), family = "Butts", role = "aut",
28+
email = "[email protected]", comment = NULL), list(given = c("Steven",
29+
"M."), family = "Goodreau", role = "aut", email = "[email protected]",
30+
comment = NULL), list(given = c("Pavel", "N."), family = "Krivitsky",
3131
role = c("aut", "cre"), email = "[email protected]",
3232
comment = c(ORCID = "0000-0002-9101-3362")), list(given = "Martina",
3333
family = "Morris", role = "aut", email = "[email protected]",
3434
comment = NULL)), class = "person"), title = paste("ergm",
35-
": ", gsub("\n", " ", "Fit, Simulate and Diagnose Exponential-Family Models for\nNetworks",
35+
": ", gsub("\n", " ", "Fit, Simulate and Diagnose Exponential-Family Models for Networks",
3636
fixed = TRUE), sep = ""), organization = paste0("The Statnet Project (\\url{",
37-
"https://statnet.org", "})"), year = substr("2021-06-20",
38-
1, 4), note = paste("R package version ", "4.0.1", sep = ""),
37+
"https://statnet.org", "})"), year = substr("2023-05-12",
38+
1, 4), note = paste("R package version ", "4.5-7217", sep = ""),
3939
url = paste0("https://CRAN.R-project.org/package=", "ergm"))
4040
# ---- END AUTOGENERATED STATNET CITATION ----
4141

4242
bibentry("Article",
4343
title = "ergm: A Package to Fit, Simulate and Diagnose Exponential-Family Models for Networks",
44-
author = personList(person("David R.", "Hunter"),
45-
person("Mark S.", "Handcock"),
46-
person("Carter T.", "Butts"),
47-
person("Steven M.", "Goodreau"),
44+
author = c(person(c("David", "R."), "Hunter"),
45+
person(c("Mark", "S."), "Handcock"),
46+
person(c("Carter", "T."), "Butts"),
47+
person(c("Steven", "M."), "Goodreau"),
4848
person("Martina", "Morris")),
4949
journal = "Journal of Statistical Software",
5050
year = 2008,

0 commit comments

Comments
 (0)