Learn R Programming

amregtest (version 1.0.5)

artVersion: Returns package version

Description

Displays version of this package (amregtest) and of allelematch, together with build timestamps.

The version is specified in the file DESCRIPTION, tag "Version: ".

Usage

artVersion(verbose = TRUE)

Value

The loaded version of this package (amregtest-package) in a character vector of length one

Arguments

verbose

logical. If TRUE (the default), prints additional info to stdout, including versions and build timestamps of 'allelematch' and 'amregtest'.

See Also

artList, artRun and amregtest

Examples

Run this code
# See what version of packages 'allelematch' and 'amregtest'
# are currently loaded:
artVersion()

# List the available tests:
artList()
# \donttest{
# Run all the tests:
# artRun()  # Takes several minutes

# Run the first of the available tests:
artRun(filter="allelematch_1-amDataset$")
# }


Run the code above in your browser using DataLab