diff options
author | minskim <minskim@pkgsrc.org> | 2018-02-03 01:48:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-02-03 01:48:14 +0000 |
commit | 2eb5e5b20de94dc2fe3c4273aa880ea82643fec1 (patch) | |
tree | a4ae13ba185636a4239208cb771cb09485d8d810 /math | |
parent | 4955fd0fa8042fb155d35391436e2fd191210d2b (diff) | |
download | pkgsrc-2eb5e5b20de94dc2fe3c4273aa880ea82643fec1.tar.gz |
math/R-quadprog: Import version 1.5.5
This package contains routines and documentation for solving quadratic
programming problems.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-quadprog/DESCR | 2 | ||||
-rw-r--r-- | math/R-quadprog/Makefile | 18 | ||||
-rw-r--r-- | math/R-quadprog/distinfo | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/math/R-quadprog/DESCR b/math/R-quadprog/DESCR new file mode 100644 index 00000000000..e302961dbbd --- /dev/null +++ b/math/R-quadprog/DESCR @@ -0,0 +1,2 @@ +This package contains routines and documentation for solving quadratic +programming problems. diff --git a/math/R-quadprog/Makefile b/math/R-quadprog/Makefile new file mode 100644 index 00000000000..5deb90e6860 --- /dev/null +++ b/math/R-quadprog/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2018/02/03 01:48:14 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/quantprog/ +COMMENT= Functions to solve quadratic programming problems +LICENSE= gnu-gpl-v2 + +R_PKGNAME= quadprog +R_PKGVER= 1.5-5 + +USE_LANGUAGES= c fortran + +BUILDLINK_API_DEPENDS.R+= R>=2.15.0 +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-quadprog/distinfo b/math/R-quadprog/distinfo new file mode 100644 index 00000000000..af2a856d761 --- /dev/null +++ b/math/R-quadprog/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/02/03 01:48:14 minskim Exp $ + +SHA1 (R/quadprog_1.5-5.tar.gz) = 7b6f356d4d720131389356b0c8927a5af3bda06a +RMD160 (R/quadprog_1.5-5.tar.gz) = 21b35982b8957c07f56a2643b651752f1f22dabd +SHA512 (R/quadprog_1.5-5.tar.gz) = aee3e1ca5e298c5136a101ca47f00f0d1945eb32c3b0e14dd8a4c98a8d621ee4dba04a1b4119c1aab07e9f45c6ee98a02c132e1cb9e19001c9502876ac55a2dc +Size (R/quadprog_1.5-5.tar.gz) = 33651 bytes |