-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 887 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 887 Bytes
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
Package: ggplot.plus
Title: `ggplot.plus: An Opinionated, Universal-Design Focused Veneer For Ggplot2
Version: 0.4.4
Authors@R:
person("Alex", "Bajcz", email = "bajcz003@umn.com", role = c("aut", "cre"))
Description: A collection of ggplot2 enhancements for improved defaults, accessibility, and usability.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/MAISRC/ggplot_plus
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
Imports:
ggplot2,
grid,
rlang,
gtable,
scales,
polyclip,
viridis
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Acknowledgements:
Thanks to Allan Cameron (@Allan Cameron) for answers to
Stack Overflow questions 79654995 and 79682150, which
provided key coding elements enabling the functionality
of yaxis_title_plus() and geom_point_plus().