README.md

Build Status GitHub license

Angry badsoRts

Maciej Bak Swiss Institute of Bioinformatics

The goal of this R package is to provide the user with a few simple functions that implement highly inefficient sorting algorithms:

Installation

From GitHub:

The package can be installed directly from my github with devtools R package:

install.packages("devtools")
library(devtools)
install_github("AngryMaciek/badsoRts")

With conda:

If you manage your software with conda then this package is also available there:

conda install -c angrymaciek badsorts

Info:

To inspect all available functions type:

library(badsoRts)
lsf.str("package:badsoRts")

To learn about a specific function type:

?{FUNCTION}

License

GNU General Public License v3.0



AngryMaciek/badsoRts documentation built on Sept. 23, 2020, 7:36 a.m.