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 13:03:21 UTC 2019
Modified Files:
pkgsrc/doc: CHANGES-2019
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/R-Formula: DESCR Makefile distinfo
Log Message:
R-Formula: initial commit.
Infrastructure for extended formulas with multiple parts on the
right-hand side and/or multiple responses on the left-hand side (see
<DOI:10.18637/jss.v034.i01>).
To generate a diff of this commit:
cvs rdiff -u -r1.3099 -r1.3100 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.409 -r1.410 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-Formula/DESCR \
pkgsrc/math/R-Formula/Makefile pkgsrc/math/R-Formula/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.3099 pkgsrc/doc/CHANGES-2019:1.3100
--- pkgsrc/doc/CHANGES-2019:1.3099 Wed Jul 31 13:01:17 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 13:03:20 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3099 2019/07/31 13:01:17 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3100 2019/07/31 13:03:20 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5056,3 +5056,4 @@ Changes to the packages collection and i
Updated games/openttd to 1.9.2 [nia 2019-07-31]
Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
Added graphics/R-viridis version 0.5.1 [brook 2019-07-31]
+ Added math/R-Formula version 1.2.3 [brook 2019-07-31]
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.409 pkgsrc/math/Makefile:1.410
--- pkgsrc/math/Makefile:1.409 Mon Jun 17 00:36:10 2019
+++ pkgsrc/math/Makefile Wed Jul 31 13:03:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.409 2019/06/17 00:36:10 gdt Exp $
+# $NetBSD: Makefile,v 1.410 2019/07/31 13:03:20 brook Exp $
COMMENT= Mathematics
@@ -7,6 +7,7 @@ SUBDIR+= R-CGIwithR
SUBDIR+= R-DAAG
SUBDIR+= R-DBI
SUBDIR+= R-FNN
+SUBDIR+= R-Formula
SUBDIR+= R-GRASS
SUBDIR+= R-ISLR
SUBDIR+= R-ISwR
Added files:
Index: pkgsrc/math/R-Formula/DESCR
diff -u /dev/null pkgsrc/math/R-Formula/DESCR:1.1
--- /dev/null Wed Jul 31 13:03:21 2019
+++ pkgsrc/math/R-Formula/DESCR Wed Jul 31 13:03:21 2019
@@ -0,0 +1,3 @@
+Infrastructure for extended formulas with multiple parts on the
+right-hand side and/or multiple responses on the left-hand side (see
+<DOI:10.18637/jss.v034.i01>).
Index: pkgsrc/math/R-Formula/Makefile
diff -u /dev/null pkgsrc/math/R-Formula/Makefile:1.1
--- /dev/null Wed Jul 31 13:03:21 2019
+++ pkgsrc/math/R-Formula/Makefile Wed Jul 31 13:03:21 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:03:21 brook Exp $
+
+CATEGORIES= math R
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/Formula/
+COMMENT= Extended model formulas
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= Formula
+R_PKGVER= 1.2-3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-Formula/distinfo
diff -u /dev/null pkgsrc/math/R-Formula/distinfo:1.1
--- /dev/null Wed Jul 31 13:03:21 2019
+++ pkgsrc/math/R-Formula/distinfo Wed Jul 31 13:03:21 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:03:21 brook Exp $
+
+SHA1 (R/Formula_1.2-3.tar.gz) = 8a399e67a1d215a0491c467b06bc0537d7a5a2a7
+RMD160 (R/Formula_1.2-3.tar.gz) = 040a3ce69de11b0f3476e463b76f2fa2a5352542
+SHA512 (R/Formula_1.2-3.tar.gz) = 4ca08831fd1d405df64cfc4dd2f4fe6d170a7533faf6d17f74a51dce600cbe7162c583095650c409ee544caf12d5d144c05909a257e9cfc912f924a4da645b26
+Size (R/Formula_1.2-3.tar.gz) = 151340 bytes
Home |
Main Index |
Thread Index |
Old Index