https://github.com/cran/statnet
Raw File
Tip revision: 5ea4655de9f835a10501fb3efea64fd7dd499a91 authored by Mark S. Handcock on 27 April 2008, 00:00:00 UTC
version 2.1
Tip revision: 5ea4655
aaa
cat("'statnet' is a suite of packages for the statistical modeling of network data.\n")
cat('Please read the license using license.statnet()\n\n')
cat("If you are using 'statnet' for research that will be published,\n")
cat("we request that you acknowledge this with the following citation:\n\n")
cat("  Mark S. Handcock, David R. Hunter, Carter T. Butts, Steven M. Goodreau,\n")
cat("  and Martina Morris (2003) statnet: Software Tools for the Statistical\n")
cat("  Modeling of Network Data. Version 2.0. Project home page at http://statnetproject.org,\n")
cat("  URL http://CRAN.R-project.org/package=statnet.\n\n")
cat("A BibTeX entry for LaTeX users is\n\n")
cat("  @Manual{,\n")
cat("    title = {statnet: Software Tools for the Statistical Modeling of Network Data},\n")
cat("    author = {Mark S. Handcock and David R. Hunter and Carter T. Butts and Steven M. Goodreau and Martina Morris},\n")
cat("    year = {2003},\n")
cat("    note = {Version 2.0. Project home page at \url{http://statnetproject.org}},\n")
cat("    address = {Seattle, WA},\n")
cat("    url = {http://CRAN.R-project.org/package=statnet},\n")
cat("  }\n")
cat('To cite an individual package use citation("<name>") ,where <name> is the
package name.\n')

citHeader("To cite the individual package please use citation("<name>"), where <name> is the package name.")

citEntry(entry="Manual",
         title = "statnet: Software Tools for the Statistical Modeling of Network Data",
         author = personList(as.person("Mark S. Handcock"),
                             as.person("David R. Hunter"),
                             as.person("Carter T. Butts"),
                             as.person("Steven M. Goodreau"),
                             as.person("Martina Morris")), 
         year         = 2003,
         note         = paste("Version",substring(library(help="statnet",lib.loc=NULL,character.only=TRUE)$info[[1]][2],first=16),". Project home page at http://statnetproject.org"),
         address      = "Seattle, WA",
         url          = "http://CRAN.R-project.org/package=statnet",
         
         textVersion = 
         paste("Mark S. Handcock, David R. Hunter, Carter T. Butts, Steven M. Goodreau, and Martina Morris (2003) ", 
               "Software Tools for the Statistical Modeling of Network Data. Version ",
substring(library(help="statnet",lib.loc=NULL,character.only=TRUE)$info[[1]][2],first=16),
         ". Project home page at http://statnetproject.org",
         ",", " URL http://CRAN.R-project.org/package=statnet.",
               sep="")
         )

citFooter("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.")
back to top