From: Frederik Vanrenterghem Date: Thu, 13 Sep 2018 12:45:00 +0000 (+0800) Subject: Add DESCRIPTION. X-Git-Url: http://git.vanrenterghem.biz/R/project-using-kafka-in-R.git/commitdiff_plain/4a859f0a16eabfdb8b13d5af94aa5fa30daf1c49 Add DESCRIPTION. Start conversion to package. --- diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..68d1662 --- /dev/null +++ b/DESCRIPTION @@ -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