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]
- Host: GitHub
- URL: https://github.com/henrikbengtsson/r.huge
- Owner: HenrikBengtsson
- Created: 2014-06-15T02:33:00.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-24T06:36:00.000Z (over 1 year ago)
- Last Synced: 2024-05-09T10:35:28.044Z (about 1 year ago)
- Language: R
- Homepage: https://cran.r-project.org/package=R.huge
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# 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.