AMAPVoX::installVersion fails because of downlowd default timeout 60s
AMAPVoX::installVersion relies on utils::download.file that fails to download AMAPVox package when default timeout 60s is reached.
Covered in the details of the utils::download.file
Suggestion options(timeout = max(300, getOption("timeout")))