forked from jolars/eulerr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 1.69 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
Package: eulerr
Title: Area-Proportional Euler and Venn Diagrams with Ellipses
Version: 6.1.1
Authors@R: c(person("Johan", "Larsson", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4029-5945")),
person("A. Jonathan R.", "Godfrey", role = "ctb"),
person("Peter", "Gustafsson", role = "ctb"),
person("David H.", "Eberly", role = "ctb",
comment = "geometric algorithms"),
person("Emanuel", "Huber", role = "ctb",
comment = "root solver code"),
person("Kamil", "Slowikowski", role = c("ctb", "cph"),
comment = "modified code from ggrepel"),
person("Florian", "Privé", role = "ctb"))
Description: Generate area-proportional Euler diagrams
using numerical optimization. An Euler diagram is a generalization of a Venn
diagram, relaxing the criterion that all interactions need to be
represented. Diagrams may be fit with ellipses and circles via
a wide range of inputs and can be visualized in numerous ways.
Depends:
R (>= 3.3.0)
Imports:
GenSA,
graphics,
grDevices,
grid,
polyclip,
polylabelr,
Rcpp,
stats,
utils
Suggests:
covr,
knitr,
lattice,
pBrackets,
RConics,
rmarkdown,
testthat,
spelling
LinkingTo:
Rcpp (>= 0.12.12),
RcppArmadillo (>= 0.7.600.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/jolars/eulerr, https://jolars.github.io/eulerr/
BugReports: https://github.com/jolars/eulerr/issues
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Language: en-US