CORElearn (version 1.57.3)

versionCore: Package version

Description

Prints package version obtained from C code.

Usage

versionCore()

Value

Character string with information about the version.

Arguments

None.

Author

Marko Robnik-Sikonja, Petr Savicky

Details

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

See Also

CORElearn.

Examples

Run this code
# load the package
library(CORElearn)

# print its version 
versionCore()

Run the code above in your browser using DataLab