-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
25 lines (25 loc) · 841 Bytes
/
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
Package: ggvenn
Title: Draw Venn Diagram by 'ggplot2'
Version: 0.1.16
Authors@R: person(given = "Linlin", family = "Yan",
role = c("aut", "cre"),
email = "yanlinlin82@gmail.com",
comment = c(ORCID = "0000-0002-4990-6239"))
Author: Linlin Yan [aut, cre] (<https://orcid.org/0000-0002-4990-6239>)
Maintainer: Linlin Yan <yanlinlin82@gmail.com>
Description: An easy-to-use way to draw pretty venn diagram by 'ggplot2'.
URL: https://yanlinlin82.github.io/ggvenn/, https://github.com/yanlinlin82/ggvenn
BugReports: https://github.com/yanlinlin82/ggvenn/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: ggplot2
Suggests:
testthat (>= 3.0.0)
Imports:
dplyr,
grid,
scales,
lifecycle
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3