Nothing
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.
You can install the development version of amregtest from GitHub with:
# install.packages("devtools")
devtools::install_github("torstax/amregtest")
# 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.