README.md

Travis-CI Build
Status Coverage
Status Coverage
Status

ralgo - Algorithms and data structures for R

The ralgo package implements data structures and algorithms in pure R.

To install ralgo you can use devtools.

install.packages("devtools")
devtools::install_github("mailund/ralgo")

and then load the library with

library(ralgo)
## Loading required package: tibble

## Loading required package: tidygraph

## 
## Attaching package: 'tidygraph'

## The following object is masked from 'package:stats':
## 
##     filter

## Loading required package: ggforce

## Loading required package: ggplot2

## Loading required package: ggraph

## 
## Attaching package: 'ralgo'

## The following object is masked from 'package:base':
## 
##     remove


mailund/ralgo documentation built on May 21, 2019, 11:07 a.m.