README.md

bigMap

Big data mapping with paralellized t-SNE

Dependencies

For Ubuntu 22.04 install bigmemory with

$ sudo apt-get install r-cran-bigmemory

Installing options

1. Easiest:

> install.packages('remotes')

> remotes::install_github('jgarriga65/bigMap')

2. If you installed package 'devtools'

> devtools::install_github('jgarriga65/bigMap')

3. Download the package source tarball

Click on the Code (green) button and download the .zip file. Uncompress and install from within R with,

> install.packages('path_to_uncompressed_folder/bigMap-main/.', type = 'source', repos = NULL)



jgarriga65/bigMap documentation built on June 10, 2024, 7:05 a.m.