desc <- packageDescription("network") year <- sub(".*(2[[:digit:]]{3})-.*", "\\1", desc$Date) vers <- paste("R package version", desc$Version) citHeader("'network' is a package providing classes for relational data, and is part of the 'statnet' suite of packages for the statistical modeling of network data. (See http://statnet.org for more information.)\n\nThis version of 'network' is currently licensed under the GNU Public License, v2 or later.\n\nIf you are using 'network' for research that will be published, we request that you acknowledge this with the following citation:\n\n") citEntry(entry="Manual", title = "network: Classes for Relational Data", author = personList(as.person("Carter T. Butts"), as.person("Mark S. Handcock"), as.person("David R. Hunter")), year = year, address = "Irvine, CA", url = "http://statnet.org/", note = vers, textVersion = paste("Carter T. Butts, Mark S. Handcock, and David R. Hunter. (", year, "). network: Classes for Relational Data. ", vers, ". Irvine, CA. http://statnet.org/", sep="")) citFooter("To cite other 'statnet' packages use citation(\"\") ,where is the package name.\n\nYou may also find the following paper to be of use in working with the network package:\n\n Butts, Carter T. (2008). ``network: a Package for Managing Relational Data in R.'' Journal of Statistical Software, 24(2).\n\nFinally, 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.\n\n'network' and 'statnet' are volunteer efforts. You can help the 'statnet' project by citing relevant packages in all papers where they are used. Your support is greatly appreciated!")