artVersion {amregtest}R Documentation

Returns package version

Description

Returns version of this package (amregtest).

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

Usage

artVersion(verbose = TRUE)

Arguments

verbose

logical. If TRUE, prints additional info to stdout, including version of allelematch-package

Value

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

See Also

artList, artRun and amregtest

Examples

# See what version of packages 'allelematch' and 'amregtest'
# are currently installed:
artVersion()

# List the available tests:
artList()

# Run all the tests:
# artRun()  # Takes several minutes

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




[Package amregtest version 1.0.3 Index]