Add DESCRIPTION.
[R/project-using-kafka-in-R.git] / DESCRIPTION
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