-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 783 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 783 Bytes
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
Type: Package
Package: catplot
Title: Capable and Tidy Plot Tools
Version: 0.1.0
Authors@R: c(
person("Songqi", "Duan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0822-5883")),
person("Ziqi", "Wang", , "[email protected]", role = c("fnd", "dtc"))
)
Maintainer: Songqi Duan <[email protected]>
Description: A capable and tidy data visualization tool.
License: MIT + file LICENSE
URL: https://catplot.catplot.org, https://github.com/catplot/catplot
BugReports: https://github.com/catplot/catplot/issues
Imports:
ggplot2,
rlang (>= 1.1.0)
Suggests:
ggsurvfit,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2