--- a +++ b/inst/CITATION @@ -0,0 +1,27 @@ +citHeader("Thanks for using the DLBCLdata package!", + "We have invested a lot of time and effort this package,", + "so please cite it if you are using it. Thanks!") + +citEntry(entry = "Manual", + title = paste("DLBCLdata: Automated and reproducible download and", + "preprocessing of DLBCL data"), + author = personList(person(family="Bilgrau", + given="Anders Ellern", + email="anders.ellern.bilgrau@gmail.com"), + person(family="Larsen", + given="Steffen Falgreen", + email="sfl@rn.dk")), + url = "http://github.com/AEBilgrau/DLBCLdata", + year = "2015", + note = paste("R package version", packageVersion("DLBCLdata")), + textVersion = paste("Anders Ellern Bilgrau, Steffen Falgreen;", + "DLBCLdata:", + "Automated and reproducible download and", + "preprocessing of DLBCL data (2015)", + "R package version", packageVersion("DLBCLdata"), + "http://github.com/AEBilgrau/DLBCLdata")) + +citFooter("Suggestions for improvements, comments, and bug", + "reports are very welcome at", + "http://github.com/AEBilgrau/DLBCLdata/issues") +