Skip to contents

This function gets the expected versions of the specified package from an external 'versions.json' file within the package's 'extdata' directory.

Usage

get_expected_versions(pkgname)

Arguments

pkgname

The name of the package for which the expected versions should be retrieved.

Value

A list containing the expected versions as described in the 'versions.json' file.

Examples

if (FALSE) { # \dontrun{
get_expected_versions("sampleDB")
} # }