README.md

A bundle of functions we use in our daily routine here at the Ecology group (Department of biology, Biotechnical faculty, University of Ljubljana).

The package currently contains the following functions:

Package installation

The easy way via devtools

To install the package using

library(devtools)
install_github("romunov/zvau")

you will need

Via binary package

To install from a binary package, you can download the .zip file (may not be up to date!) by clicking Raw and saving it to a (known) location.

How to download a zip file from a repository

After you have a local copy, you can install the package from within R using

install.packages("zvau_*.zip", repos = NULL) # change filename according to the version


romunov/zvau documentation built on May 27, 2019, 1:50 p.m.