-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
47 lines (47 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
43
44
45
46
47
Package: ggswim
Type: Package
Title: Create Swimmer Plots with ggplot2
Version: 0.1.0
Authors@R: c(
person("Richard", "Hanna", , "richardshanna91@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0005-6496-8154")),
person("Stephan", "Kadauke", , "kadaukes@chop.edu", role = "aut",
comment = c(ORCID = "0000-0003-2996-8034")),
person("Ezra", "Porter", , "ezrajporter@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-4690-8343"))
)
Description: Create swimmer plots using the ggplot2 framework.
License: MIT + file LICENSE
URL: https://chop-cgtinformatics.github.io/ggswim/,
https://github.com/CHOP-CGTInformatics/ggswim
BugReports: https://github.com/CHOP-CGTInformatics/ggswim/issues
Encoding: UTF-8
LazyData: true
Imports:
cli,
dplyr,
ggplot2,
grid,
purrr,
rlang,
stringr,
systemfonts,
tibble,
tidyr,
tidyselect,
vctrs
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
lintr,
ragg,
rmarkdown,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
Language: en-US
VignetteBuilder: knitr
Depends:
R (>= 3.5)