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

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.