The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

amregtest

The goal of amregtest is used to verify backwards compatibility while developing the R package allelematch from https://github.com/cran/allelematch

amregtest is a set of R scripts and data files that contain test input and expected output.

Installation

You can install the development version of amregtest from GitHub with:

# install.packages("devtools")
devtools::install_github("torstax/amregtest")

Example

# The installed version of 'allelematch' 
# will be tested by the installed version of 'amregtest':
library(allelematch)
library(amregtest)

# The testing is done by function 'artRun()'. 
# See the help in RStudio:
?artRun

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.