[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: Add r-nloptr.
From: |
Ben Woodcroft |
Subject: |
06/17: gnu: Add r-nloptr. |
Date: |
Sat, 11 Mar 2017 19:29:09 -0500 (EST) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit c549864d9002f885d420e95042137235f0accf98
Author: Raoul Jean Pierre Bonnal <address@hidden>
Date: Sat Mar 11 15:19:47 2017 +1000
gnu: Add r-nloptr.
* gnu/packages/statistics.scm (r-nloptr): New variable.
Signed-off-by: Ben Woodcroft <address@hidden>
---
gnu/packages/statistics.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index eefc7be..eaec038 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4558,3 +4558,29 @@ models for conditional quantiles of a univariate
response and several methods
for handling censored survival data. Portfolio selection methods based on
expected shortfall risk are also included.")
(license license:gpl2+)))
+
+(define-public r-nloptr
+ (package
+ (name "r-nloptr")
+ (version "1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "nloptr" version))
+ (sha256
+ (base32
+ "1cypz91z28vhvwq2rzqjrbdc6a2lvfr2g16vid2sax618q6ai089"))))
+ (build-system r-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("nlopt" ,nlopt)))
+ (home-page "http://cran.r-project.org/web/packages/nloptr")
+ (synopsis "R interface to NLopt")
+ (description
+ "This package is interface to NLopt, a library for nonlinear
+optimization. NLopt is a library for nonlinear optimization, providing a
+common interface for a number of different free optimization routines
+available online as well as original implementations of various other
+algorithms.")
+ (license license:lgpl3)))
- branch master updated (1dbe3a8 -> a5935d1), Ben Woodcroft, 2017/03/11
- 04/17: gnu: Add r-matrixmodels., Ben Woodcroft, 2017/03/11
- 01/17: gnu: Add r-minqa., Ben Woodcroft, 2017/03/11
- 02/17: gnu: Add r-rcppeigen., Ben Woodcroft, 2017/03/11
- 03/17: gnu: Add r-modelmetrics., Ben Woodcroft, 2017/03/11
- 08/17: gnu: Add r-pbkrtest., Ben Woodcroft, 2017/03/11
- 10/17: gnu: Add r-caret., Ben Woodcroft, 2017/03/11
- 06/17: gnu: Add r-nloptr.,
Ben Woodcroft <=
- 05/17: gnu: Add r-quantreg., Ben Woodcroft, 2017/03/11
- 11/17: gnu: Add r-rcppprogress., Ben Woodcroft, 2017/03/11
- 13/17: gnu: Add r-numderiv., Ben Woodcroft, 2017/03/11
- 15/17: gnu: Add r-tclust., Ben Woodcroft, 2017/03/11
- 12/17: gnu: Add r-mnormt., Ben Woodcroft, 2017/03/11
- 09/17: gnu: Add r-car., Ben Woodcroft, 2017/03/11
- 16/17: gnu: Add r-ranger., Ben Woodcroft, 2017/03/11
- 17/17: gnu: Add r-tsne., Ben Woodcroft, 2017/03/11
- 14/17: gnu: Add r-sn., Ben Woodcroft, 2017/03/11
- 07/17: gnu: Add r-lme4., Ben Woodcroft, 2017/03/11