From 88a2c1d6a17705a8c7ff27909143e7b8b13e5639 Mon Sep 17 00:00:00 2001 From: tota Date: Tue, 25 Dec 2012 11:21:13 +0000 Subject: - Add a new port: math/R-cran-quadprog This routine implements the dual method of Goldfarb and Idnani (1982, 1983) for solving quadratic programming problems of the form min(?dT b + 1/2bT Db) with the constraints AT b >= b0. WWW: http://cran.r-project.org/web/packages/quadprog/ PR: ports/172298 (based on) Submitted by: David Naylor --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index c8447a5c98cb..6bbbb2fe6152 100644 --- a/math/Makefile +++ b/math/Makefile @@ -28,6 +28,7 @@ SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-nnls SUBDIR += R-cran-psych + SUBDIR += R-cran-quadprog SUBDIR += R-cran-sandwich SUBDIR += R-cran-sm SUBDIR += R-cran-sp -- cgit