Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.11 KB

rNest

A package for backcalculating first egg and fledging dates from nest observations in birds.

This package was initialy based on private data from the Project NestWatch database and only an excerpt is given as an example in this version. In its current version, the package can mostly be used to backcalculate first egg and nest departure dates from a set of nest observations and nesting parameters of species invloved. The user has to provide his on data.

Installation

Provided the latest versions of Rtools and MiKTeX are installed to be able to build source packages, type:

# install and load devtools to be able to install packages from GitHub
install.packages("devtools")
library(devtools)

# install rNest from GitHub
install_github("frousseu/rNest")
library(rNest)

Here is a more detailed list of prerequisites for building source packages for Windows, Mac and Linux. Make sure you have the latest version of R installed on your computer.