-
Notifications
You must be signed in to change notification settings - Fork 4
manual installation
chrisholbrook edited this page Dec 9, 2021
·
3 revisions
-
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).
-
Use the devtools function install.
install("C:/Downloads/glatos")