README.md

econum

Linux & OSX Build Status Win Build Status Coverage Status CRAN Status License

Various routines to control scientific devices or to perform ecophysiological calculations.

Installation

Make sure you have the devtools R package installed:

install.packages("devtools")

Use install_github() to install the econum package:

devtools::install_github("EcoNum/econum")

R should install all required dependencies automatically, and then it should compile and install econum.

Latest devel version also available in sources and Windows binaries at appveyor (only available if passing last Windows build!).

Usage

Make the econum package available in your R session:

library("econum")

Get help about this package:

library(help = "econum")


EcoNum/econum documentation built on May 9, 2020, 3:57 a.m.