Skip to contents

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 code, the package also includes some c++. 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