blob: a8fe79d69007f26aced8cd08597b3db3716a3b52 [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 Kupietz8d461bb2023-09-01 11:18:46 +02004Version: 0.5.0
Marc Kupietzcd7acbd2020-12-10 14:02:52 +01005Authors@R:
6 c(person(given = "Marc",
7 family = "Kupietz",
8 role = c("aut", "cre"),
Marc Kupietz6ce916e2023-09-01 11:07:12 +02009 email = "kupietz@ids-mannheim.de"),
10 person(given = "Leibniz Institute for the German Language",
11 role = c("cph", "fnd")))
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010012Maintainer: Marc Kupietz <kupietz@ids-mannheim.de>
13Description: 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).
14License: BSD_2_clause + file LICENSE
15Encoding: UTF-8
16LazyData: true
17Imports:
18 tidyverse,
19 highcharter,
20 magrittr,
Marc Kupietz52144812020-12-14 23:41:56 +010021 ggthemes,
22 ggplot2,
Marc Kupietze8e3c092022-04-09 18:34:46 +020023 scales
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010024Collate:
Marc Kupietz52144812020-12-14 23:41:56 +010025 'idsThemeR.R'
Marc Kupietzcd7acbd2020-12-10 14:02:52 +010026 'highcharter-themes.R'
Marc Kupietz52144812020-12-14 23:41:56 +010027 'ggplot-theme.R'
Marc Kupietzec2aa522023-09-01 11:06:42 +020028RoxygenNote: 7.2.3