MASH project. This repository is a package for the R programming language, and can be installed by the R command: devtools::install_github(repo = "smitdave/MASH", ref = "MASH").MASH is being reprogrammed in R6 OOP style for greater flexibility of the code, better representation of the authors’ vision in code, more durable codebase, true modularity, and more logical opportunities for parallelism.MASH currently has a placeholder docs website at: https://smitdave.github.io/MASH/index.html which is being built with pkgdown.MASH project please see: http://smitdave.github.io/MASH-Development/index.html
RcppR6 to export C++ classes and methods to the R6 framework to optimize bits of the MASH codebase most in need, and can be found here: https://slwu89.github.io/RcppQueues/