pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-relimp: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6d67e59adb4
branches: trunk
changeset: 337048:c6d67e59adb4
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:25:00 2019 +0000
description:
R-relimp: initial commit.
Functions to facilitate inference on the relative importance of
predictors in a linear or generalized linear model, and a couple of
useful Tcl/Tk widgets.
diffstat:
doc/CHANGES-2019 | 3 ++-
math/Makefile | 3 ++-
math/R-relimp/DESCR | 3 +++
math/R-relimp/Makefile | 16 ++++++++++++++++
math/R-relimp/distinfo | 6 ++++++
5 files changed, 29 insertions(+), 2 deletions(-)
diffs (68 lines):
diff -r c6d9ced835fb -r c6d67e59adb4 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:23:10 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:25:00 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3109 2019/07/31 13:23:10 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3110 2019/07/31 13:25:00 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5066,3 +5066,4 @@
Added math/R-forcats version 0.4.0 [brook 2019-07-31]
Added math/R-mitools version 2.4 [brook 2019-07-31]
Added math/R-nortest version 1.0.4 [brook 2019-07-31]
+ Added math/R-relimp version 1.0.5 [brook 2019-07-31]
diff -r c6d9ced835fb -r c6d67e59adb4 math/Makefile
--- a/math/Makefile Wed Jul 31 13:23:10 2019 +0000
+++ b/math/Makefile Wed Jul 31 13:25:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.419 2019/07/31 13:23:10 brook Exp $
+# $NetBSD: Makefile,v 1.420 2019/07/31 13:25:00 brook Exp $
COMMENT= Mathematics
@@ -84,6 +84,7 @@
SUBDIR+= R-quadprog
SUBDIR+= R-quantreg
SUBDIR+= R-randomForest
+SUBDIR+= R-relimp
SUBDIR+= R-reshape2
SUBDIR+= R-sgeostat
SUBDIR+= R-shapefiles
diff -r c6d9ced835fb -r c6d67e59adb4 math/R-relimp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-relimp/DESCR Wed Jul 31 13:25:00 2019 +0000
@@ -0,0 +1,3 @@
+Functions to facilitate inference on the relative importance of
+predictors in a linear or generalized linear model, and a couple of
+useful Tcl/Tk widgets.
diff -r c6d9ced835fb -r c6d67e59adb4 math/R-relimp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-relimp/Makefile Wed Jul 31 13:25:00 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:25:00 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/relimp/
+COMMENT= Relative contribution of effects in a regression model
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= relimp
+R_PKGVER= 1.0-5
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r c6d9ced835fb -r c6d67e59adb4 math/R-relimp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-relimp/distinfo Wed Jul 31 13:25:00 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:25:00 brook Exp $
+
+SHA1 (R/relimp_1.0-5.tar.gz) = af7fdc3530ebda0ecef9e19ce31d8a4a66febad9
+RMD160 (R/relimp_1.0-5.tar.gz) = ebf6d8a110988ac5e965946ee8938b6865abcea9
+SHA512 (R/relimp_1.0-5.tar.gz) = 46a73aee8aedaadc4a703d9edf25079fa994b36cf696d15e5e7da270440a3ee244fff1a70bac2ff24bca813b0627a092d2626416bca9d7e967cd5cd529ceeccf
+Size (R/relimp_1.0-5.tar.gz) = 13836 bytes
Home |
Main Index |
Thread Index |
Old Index