kebabsCollectInfo: Collect KeBABS Package Information

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Collects and prints general R and package version information. If you have a question related to some KeBABS functionality or observe some unexpected behavior please call this function and send its output together with your information to the contact address specified on the title page of the package vignette. The function by default only outputs the package version of those packages which are directly related to the KeBABS functionality.

Usage

1
kebabsCollectInfo(onlyKebabsRelated = TRUE)

Arguments

onlyKebabsRelated

if set to TRUE only the packages related to KeBABS are shown, if set to FALSE all attached packages and all packages loaded via namespace are shown. Default=TRUE

Value

see above

Author(s)

Johannes Palme <kebabs@bioinf.jku.at>

Examples

1
2
## collect KeBABS related package information
kebabsCollectInfo()

kebabs documentation built on Nov. 8, 2020, 7:38 p.m.