CORElearn (version 1.54.2)

versionCore: Package version

Description

Prints package version obtained from C code.

Usage

versionCore()

Arguments

Value

Character string with information about the version.

Details

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

See Also

CORElearn.

Examples

Run this code
# NOT RUN {
# load the package
library(CORElearn)

# print its version 
versionCore()
# }

Run the code above in your browser using DataLab