Learn R Programming

rlmstudio (version 0.2.2)

check_lms_version: Check if the installed LM Studio CLI meets the minimum requirement

Description

Check if the installed LM Studio CLI meets the minimum requirement

Usage

check_lms_version(min_version = "0.4.0")

Value

A logical scalar: TRUE if the LM Studio CLI version meets or exceeds the specified min_version, and FALSE otherwise.

Arguments

min_version

Character string of the required version. Default is "0.4.0".

Examples

Run this code
if (FALSE) {
check_lms_version("0.4.0")
}

Run the code above in your browser using DataLab