citHeader("'networksis' is part of the Statnet suite of packages.\n If you are using 'networksis' for research that will be published, we request that you acknowledge this with the following citation:")

bibentry(bibtype="Manual",
         title = paste(meta$Package,": ", meta$Title, sep=""),
         author = personList(as.person("Ryan Admiraal"),
                             as.person("Mark S. Handcock")),
         year         = substr(meta$Date,1,4),
         note         = paste("R package version ", meta$Version, ". Project home page at http://statnet.org",sep=""),
         address      = "Murdoch WA Australia",
         url          = "http://CRAN.R-project.org/package=networksis",
         
         textVersion = 
         paste("Ryan Admiraal and Mark S. Handcock (2008) ", 
               paste(meta$Package,": ", meta$Title, sep=""),
               ", Version ", meta$Version, ". Project home page at http://statnet.org",
               ",", " URL http://CRAN.R-project.org/package=networksis.",
               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.")
