get_stics_versions_compat {SticsRFiles} | R Documentation |
Get the compatible STICS versions
Description
Get the versions of STICS that are fully compatible with this package.
Usage
get_stics_versions_compat(version_index = NULL)
Arguments
version_index |
Absolute positive index, or negative relative index from latest version |
Value
A named list with the STICS versions compatible with this package ($versions_list), and the latest version in use ($latest_version) or an existing version selected using version_index.
Examples
# Getting the complete versions list
get_stics_versions_compat()
# Getting the first version
get_stics_versions_compat(1)
# Getting the previous version of the latest one
get_stics_versions_compat(-1)
[Package SticsRFiles version 1.4.0 Index]