--- a
+++ b/DESCRIPTION
@@ -0,0 +1,25 @@
+Package: DLBCLdata
+Type: Package
+Title: Automated and reproducible download and preprocessing of DLBCL data
+Version: 1.0
+Date: 2015-11-22
+Author: Anders Ellern Bilgrau, Steffen Falgreen Larsen
+Maintainer: Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>
+URL: http://github.com/AEBilgrau/DLBCLdata
+BugReports: https://github.com/AEBilgrau/DLBCLdata/issues
+Description: Automatic downloading, preprocessing, and preparation of selected
+  Large-Scale Diffuse Large B-Cell Lymphoma gene expression profile studies.
+KeepSource: yes
+LazyData: true
+Suggests:
+    survival,
+    testthat
+Imports:
+    AnnotationDbi,
+    Biobase,
+    GEOquery,
+    affy,
+    affyio,
+    oligo,
+    XML
+License: GPL (>=2)