Package: bigMap
Type: Package
Title: Big Data Mapping
Version: 2.0.0
Date: 2019-01-04
Authors@R: c(
 person(given="Joan", family="Garriga", email="jgarriga@ceab.csic.es", role=c("aut", "cre")),
 person(given="Frederic", family="Bartumeus", email="fbartu@ceab.csic.es", role=c("aut"))
 )
Description: Unsupervised clustering protocol for large scale structured data, based on a low dimensional representation of the data. Dimensionality reduction is performed using a parallelized implementation of the t-Stochastic Neighboring Embedding algorithm (Garriga J. and Bartumeus F. (2018), <arXiv:1812.09869>).
License: GPL-3
Depends: R (>= 3.4.0)
Imports: Rcpp (>= 0.12.0), bigmemory (>= 4.5.0), parallel (>= 3.5.0),
        RColorBrewer, colorspace,
Suggests: snow (>= 0.4-2), Rmpi (>= 0.6-7), knitr, rmarkdown
LinkingTo: Rcpp, RcppArmadillo, BH, bigmemory
LazyData: FALSE
VignetteBuilder: knitr
RoxygenNote: 6.1.1
SystemRequirements: GNU make
NeedsCompilation: yes
Packaged: 2019-01-23 16:57:27 UTC; jgarriga
Author: Joan Garriga [aut, cre],
  Frederic Bartumeus [aut]
Maintainer: Joan Garriga <jgarriga@ceab.csic.es>
Repository: CRAN
Date/Publication: 2019-02-01 17:05:25 UTC
