[28aa3b]: / inst / CITATION

Download this file

28 lines (24 with data), 1.4 kB

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")