-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
61 lines (61 loc) · 1.65 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
Type: Package
Package: ggtrace
Title: Trace and Highlight Groups of Data Points
Version: 0.2.0.9000
Authors@R:
c(person(given = "Ryan",
family = "Sheridan",
role = c("aut", "cre"),
email = "ryan.sheridan@cuanschutz.edu",
comment = c(ORCID = "0000-0003-4012-3147")),
person(given = "Rui",
family = "Fu",
role = "ctb",
email = "raysinensis@gmail.com",
comment = c(ORCID = "0000-0001-8183-4549")),
person(given = "Jay",
family = "Hesselberth",
role = "ctb",
email = "jay.hesselberth@gmail.com",
comment = c(ORCID = "0000-0002-6299-179X")),
person(given = "RNA Bioscience Initiative",
role = c("fnd", "cph")))
Description: Provides 'ggplot2' geoms that allow groups of data points to be
outlined or highlighted for emphasis. This is particularly useful when
working with dense datasets that are prone to overplotting.
License: MIT + file LICENSE
URL: https://github.com/rnabioco/ggtrace
BugReports: https://github.com/rnabioco/ggtrace/issues
Depends:
R (>= 4.0.0)
Imports:
ggplot2,
grid,
rlang
Suggests:
covr,
knitr,
rmarkdown,
tidyr,
tibble,
dplyr,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
SystemRequirements: pandoc
Collate:
'a-legend-draw.R'
'data.R'
'geom-path-trace.R'
'geom-point-trace.R'
'ggtrace-package.R'
'grouping.R'
'utilities-ggplot2.R'
Config/Needs/website:
pkgdown,
rnabioco/rbitemplate