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 +. 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 +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