Package: largeVis
Type: Package
Title: High-Quality Visualizations of Large, High-Dimensional Datasets
Version: 0.2.1.1
Author: Amos B. Elberg
Maintainer: ORPHANED
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
Packaged: 2018-02-13 17:04:30 UTC; ripley
Repository: CRAN
Date/Publication: 2018-02-16 19:29:15 UTC
X-CRAN-Original-Maintainer: Amos Elberg <amos.elberg@gmail.com>
X-CRAN-Comment: Orphaned and corrected on 2018-02-16 as check errors
        were not corrected despite reminder.
 .
 Misue of BLAS_LIBS/LAPACK_LIBS.
