-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.67 KB
/
Copy pathDESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.67 KB
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
42
Package: unikn
Type: Package
Title: Graphical Elements of the University of Konstanz's Corporate Design
Version: 1.0.0.9005
Date: 2026-05-10
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
DOI: 10.5281/zenodo.7096191
URL: https://CRAN.R-project.org/package=unikn, https://hneth.github.io/unikn
BugReports: https://github.com/hneth/unikn/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Language: en-US