pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/931b61613dba
branches:  trunk
changeset: 398839:931b61613dba
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:03:20 2019 +0000

description:
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>).

diffstat:

 doc/CHANGES-2019        |   3 ++-
 math/Makefile           |   3 ++-
 math/R-Formula/DESCR    |   3 +++
 math/R-Formula/Makefile |  16 ++++++++++++++++
 math/R-Formula/distinfo |   6 ++++++
 5 files changed, 29 insertions(+), 2 deletions(-)

diffs (68 lines):

diff -r 2ed9d1994e70 -r 931b61613dba doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:01:17 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:03:20 2019 +0000
@@ -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 @@
        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]
diff -r 2ed9d1994e70 -r 931b61613dba math/Makefile
--- a/math/Makefile     Wed Jul 31 13:01:17 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:03:20 2019 +0000
@@ -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-DAAG
 SUBDIR+=       R-DBI
 SUBDIR+=       R-FNN
+SUBDIR+=       R-Formula
 SUBDIR+=       R-GRASS
 SUBDIR+=       R-ISLR
 SUBDIR+=       R-ISwR
diff -r 2ed9d1994e70 -r 931b61613dba math/R-Formula/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Formula/DESCR      Wed Jul 31 13:03:20 2019 +0000
@@ -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>).
diff -r 2ed9d1994e70 -r 931b61613dba math/R-Formula/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Formula/Makefile   Wed Jul 31 13:03:20 2019 +0000
@@ -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"
diff -r 2ed9d1994e70 -r 931b61613dba math/R-Formula/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-Formula/distinfo   Wed Jul 31 13:03:20 2019 +0000
@@ -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