blob: 32e529ba9164ee0cf89b6e3a47e71f3586a248ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1 2019/07/31 13:25:00 brook Exp $
CATEGORIES= math R
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/relimp/
COMMENT= Relative contribution of effects in a regression model
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= relimp
R_PKGVER= 1.0-5
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|