summaryrefslogtreecommitdiff
path: root/math/R-car/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2020-10-02 10:31:59 +0000
committerwen <wen@pkgsrc.org>2020-10-02 10:31:59 +0000
commit9c11705917acfd140dcfaa30e3ee10d976b45b2a (patch)
tree61b4cefe884997fc84c29ca12e17d9096691b9c7 /math/R-car/Makefile
parent4cfee073b33f8845ac134dd98245ddf5f1b0cb2c (diff)
downloadpkgsrc-9c11705917acfd140dcfaa30e3ee10d976b45b2a.tar.gz
Update to 3.0.10
Upstream changes: Changes to Version 3.0-10 o Fixed as error when using parameter name "(Intercept)" with deltaMethod(). o Several changes to Boot() to correct bugs, support the plinear algorithm, to correct use of weights for lm, and allow use of weights for nls. o Fix quantregLine() to work with development version 5.69 of quantreg package (following heads-up from Roger Koenker).
Diffstat (limited to 'math/R-car/Makefile')
-rw-r--r--math/R-car/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-car/Makefile b/math/R-car/Makefile
index 2e09ec5924b..6e0e3350a30 100644
--- a/math/R-car/Makefile
+++ b/math/R-car/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/09/20 23:46:00 mef Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/02 10:31:59 wen Exp $
R_PKGNAME= car
-R_PKGVER= 3.0-9
+R_PKGVER= 3.0-10
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Companion to 'Applied Regression'