get_stics_versions_compat: Get the compatible STICS versions

View source: R/get_stics_versions_compat.R

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



SticsRFiles documentation built on May 29, 2024, 4:18 a.m.