blob: de297360bdbd4228e7ce4f520c2b1f4d33d09cfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:42 brook Exp $
R_PKGNAME= effects
R_PKGVER= 4.1-1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Effect displays for linear, generalized linear, and other models
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-colorspace>=1.4.1:../../graphics/R-colorspace
DEPENDS+= R-carData>=3.0.2:../../math/R-carData
DEPENDS+= R-estimability>=1.3:../../math/R-estimability
DEPENDS+= R-lme4>=1.1.21:../../math/R-lme4
DEPENDS+= R-survey>=3.36:../../math/R-survey
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|