pkgsrc-WIP-changes archive

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

wip/R-lsei: import R-lsei-1.2.0



Module Name:	pkgsrc-wip
Committed By:	Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By:	mishka
Date:		Mon Jan 28 16:25:22 2019 +0200
Changeset:	3ad19f5f4a77a7151c21063bc675cca6bc91d631

Added Files:
	R-lsei/DESCR
	R-lsei/Makefile
	R-lsei/distinfo

Log Message:
wip/R-lsei: import R-lsei-1.2.0

It contains functions that solve least squares linear regression
problems under linear equality/inequality constraints. Functions
for solving quadratic programming problems are also available, which
transform such problems into least squares ones first. It is developed
based on the 'Fortran' program of Lawson and Hanson (1974, 1995),
which is public domain and available at
<http://www.netlib.org/lawson-hanson>.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3ad19f5f4a77a7151c21063bc675cca6bc91d631

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

diffstat:
 R-lsei/DESCR    |  7 +++++++
 R-lsei/Makefile | 17 +++++++++++++++++
 R-lsei/distinfo |  6 ++++++
 3 files changed, 30 insertions(+)

diffs:
diff --git a/R-lsei/DESCR b/R-lsei/DESCR
new file mode 100644
index 0000000000..93827ba3cc
--- /dev/null
+++ b/R-lsei/DESCR
@@ -0,0 +1,7 @@
+It contains functions that solve least squares linear regression
+problems under linear equality/inequality constraints. Functions
+for solving quadratic programming problems are also available, which
+transform such problems into least squares ones first. It is developed
+based on the 'Fortran' program of Lawson and Hanson (1974, 1995),
+which is public domain and available at
+<http://www.netlib.org/lawson-hanson>.
diff --git a/R-lsei/Makefile b/R-lsei/Makefile
new file mode 100644
index 0000000000..969f11999e
--- /dev/null
+++ b/R-lsei/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=	mishka%NetBSD.org@localhost
+HOMEPAGE=	https://www.stat.auckland.ac.nz/~yongwang
+COMMENT=	Solving Least Squares under Equality/Inequality Constraints
+LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME=	lsei
+R_PKGVER=	1.2-0
+
+USE_LANGUAGES=	c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-lsei/distinfo b/R-lsei/distinfo
new file mode 100644
index 0000000000..979b0f9324
--- /dev/null
+++ b/R-lsei/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/lsei_1.2-0.tar.gz) = fe3f53326236d566df6623f8ee52450f2d4ca9e5
+RMD160 (R/lsei_1.2-0.tar.gz) = a3dd6c6a3fc5a4aef471d56baac2742191a38073
+SHA512 (R/lsei_1.2-0.tar.gz) = 842e7f13025ce93ae0d582924d4a567b738159cac20e9ab476db1f8c20e141ee4c9f34cfae732ed477e81d65766f182d292dc4d5a34478f3f6de61aab27a4f48
+Size (R/lsei_1.2-0.tar.gz) = 34359 bytes


Home | Main Index | Thread Index | Old Index