7cb0c08460
In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics.
13 lines
334 B
Makefile
13 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/07/31 20:41:40 brook Exp $
|
|
|
|
R_PKGNAME= generics
|
|
R_PKGVER= 0.0.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Common S3 Generics not Provided by Base R Methods Related to Model Fitting
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|