blob: d9d5b652dd8b5f32b9abb4f638f19f459978b6d3 [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 Kupietz74eb4912021-04-11 12:08:32 +02004Version: 0.4.900
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