Initial import
Change-Id: I59748a78b35a3e14013333912966971a02dd19b4
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..278759b
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,22 @@
+Package: idsThemeR
+Type: Package
+Title: Plot themes for the Leibniz Institute for the German Language (IDS)
+Version: 0.1.0
+Authors@R:
+ c(person(given = "Marc",
+ family = "Kupietz",
+ role = c("aut", "cre"),
+ email = "kupietz@ids-mannheim.de"))
+Maintainer: Marc Kupietz <kupietz@ids-mannheim.de>
+Description: The package provides a collection themes for different plotting libraries, following the corporate design of the Leibniz Institute for the German Language (IDS) in Mannheim (Germany).
+License: BSD_2_clause + file LICENSE
+Encoding: UTF-8
+LazyData: true
+Imports:
+ tidyverse,
+ highcharter,
+ magrittr,
+ RKorAPClient
+Collate:
+ 'highcharter-themes.R'
+RoxygenNote: 7.1.1