blob: 71ccfe609253e2aa1bb6e3f0fd1bce424f386780 [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 Kupietz27e260d2021-02-05 16:31:37 +01004Version: 0.4.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