Add DESCRIPTION.
authorFrederik Vanrenterghem <frederik@vanrenterghem.io>
Thu, 13 Sep 2018 12:45:00 +0000 (20:45 +0800)
committerFrederik Vanrenterghem <frederik@vanrenterghem.io>
Thu, 13 Sep 2018 12:45:00 +0000 (20:45 +0800)
Start conversion to package.

DESCRIPTION [new file with mode: 0644]

diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644 (file)
index 0000000..68d1662
--- /dev/null
@@ -0,0 +1,13 @@
+Package: KafkaRestAPI
+Title: Interact With Kafka Using Rest API
+Version: 0.1
+Authors@R: person("Frederik", "Vanrenterghem", email = "frederik@vanrenterghem.biz",
+                  role = c("aut", "cre"))
+Description: This package offers functions to interact with Apache Kafka using
+    the Confluence REST API.
+Depends: R (>= 3.5.0)
+License: GPL-3
+Imports:
+    httr (>= 1.3.1),
+    jsonlite (>= 1.5)
+LazyData: true
\ No newline at end of file