blob: 94b1929d10aae3f57e46631329d6134be846c20e [file] [log] [blame]
Marc Kupietzcd7acbd2020-12-10 14:02:52 +01001Package: idsThemeR
2Type: Package
3Title: Plot themes for the Leibniz Institute for the German Language (IDS)
Marc Kupietza371c672020-12-18 15:56:15 +01004Version: 0.3.0
Marc Kupietzcd7acbd2020-12-10 14:02:52 +01005Authors@R:
6 c(person(given = "Marc",
7 family = "Kupietz",
8 role = c("aut", "cre"),
9 email = "kupietz@ids-mannheim.de"))
10Maintainer: Marc Kupietz <kupietz@ids-mannheim.de>
11Description: 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).
12License: BSD_2_clause + file LICENSE
13Encoding: UTF-8
14LazyData: true
15Imports:
16 tidyverse,
17 highcharter,
18 magrittr,
Marc Kupietz52144812020-12-14 23:41:56 +010019 ggthemes,
20 ggplot2,
21 scales,
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010022 RKorAPClient
23Collate:
Marc Kupietz52144812020-12-14 23:41:56 +010024 'idsThemeR.R'
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010025 'highcharter-themes.R'
Marc Kupietz52144812020-12-14 23:41:56 +010026 'ggplot-theme.R'
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010027RoxygenNote: 7.1.1