-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
17 lines (17 loc) · 877 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: pop
Type: Package
Title: A Flexible Syntax for Population Dynamic Modelling
Version: 0.2
Date: 2016-06-07
Author: Nick Golding
Maintainer: Nick Golding <[email protected]>
Description: Population dynamic models underpin a range of analyses and applications in ecology and epidemiology. The various approaches for analysing population dynamics models (MPMs, IPMs, ODEs, POMPs, PVA) each require the model to be defined in a different way. This makes it difficult to combine different modelling approaches and data types to solve a given problem. 'pop' aims to provide a flexible and easy to use common interface for constructing population dynamic models and enabling to them to be fitted and analysed in lots of different ways.
License: MIT + file LICENSE
Imports:
igraph,
MASS
Suggests:
knitr,
testthat
LazyData: TRUE
RoxygenNote: 5.0.1