-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
DESCRIPTION
91 lines (91 loc) · 2.85 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: ggalt
Title: Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales
and Fonts for 'ggplot2'
Version: 0.6.1
Maintainer: Bob Rudis <[email protected]>
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Ben", "Bolker", comment="Encircling & additional splines", role = c("aut", "ctb")),
person("Ben", "Marwick", comment="General codebase cleanup", role = c("ctb")),
person("Jan", "Schulz", comment="Annotations", role = c("aut", "ctb")),
person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"),
person("ProPublica", role="dtc", comment="StateFace font"),
person("Aditya", "Kothari", role=c("aut", "ctb"), comment="Core functionality of horizon plots"),
person("Ather", role="dtc", comment="Core functionality of horizon plots"),
person("Jonathan","Sidi", role=c("aut","ctb"), comment="Annotation ticks"),
person("Tarcisio","Fedrizzi", role="ctb", comment="Bytes formatter")
)
Description: A compendium of new geometries, coordinate systems, statistical
transformations, scales and fonts for 'ggplot2', including splines, 1d and 2d densities,
univariate average shifted histograms, a new map coordinate system based on the
'PROJ.4'-library along with geom_cartogram() that mimics the original functionality of
geom_map(), formatters for "bytes", a stat_stepribbon() function, increased 'plotly'
compatibility and the 'StateFace' open source font 'ProPublica'. Further new
functionality includes lollipop charts, dumbbell charts, the ability to encircle
points and coordinate-system-based text annotations.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/hrbrmstr/ggalt
BugReports: https://github.com/hrbrmstr/ggalt/issues
Encoding: UTF-8
Depends:
R (>= 3.2.0),
ggplot2 (>= 2.2.1)
Suggests:
testthat,
gridExtra,
knitr,
rmarkdown,
ggthemes,
reshape2
Imports:
utils,
graphics,
datasets,
grDevices,
plyr,
dplyr,
RColorBrewer,
KernSmooth,
proj4,
scales,
grid,
gtable,
ash,
maps,
MASS,
extrafont,
tibble,
plotly (>= 3.4.1)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Collate:
'annotate_textp.r'
'annotation_ticks.r'
'coord_proj.r'
'formatters.r'
'fortify.r'
'position-dodgev.R'
'geom2plotly.r'
'geom_ash.r'
'geom_bkde.r'
'geom_bkde2d.r'
'geom_spikelines.R'
'geom_dumbbell.R'
'geom_cartogram.r'
'geom_encircle.r'
'geom_horizon.r'
'geom_lollipop.r'
'geom_table.r'
'geom_twoway_bar.r'
'geom_xspline.r'
'geom_xspline2.r'
'geom_ubar.r'
'stat-stepribbon.r'
'ggalt-package.r'
'grob_absolute.r'
'guide_axis.r'
'stateface.r'
'utils.r'
'zzz.r'