versionCore function

Package version

Package version

Prints package version obtained from C code.

versionCore()

Arguments

None.

Details

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

Returns

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()