installVersion.RdInstall 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.
installVersion(version, overwrite = FALSE, timeout = 300)a valid and existing AMAPVox remote version number (major.minor.build)
whether existing local installation should be re-installed.
maximum time in seconds before interrupting download.
the path of the AMAPVox installation directory.
if (FALSE) {
# install latest version
installVersion(tail(getRemoteVersions()$version, 1))
}