An open API service indexing awesome lists of open source software.

https://github.com/henrikbengtsson/r.huge

R package: R.huge - Methods for Accessing Huge Amounts of Data [deprecated]
https://github.com/henrikbengtsson/r.huge

Last synced: about 2 months ago
JSON representation

R package: R.huge - Methods for Accessing Huge Amounts of Data [deprecated]

Awesome Lists containing this project

README

        


CRAN check status R CMD check status Coverage Status

# R.huge: Methods for Accessing Huge Amounts of Data [deprecated]

## Installation
R package R.huge is available on [CRAN](https://cran.r-project.org/package=R.huge) and can be installed in R as:
```r
install.packages("R.huge")
```

### Pre-release version

To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/R.huge", ref="develop")
```
This will install the package from source.