pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 12:59:05 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/R-effects: DESCR Makefile distinfo

Log Message:
R-effects: initial commit.

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


To generate a diff of this commit:
cvs rdiff -u -r1.3097 -r1.3098 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.828 -r1.829 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-effects/DESCR \
    pkgsrc/graphics/R-effects/Makefile pkgsrc/graphics/R-effects/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3097 pkgsrc/doc/CHANGES-2019:1.3098
--- pkgsrc/doc/CHANGES-2019:1.3097      Wed Jul 31 10:56:31 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 12:59:05 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.828 pkgsrc/graphics/Makefile:1.829
--- pkgsrc/graphics/Makefile:1.828      Tue Jul 30 15:32:48 2019
+++ pkgsrc/graphics/Makefile    Wed Jul 31 12:59:05 2019
@@ -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+=      PanoTools
 SUBDIR+=       R-Cairo
 SUBDIR+=       R-colorspace
 SUBDIR+=       R-dichromat
+SUBDIR+=       R-effects
 SUBDIR+=       R-ggplot2
 SUBDIR+=       R-gridExtra
 SUBDIR+=       R-labeling

Added files:

Index: pkgsrc/graphics/R-effects/DESCR
diff -u /dev/null pkgsrc/graphics/R-effects/DESCR:1.1
--- /dev/null   Wed Jul 31 12:59:06 2019
+++ pkgsrc/graphics/R-effects/DESCR     Wed Jul 31 12:59:05 2019
@@ -0,0 +1,2 @@
+Graphical and tabular effect displays, e.g., of interactions, for
+various statistical models with linear predictors.
Index: pkgsrc/graphics/R-effects/Makefile
diff -u /dev/null pkgsrc/graphics/R-effects/Makefile:1.1
--- /dev/null   Wed Jul 31 12:59:06 2019
+++ pkgsrc/graphics/R-effects/Makefile  Wed Jul 31 12:59:05 2019
@@ -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"
Index: pkgsrc/graphics/R-effects/distinfo
diff -u /dev/null pkgsrc/graphics/R-effects/distinfo:1.1
--- /dev/null   Wed Jul 31 12:59:06 2019
+++ pkgsrc/graphics/R-effects/distinfo  Wed Jul 31 12:59:05 2019
@@ -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