-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.61 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: unikn
Type: Package
Title: Graphical Elements of the University of Konstanz's Corporate Design
Version: 1.0.0.9002
Date: 2024-12-12
Authors@R: c(person("Hansjoerg", "Neth", role = c("aut", "cre"), email = "h.neth@uni.kn", comment = c(ORCID = "0000-0001-5427-3141")),
person("Nico", "Gradwohl", role = "aut", comment = c(ORCID = "0000-0002-8703-905X")))
Maintainer: Hansjoerg Neth <h.neth@uni.kn>
Description: Define and use graphical elements of corporate design manuals in R. The 'unikn' package provides color functions (by defining dedicated colors and color palettes, and commands for finding, changing, viewing, and using them) and styled text elements (e.g., for marking, underlining, or plotting colored titles). The pre-defined range of colors and text decoration functions is based on the corporate design of the University of Konstanz <https://www.uni-konstanz.de/>, but can be adapted and extended for other purposes or institutions.
Depends:
R (>= 3.4.0)
Imports:
cli,
ggplot2
Suggests:
knitr,
rmarkdown,
spelling
Collate: 'color_def_1.R'
'color_def_2.R'
'util.R'
'util_color.R'
'util_plot.R'
'color_fun_1.R'
'color_fun_2.R'
'plot_box.R'
'plot_box_calls.R'
'plot_text.R'
'plot_text_calls.R'
'plot_themes.R'
'plot_kn.R'
'plot_demo.R'
'start_unikn.R'
Encoding: UTF-8
LazyData: false
License: CC BY-SA 4.0
URL: https://CRAN.R-project.org/package=unikn
BugReports: https://github.com/hneth/unikn/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Language: en-US