|
a |
|
b/inst/CITATION |
|
|
1 |
citHeader("Thanks for using the DLBCLdata package!", |
|
|
2 |
"We have invested a lot of time and effort this package,", |
|
|
3 |
"so please cite it if you are using it. Thanks!") |
|
|
4 |
|
|
|
5 |
citEntry(entry = "Manual", |
|
|
6 |
title = paste("DLBCLdata: Automated and reproducible download and", |
|
|
7 |
"preprocessing of DLBCL data"), |
|
|
8 |
author = personList(person(family="Bilgrau", |
|
|
9 |
given="Anders Ellern", |
|
|
10 |
email="anders.ellern.bilgrau@gmail.com"), |
|
|
11 |
person(family="Larsen", |
|
|
12 |
given="Steffen Falgreen", |
|
|
13 |
email="sfl@rn.dk")), |
|
|
14 |
url = "http://github.com/AEBilgrau/DLBCLdata", |
|
|
15 |
year = "2015", |
|
|
16 |
note = paste("R package version", packageVersion("DLBCLdata")), |
|
|
17 |
textVersion = paste("Anders Ellern Bilgrau, Steffen Falgreen;", |
|
|
18 |
"DLBCLdata:", |
|
|
19 |
"Automated and reproducible download and", |
|
|
20 |
"preprocessing of DLBCL data (2015)", |
|
|
21 |
"R package version", packageVersion("DLBCLdata"), |
|
|
22 |
"http://github.com/AEBilgrau/DLBCLdata")) |
|
|
23 |
|
|
|
24 |
citFooter("Suggestions for improvements, comments, and bug", |
|
|
25 |
"reports are very welcome at", |
|
|
26 |
"http://github.com/AEBilgrau/DLBCLdata/issues") |
|
|
27 |
|