#cat("'RDS Analyst' is a suite of packages for the statistical modeling of network data.\n")
#cat('Please read the license using license.statnet()\n')

citHeader("If you are using 'RDS' for research that will be published, we request that you acknowledge this with the following citation:")

# auts <- eval(parse(text=meta$`Authors@R`))
# auts <- auts[sapply(auts, function(aut) "aut" %in% aut$role)]

bibentry("Manual",
         title = paste(meta$Package,": ", meta$Title, sep=""),
         author = personList(as.person("Mark S. Handcock"),
                             as.person("Ian E. Fellows"),
                             as.person("Krista J. Gile")),
         year         = substr(meta$Date,1,4),
         note         = paste("R package version ", meta$Version, sep=""),
         address      = "Los Angeles, CA",
         url          = "http://CRAN.R-project.org/package=RDS",
         
         textVersion = 
         paste("Mark S. Handcock, Ian E. Fellows, Krista J. Gile (2012) ", 
               paste(meta$Package,": ", meta$Title, sep=""),
               ", Version ", meta$Version, ". Project home page at http://hpmrg.org",
               ",", " URL http://CRAN.R-project.org/package=RDS.",
               sep="")
         )

citFooter("We have invested a lot of time and effort in creating the",
          "'RDS' package for use by other researchers.",
          "Please cite it in all papers where it is used.")
