First working package
Change-Id: I7f011864775a0486d6dd985b93e4473574956fa7
diff --git a/DESCRIPTION b/DESCRIPTION
index 8c28566..14ed37f 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,11 +1,29 @@
Package: rderekovecs
Type: Package
-Title: What the Package Does (Title Case)
+Title: DeReKoVecs API Client Package
Version: 0.1.0
-Author: Who wrote it
-Maintainer: The package maintainer <yourself@somewhere.net>
-Description: More about what it does (maybe more than one line)
- Use four spaces when indenting paragraphs within the Description.
-License: What license is it under?
+Authors@R:
+ c(person(given = "Marc",
+ family = "Kupietz",
+ role = c("aut", "cre"),
+ email = "kupietz@ids-mannheim.de"))
+Description: A client package that makes the 'DeReKoVecs'
+ web service API accessible from R.
+Depends: R (>= 3.5.0)
+Language: en-US
+License: BSD_2_clause + file LICENSE
+URL: https://korap.ids-mannheim.de/gerrit/plugins/gitiles/ids-kl/derekovecs,
+ https://corpora.ids-mannheim.de/openlab/derekovecs
Encoding: UTF-8
LazyData: true
+RoxygenNote: 7.2.3
+Imports:
+ httr2,
+ magrittr
+Suggests:
+ lifecycle,
+ testthat
+Collate:
+ 'utils-pipe.R'
+ 'derekovecs.R'
+Roxygen: list(markdown = TRUE)