Skip to content

hdugan/LakeMetabolizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LakeMetabolizer

Build Status

Collection of Lake Metabolism Functions

A product of the GLEON fellowship and other collaborators.

Contributors: Ryan Batt, Jessica Corman, Hilary Dugan, Paul Hanson, Gordon Holtgrieve, Aline Jaimes, Jordan Read, Luke Winslow, Richard Woolway, Jake Zwart

===Installation Directions===

==Windows==

To install from source in Windows, the easiest way is by installing two additional tools.

  1. Install Rtools for Windows so you have the compiler needed.

  2. Install the "devtools" package

    install.packages('devtools')

With these two packages installed, you can now run these two commands from the R console to install LakeMetabolizer

library(devtools)
install_github('LakeMetabolizer', 'GLEON')

That should be it!

About

Collection of Lake Metabolism Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 98.6%
  • C 1.4%