powered by
Uninstall specific AMAPVox version from your computer.
removeVersion(version)
a valid and existing AMAPVox local version number (major.minor.build)
getLocalVersions(), installVersion()
getLocalVersions()
installVersion()
if (FALSE) { # uninstall oldest version from your computer removeVersion(head(getLocalVersions()$version, 1)) }
Run the code above in your browser using DataLab