pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-effects: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/953bc918bbe3
branches:  trunk
changeset: 337035:953bc918bbe3
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 12:59:05 2019 +0000

description:
R-effects: initial commit.

Graphical and tabular effect displays, e.g., of interactions, for
various statistical models with linear predictors.

diffstat:

 doc/CHANGES-2019            |   3 ++-
 graphics/Makefile           |   3 ++-
 graphics/R-effects/DESCR    |   2 ++
 graphics/R-effects/Makefile |  22 ++++++++++++++++++++++
 graphics/R-effects/distinfo |   6 ++++++
 5 files changed, 34 insertions(+), 2 deletions(-)

diffs (73 lines):

diff -r 5da57cce4263 -r 953bc918bbe3 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 12:15:17 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 12:59:05 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3097 2019/07/31 10:56:31 nia Exp $
+$NetBSD: CHANGES-2019,v 1.3098 2019/07/31 12:59:05 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5054,3 +5054,4 @@
        Updated devel/libidn2 to 2.2.0 [nia 2019-07-31]
        Updated audio/opusfile to 0.11 [nia 2019-07-31]
        Updated games/openttd to 1.9.2 [nia 2019-07-31]
+       Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
diff -r 5da57cce4263 -r 953bc918bbe3 graphics/Makefile
--- a/graphics/Makefile Wed Jul 31 12:15:17 2019 +0000
+++ b/graphics/Makefile Wed Jul 31 12:59:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.828 2019/07/30 15:32:48 nia Exp $
+# $NetBSD: Makefile,v 1.829 2019/07/31 12:59:05 brook Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -24,6 +24,7 @@
 SUBDIR+=       R-Cairo
 SUBDIR+=       R-colorspace
 SUBDIR+=       R-dichromat
+SUBDIR+=       R-effects
 SUBDIR+=       R-ggplot2
 SUBDIR+=       R-gridExtra
 SUBDIR+=       R-labeling
diff -r 5da57cce4263 -r 953bc918bbe3 graphics/R-effects/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-effects/DESCR  Wed Jul 31 12:59:05 2019 +0000
@@ -0,0 +1,2 @@
+Graphical and tabular effect displays, e.g., of interactions, for
+various statistical models with linear predictors.
diff -r 5da57cce4263 -r 953bc918bbe3 graphics/R-effects/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-effects/Makefile       Wed Jul 31 12:59:05 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 12:59:05 brook Exp $
+
+CATEGORIES=    graphics R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/effects/
+COMMENT=       Effect displays for linear, generalized linear, and other models
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=     effects
+R_PKGVER=      4.1-1
+
+DEPENDS+=      R-colorspace>=1.4.1:../../graphics/R-colorspace
+DEPENDS+=      R-carData>=3.0.2:../../math/R-carData
+DEPENDS+=      R-estimability>=1.3:../../math/R-estimability
+DEPENDS+=      R-lme4>=1.1.21:../../math/R-lme4
+DEPENDS+=      R-survey>=3.36:../../math/R-survey
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 5da57cce4263 -r 953bc918bbe3 graphics/R-effects/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-effects/distinfo       Wed Jul 31 12:59:05 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 12:59:05 brook Exp $
+
+SHA1 (R/effects_4.1-1.tar.gz) = eaae745cef2c6f27bfc585fde584030220f6ca2d
+RMD160 (R/effects_4.1-1.tar.gz) = 0b356daf86824a62e30352d879d64ecd1fe2cbbf
+SHA512 (R/effects_4.1-1.tar.gz) = 7720315eb1afa8f5f3a19e69a62f22ea7241be1ee9ce843eaf37750e80939acc32e3301759b47b8abbb2ece08fd8da9cc9b5f9a217dde3200122ee86ad4b1014
+Size (R/effects_4.1-1.tar.gz) = 2606577 bytes



Home | Main Index | Thread Index | Old Index