pkgsrc/devel/R-R.methodsS3/Makefile
mef 7a596f92e5 devel/R-R.methodsS3: import R-R.methodsS3-1.8.1
Methods that simplify the setup of S3 generic functions and S3
methods.  Major effort has been made in making definition of methods
as simple as possible with a minimum of maintenance for package
developers.  For example, generic functions are created automatically,
if missing, and naming conflict are automatically solved, if possible.
The method setMethodS3() is a good start for those who in the future
may want to migrate to S4.  This is a cross-platform package
implemented in pure R that generates standard S3 methods.
2021-08-28 04:20:44 +00:00

14 lines
303 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/08/28 04:20:44 mef Exp $
R_PKGNAME= R.methodsS3
R_PKGVER= 1.8.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= S3 Methods Simplified
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"