Skip to contents

Returns the version string for a locally installed dictionary. Core dictionaries are versioned with the package; on-demand dictionaries are versioned independently.

Usage

dict_version(name)

Arguments

name

Character. Dictionary name (e.g., "global_surnames").

Value

A character string with the version, or NA if the dictionary is not installed or has no VERSION file.

See also

check_updates to compare local versions against the remote repository, list_dictionaries for an overview.

Examples

if (FALSE) { # \dontrun{
dict_version("sensorimotor")
dict_version("concreteness")
} # }