Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarriga65 committed Jun 10, 2024
1 parent de6066d commit bec112d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ $ sudo apt-get install r-cran-bigmemory

#### Installing options

##### 1. From within R (easiest)

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

or you can use package *remotes* as well,
##### 1. Easiest:

\> install.packages('remotes')

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

##### 2. Download the package source tarball
##### 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,

Expand Down

0 comments on commit bec112d

Please sign in to comment.