versionCore {CORElearn} | R Documentation |
Prints package version obtained from C code.
versionCore()
None.
The function returns the information about the current version obtained from underlying C library link{CORElearn}
.
Character string with information about the version.
Marko Robnik-Sikonja, Petr Savicky
# load the package library(CORElearn) # print its version versionCore()