7773536d66
# generics 0.1.0 * Maintainer changed to Hadley Wickham. * Re-licensed with MIT license. * New `min_grid()`, `required_pkgs()`, and `tunable()` generics. # `generics` 0.0.2 * Removed the `data` argument to `augment` to resolve issues with `broom`
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/05 15:14:01 mef Exp $
|
|
|
|
R_PKGNAME= generics
|
|
R_PKGVER= 0.1.0
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Common S3 Generics not Provided by Base R Methods Related to Model Fitting
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|