0e1da0e23b
No upstream changelog.
17 lines
424 B
Makefile
17 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/12/17 15:04:19 wen Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
|
|
COMMENT= Classification and regression based on a forest of trees
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= randomForest
|
|
R_PKGVER= 4.6-7
|
|
|
|
USE_LANGUAGES= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|