/align

alignment and merging of partially or inexactly aligned data

Primary LanguageRGNU General Public License v3.0GPL-3.0

align

Methods for the alignment and merging of partially or inexactly aligned data.

Installation

You can install the development version of align from GitHub.

(As well as R, the package also includes some c++ code. So, if you have not used similar before you may need to install a compiler, for example Rtools if you are using Windows).

install.packages("devtools") #if you don't already have it
devtools::install_github("KarlRopkins/align")

Cheat Sheet

Contributing

align is an in-development package, and contributions are very welcome. We are using tidyverse contribution guidance regarding code of conduct but are not strict as them regarding coding style… Contributions

License

GPL-3