installVersion: Install specific AMAPVox version on local computer.

View source: R/VersionManager.R

installVersionR Documentation

Install specific AMAPVox version on local computer.

Description

Install specific AMAPVox version on your computer. AMAPVox versions are installed in the user-specific data directory, as specified by rappdirs::user_data_dir(). You should not worry to call directly this function since local installations are automatically handled by the version manager when you launch AMAPVox GUI with gui() function.

Usage

installVersion(version, overwrite = FALSE)

Arguments

version,

a valid and existing AMAPVox remote version number (major.minor.build)

overwrite,

whether existing local installation should be re-installed.

Value

the path of the AMAPVox installation directory.

See Also

getLocalVersions(), getRemoteVersions(), removeVersion()

rappdirs::user_data_dir()

Examples

## Not run: 
# install latest version
installVersion(tail(getRemoteVersions()$version, 1))

## End(Not run)

AMAPVox documentation built on July 9, 2023, 5:32 p.m.