Skip to content

Commit ea959b6

Browse files
committed
Updated CITATION.
1 parent b34fe6d commit ea959b6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

inst/CITATION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ citHeader(paste0(sQuote("network"), " is part of the Statnet suite of packages.
1414
bibentry("Manual", author = structure(list(list(given = "Carter T.",
1515
family = "Butts", role = c("aut", "cre"), email = "buttsc@uci.edu",
1616
comment = NULL)), class = "person"), title = paste("network",
17-
": ", "Classes for Relational Data", sep = ""), organization = paste("The Statnet Project (\\url{",
18-
"http://www.statnet.org", "})", sep = ""), year = substr("2015-08-31",
19-
1, 4), note = paste("R package version ", "1.13.0.1", sep = ""),
20-
url = paste("https://CRAN.R-project.org/package=", "network",
21-
sep = ""))
17+
": ", gsub("\n", " ", "Classes for Relational Data", fixed = TRUE),
18+
sep = ""), organization = paste0("The Statnet Project (\\url{",
19+
"https://statnet.org", "})"), year = substr("2021-06-05",
20+
1, 4), note = paste("R package version ", "1.17.0", sep = ""),
21+
url = paste0("https://CRAN.R-project.org/package=", "network"))
2222
# ---- END AUTOGENERATED STATNET CITATION ----
2323

2424
# generate an additional citation for Carter's original paper
@@ -41,5 +41,5 @@ citFooter(paste0("We have invested a lot of time and effort in creating the ",
4141
"Statnet suite of packages for use by other researchers. ",
4242
"Please cite it in all papers where it is used. The package ",
4343
sQuote("network"), " is distributed under the terms of the license ",
44-
"GPL (>= 2)", "."))
44+
"GPL (>=2)", "."))
4545
# ---- END AUTOGENERATED STATNET CITATION ----

0 commit comments

Comments
 (0)