versionCore: Package version

View source: R/Rinterface.R

versionCoreR Documentation

Package version

Description

Prints package version obtained from C code.

Usage

versionCore()

Arguments

None.

Details

The function returns the information about the current version obtained from underlying C library link{CORElearn}.

Value

Character string with information about the version.

Author(s)

Marko Robnik-Sikonja, Petr Savicky

See Also

CORElearn.

Examples

# load the package
library(CORElearn)

# print its version 
versionCore()

CORElearn documentation built on Nov. 18, 2022, 5:08 p.m.