Learn R Programming

amregtest (version 1.0.3)

artVersion: Returns package version

Description

Returns version of this package (amregtest).

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

Usage

artVersion(verbose = TRUE)

Value

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

Arguments

verbose

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

See Also

artList, artRun and amregtest

Examples

Run this code
# See what version of packages 'allelematch' and 'amregtest'
# are currently installed:
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