-
Notifications
You must be signed in to change notification settings - Fork 108
/
DESCRIPTION
42 lines (42 loc) · 1.16 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
42
Package: scales
Title: Scale Functions for Visualization
Version: 1.3.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("Dana", "Seidel", role = "aut"),
person("Posit, PBC", role = c("cph", "fnd"))
)
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 (>= 4.0)
Imports:
cli,
farver (>= 2.0.3),
glue,
labeling,
lifecycle,
R6,
RColorBrewer,
rlang (>= 1.1.0),
viridisLite
Suggests:
bit64,
covr,
dichromat,
ggplot2,
hms (>= 0.5.0),
stringi,
testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2024-10-24
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.2