blob: c6f6c11f0012806a69ce015701aaaffd03ebf892 [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,
Marc Kupietze8e3c092022-04-09 18:34:46 +020021 scales
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010022Collate:
Marc Kupietz52144812020-12-14 23:41:56 +010023 'idsThemeR.R'
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010024 'highcharter-themes.R'
Marc Kupietz52144812020-12-14 23:41:56 +010025 'ggplot-theme.R'
Marc Kupietz8418bd02022-04-09 18:34:27 +020026RoxygenNote: 7.1.2