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 | 8d461bb | 2023-09-01 11:18:46 +0200 | [diff] [blame^] | 4 | Version: 0.5.0 |
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"), |
Marc Kupietz | 6ce916e | 2023-09-01 11:07:12 +0200 | [diff] [blame] | 9 | email = "kupietz@ids-mannheim.de"), |
| 10 | person(given = "Leibniz Institute for the German Language", |
| 11 | role = c("cph", "fnd"))) |
Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 12 | Maintainer: Marc Kupietz <kupietz@ids-mannheim.de> |
| 13 | 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). |
| 14 | License: BSD_2_clause + file LICENSE |
| 15 | Encoding: UTF-8 |
| 16 | LazyData: true |
| 17 | Imports: |
| 18 | tidyverse, |
| 19 | highcharter, |
| 20 | magrittr, |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 21 | ggthemes, |
| 22 | ggplot2, |
Marc Kupietz | e8e3c09 | 2022-04-09 18:34:46 +0200 | [diff] [blame] | 23 | scales |
Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 24 | Collate: |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 25 | 'idsThemeR.R' |
Marc Kupietz | cd7acbd | 2020-12-10 14:02:52 +0100 | [diff] [blame] | 26 | 'highcharter-themes.R' |
Marc Kupietz | 5214481 | 2020-12-14 23:41:56 +0100 | [diff] [blame] | 27 | 'ggplot-theme.R' |
Marc Kupietz | ec2aa52 | 2023-09-01 11:06:42 +0200 | [diff] [blame] | 28 | RoxygenNote: 7.2.3 |