mailund/ralgo: Algorithms and data structures for R programming

This package implements generic algorithms and data structures useful for algorithmic programming in R. The implementation of these is not the most efficient possible in R, since I have aimed at implementing them all in pure R and not exploit C or Rcpp, but they usually have better asymptotic performance than built in data strauctures.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mailund/ralgo")
mailund/ralgo documentation built on May 21, 2019, 11:07 a.m.