Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 1 | Package: idsThemeR |
| 2 | Type: Package |
| 3 | Title: Plot themes for the Leibniz Institute for the German Language (IDS) |
Marc Kupietz | 74eb491 | 2021-04-11 12:08:32 +0200 | [diff] [blame] | 4 | Version: 0.4.900 |
Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 5 | Authors@R: |
| 6 | c(person(given = "Marc", |
| 7 | family = "Kupietz", |
| 8 | role = c("aut", "cre"), |
| 9 | email = "kupietz@ids-mannheim.de")) |
| 10 | Maintainer: Marc Kupietz <kupietz@ids-mannheim.de> |
| 11 | Description: 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). |
| 12 | License: BSD_2_clause + file LICENSE |
| 13 | Encoding: UTF-8 |
| 14 | LazyData: true |
| 15 | Imports: |
| 16 | tidyverse, |
| 17 | highcharter, |
| 18 | magrittr, |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 19 | ggthemes, |
| 20 | ggplot2, |
Marc Kupietz | e8e3c09 | 2022-04-09 18:34:46 +0200 | [diff] [blame] | 21 | scales |
Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 22 | Collate: |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 23 | 'idsThemeR.R' |
Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 24 | 'highcharter-themes.R' |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 25 | 'ggplot-theme.R' |
Marc Kupietz | 8418bd0 | 2022-04-09 18:34:27 +0200 | [diff] [blame] | 26 | RoxygenNote: 7.1.2 |