Upstream changes: Version 3.0-4 o Added "long"-format version of the O'Brien-Kaiser repeated-measures data set. o Fix some typos in doc for CES11 data set (fixes courtesy of Andi Fugard). Version 3.0-3 o Update references in docs and DESCRIPTION.
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/10/25 03:13:49 wen Exp $
|
|
|
|
R_PKGNAME= carData
|
|
R_PKGVER= 3.0-4
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
COMMENT= Companion to 'Applied Regression' data sets
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|