mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
425 B
Makefile
18 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/05/31 02:38:49 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-10
|
|
|
|
USE_LANGUAGES= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|