forked from r-lib/scales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1 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
Package: scales
Title: Scale Functions for Visualization
Version: 1.1.1.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Dana",
family = "Seidel",
role = "aut"),
person(given = "RStudio",
role = "cph"))
Description: Graphical scales map data to aesthetics, and
provide methods for automatically determining breaks and labels for
axes and legends.
License: MIT + file LICENSE
URL: https://scales.r-lib.org, https://github.com/r-lib/scales
BugReports: https://github.com/r-lib/scales/issues
Depends:
R (>= 3.2)
Imports:
farver (>= 2.0.3),
labeling,
lifecycle,
munsell (>= 0.5),
R6,
RColorBrewer,
viridisLite
Suggests:
bit64,
covr,
dichromat,
ggplot2,
hms (>= 0.5.0),
testthat (>= 2.1.0)
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.0