@@ -14,11 +14,11 @@ citHeader(paste0(sQuote("network"), " is part of the Statnet suite of packages.
1414bibentry("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