Skip to content

manual installation

jdpye edited this page Dec 1, 2021 · 3 revisions

Alternative installation instructions

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

  1. Download the source code for the latest stable version of the glatos R package from the URL below: https://gitlab.oceantrack.org/GreatLakes/glatos/repository/master/archive.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")

Clone this wiki locally