Skip to content

mailund/ralgo

Repository files navigation

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

About

Algorithms and data structures for R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages