-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.24 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
Package: liminal
Type: Package
Title: Multivariate Data Visualization with Tours and Embeddings
Version: 0.1.2.9000
Authors@R: person(given = "Stuart",
family = "Lee",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1179-8436"))
Description: Compose interactive visualisations designed for exploratory
high-dimensional data analysis. With 'liminal' you can create linked
interactive graphics to diagnose the quality of a dimension reduction
technique and explore the global structure of a dataset with a tour. A
complete description of the method is discussed in
['Lee' & 'Laa' & 'Cook' (2020) <arXiv:2012.06077>].
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/sa-lee/liminal/, https://sa-lee.github.io/liminal/
BugReports: https://github.com/sa-lee/liminal/issues/
Depends: R (>= 3.6.0)
Imports:
tourr (>= 0.6.0),
shiny,
vegawidget,
miniUI,
jsonlite,
rlang,
dplyr,
matrixStats
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
Rtsne,
knitr,
rmarkdown,
covr,
ggplot2,
testthat
VignetteBuilder: knitr