forked from jolars/eulerr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.54 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
Package: eulerr
Title: Area-Proportional Euler and Venn Diagrams with Circles or Ellipses
Version: 4.1.0
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("Tim", "Kelley", role = "ctb",
comment = "original Nelder-Mead code"),
person("David H.", "Eberly", role = "ctb",
comment = "geometric algorithms"),
person("Peter", "Gustafsson", role = "ctb"),
person("Emanuel", "Huber", role = "ctb",
comment = "root solver code"))
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:
graphics,
grDevices,
grid,
lattice,
polyclip,
Rcpp,
GenSA,
stats,
utils,
Suggests:
covr,
knitr,
pBrackets,
RConics,
testthat
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
BugReports: https://github.com/jolars/eulerr/issues
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)