3f19906b94
Construct and analyze projection matrix models from a demography study of marked individuals classified by age or stage. The package covers methods described in Matrix Population Models by Caswell (2001) and Quantitative Conservation Biology by Morris and Doak (2002).
14 lines
329 B
Makefile
14 lines
329 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/08/10 18:18:46 brook Exp $
|
|
|
|
R_PKGNAME= popbio
|
|
R_PKGVER= 2.7
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Construction and Analysis of Matrix Population Models
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|