File: CITATION

package info (click to toggle)
r-cran-network 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: ansic: 2,491; sh: 13; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 2,385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# use the generic statnet header text
#' statnet: statnet.cite.head('network')
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
citHeader(paste0(sQuote("network"), " is part of the Statnet suite of packages. ", 
    "If you are using the ", sQuote("network"), " package for research that will be published, ", 
    "we request that you acknowledge this by citing the following.\n", 
    "For BibTeX format, use toBibtex(citation(\"", "network", 
    "\"))."))
# ---- END AUTOGENERATED STATNET CITATION ----

# generate the standard statnet-style package software manual citation
#' statnet: statnet.cite.pkg('network')
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
bibentry("Manual", author = structure(list(list(given = "Carter T.", 
    family = "Butts", role = c("aut", "cre"), email = "buttsc@uci.edu", 
    comment = NULL)), class = "person"), title = paste("network", 
    ": ", "Classes for Relational Data", sep = ""), organization = paste("The Statnet Project (\\url{", 
    "http://www.statnet.org", "})", sep = ""), year = substr("2015-08-31", 
    1, 4), note = paste("R package version ", "1.13.0.1", sep = ""), 
    url = paste("https://CRAN.R-project.org/package=", "network", 
        sep = ""))
# ---- END AUTOGENERATED STATNET CITATION ----

# generate an additional citation for Carter's original paper
bibentry("Article",
         title = "network: a Package for Managing Relational Data in R.",
         author = person("Carter T.", "Butts", email = "buttsc@uci.edu"),
         journal = "Journal of Statistical Software",
         year = 2008,
         volume = 24,
         number = 2,
         doi ="10.18637/jss.v024.i02")

# add a network-specific footer
citFooter("Some additional information regarding the C-level network API can be found in the README file within the network.api subdirectory under the package \"inst\" directory -- check your installed library tree.")

# add the general statnet footer
#' statnet: statnet.cite.foot('network')
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
citFooter(paste0("We have invested a lot of time and effort in creating the ", 
    "Statnet suite of packages for use by other researchers. ", 
    "Please cite it in all papers where it is used. The package ", 
    sQuote("network"), " is distributed under the terms of the license ", 
    "GPL (>= 2)", "."))
# ---- END AUTOGENERATED STATNET CITATION ----