Skip to content

jgarriga65/bigMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)