readOfficialRstoxPackageVersionsFile: Get certified Rstox package versions

View source: R/Versions.R

readOfficialRstoxPackageVersionsFileR Documentation

Get certified Rstox package versions

Description

This function reads the OfficialRstoxFrameworkVersions.txt file for the given StoX GUI version.

Usage

readOfficialRstoxPackageVersionsFile(
  officialRstoxPackageVersionsFile,
  optionalDependencies = FALSE,
  toTable = FALSE
)

Arguments

officialRstoxPackageVersionsFile

The path to the file holding the link between StoX GUI version and Rstox package versions. If missing, the file on the RstoxFramework master on GitHub is used ("https://raw.githubusercontent.com/StoXProject/RstoxFramework/master/inst/versions/OfficialRstoxFrameworkVersions.txt").

optionalDependencies

Logical: If TRUE include also the column OptionalDependencies from the OfficialRstoxFrameworkVersions.txt file, which holds Rstox packages used in the Suggests field of the DESCRIPTION file.

toTable

Logical: If TRUE output a table.


StoXProject/RstoxFramework documentation built on March 29, 2025, 12:11 p.m.