forked from thomasp85/ggforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
96 lines (96 loc) · 2.2 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
92
93
94
95
96
Package: ggforce
Type: Package
Title: Accelerating 'ggplot2'
Version: 0.3.2.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711")),
person("RStudio",
role = "cph"))
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: The aim of 'ggplot2' is to aid in visual data investigations. This
focus has led to a lack of facilities for composing specialised plots.
'ggforce' aims to be a collection of mainly new stats and geoms that fills
this gap. All additional functionality is aimed to come through the official
extension system so using 'ggforce' should be a stable experience.
URL: https://ggforce.data-imaginist.com, https://github.com/thomasp85/ggforce
BugReports: https://github.com/thomasp85/ggforce/issues
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
Depends:
ggplot2 (>= 3.0.0),
R (>= 3.3.0)
Imports:
Rcpp (>= 0.12.2),
grid,
scales,
MASS,
tweenr (>= 0.1.5),
gtable,
rlang,
polyclip,
stats,
grDevices,
tidyselect,
withr,
utils
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 7.1.1
Suggests:
sessioninfo,
concaveman,
deldir,
reshape2,
units (>= 0.4-6),
covr
Collate:
'RcppExports.R'
'aaa.R'
'shape.R'
'arc_bar.R'
'arc.R'
'autodensity.R'
'autohistogram.R'
'autopoint.R'
'bezier.R'
'bspline.R'
'bspline_closed.R'
'circle.R'
'diagonal.R'
'diagonal_wide.R'
'ellipse.R'
'facet_grid_paginate.R'
'facet_matrix.R'
'facet_row.R'
'facet_stereo.R'
'facet_wrap_paginate.R'
'facet_zoom.R'
'ggforce_package.R'
'ggproto-classes.R'
'interpolate.R'
'link.R'
'mark_circle.R'
'mark_ellipse.R'
'mark_hull.R'
'mark_label.R'
'mark_rect.R'
'parallel_sets.R'
'position-jitternormal.R'
'position_auto.R'
'position_floatstack.R'
'regon.R'
'scale-depth.R'
'scale-unit.R'
'sina.R'
'spiro.R'
'themes.R'
'trans.R'
'trans_linear.R'
'utilities.R'
'voronoi.R'
'zzz.R'
Roxygen: list(markdown = TRUE)