https://github.com/flashxio/flashgraphr
The R interface of FlashGraph
https://github.com/flashxio/flashgraphr
Last synced: about 1 year ago
JSON representation
The R interface of FlashGraph
- Host: GitHub
- URL: https://github.com/flashxio/flashgraphr
- Owner: flashxio
- Created: 2017-01-06T00:08:25.000Z (over 9 years ago)
- Default Branch: release
- Last Pushed: 2017-08-15T02:32:13.000Z (almost 9 years ago)
- Last Synced: 2025-01-20T15:24:04.819Z (over 1 year ago)
- Language: R
- Homepage: http://flashx.io/
- Size: 524 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
FlashGraphR is an R package that exposes a collection of graph algorithms
written on top of FlashGraph. By utilizing solid-state drives, this R package
is able to run these graph algorithms on a graph with billions of vertices
and hundreds of billions of edges in a single machine.
## Installation
To install from Github directly,
```
git clone --recursive https://github.com/flashxio/FlashGraphR.git
cd FlashGraphR
R CMD build .
R CMD INSTALL FlashGraphR_0.1-0.tar.gz
```
To install from the tar file directly,
```
R -e "install.packages("https://github.com/flashxio/FlashGraphR/releases/download/FlashGraphR-latest/FlashGraphR.tar.gz", repos=NULL)"
```
However, the tar file may contain a less up-to-date version.
**Note: FlashGraphR relies on some Linux packages and some R packages.** Please follow the instructions
[here](https://flashxio.github.io/FlashX-doc/FlashX-Quick-Start-Guide.html)
for more details of installing FlashGraphR.
## Documentation
Please visit http://flashx.io/.