forked from elbamos/largeVis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.04 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
Package: largeVis
Type: Package
Title: High-Quality Visualizations of Large, High-Dimensional Datasets
Version: 0.2.2
Author: Amos B. Elberg
Maintainer: Amos Elberg <[email protected]>
Description: Implements the largeVis algorithm (see Tang, et al. (2016) <DOI:10.1145/2872427.2883041>) for visualizing very large high-dimensional datasets. Also very fast search for approximate nearest neighbors; outlier detection; and optimized implementations of the HDBSCAN*, DBSCAN and OPTICS clustering algorithms; plotting functions for visualizing the above.
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.0.1
Depends:
R (>= 3.0.2),
Matrix
Imports:
ggplot2 (>= 2.1.0)
LinkingTo: Rcpp (>= 0.12.4),RcppProgress (>= 0.2.1),RcppArmadillo (>= 0.7.200.2.0),testthat(>= 1.0.2)
Suggests:
ggforce,
testthat,
knitr,
rmarkdown,
png,
dbscan
URL: https://github.com/elbamos/largeVis
BugReports: https://github.com/elbamos/largeVis/issues
NeedsCompilation: yes
BuildVignettes: TRUE
VignetteBuilder: knitr
SystemRequirements: C++11, GNU make