Skip to content

manual installation

chrisholbrook edited this page Dec 9, 2021 · 3 revisions

Alternative installation instructions

* use this method when 'install_url' or 'install_github' gives 'timeout' error

  1. Download the source code for the latest stable version of the glatos R package from the URL below: https://github.com/ocean-tracking-network/glatos/archive/refs/heads/main.zip

    1a. Extract (unzip) the contents of the zip archive. For convenience, you might shorten the folder name (e.g, from 'glatos-master-0bf...' to 'glatos').

    1b. Copy the path to the unzipped folder (e.g., 'C:/Downloads/glatos'). Remember to replace any "\" in the path to "\\" or "/" when you paste it into R).

  2. Use the devtools function install.

    install("C:/Downloads/glatos")