-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 944 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
26
27
28
29
30
31
32
33
34
Package: upsetjs
Type: Package
Title: 'HTMLWidget' Wrapper of 'UpSet.js' for Exploring Large Set Intersections
Description: 'UpSet.js' is a re-implementation of 'UpSetR' to create interactive set visualizations for more than three sets.
This is a 'htmlwidget' wrapper around the 'JavaScript' library 'UpSet.js'.
Version: 1.11.1
Date: 2022-07-13
Author: Samuel Gratzl [aut, cre]
Authors@R: person("Samuel", "Gratzl", email = "sam@sgratzl.com", role = c("aut", "cre"))
Maintainer: Samuel Gratzl <sam@sgratzl.com>
URL: https://github.com/upsetjs/upsetjs_r/
BugReports: https://github.com/upsetjs/upsetjs_r/issues
Depends: R (>= 3.2.0)
License: AGPL-3 | file LICENSE
Encoding: UTF-8
Imports:
htmlwidgets,
magrittr
Suggests:
knitr,
crosstalk,
rmarkdown,
formatR,
tibble,
testthat,
styler,
lintr,
pkgdown
LazyData: true
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Language: en-US
KeepSource: true