[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 29/29] gnu: Add r-bbmle.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 29/29] gnu: Add r-bbmle. |
Date: |
Mon, 14 Aug 2017 22:57:11 +0200 |
* gnu/packages/cran.scm (r-bbmle): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9e50eed3c..e604799c4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -709,3 +709,28 @@ and S4 methods with inlined C, C++ or Fortran code
supporting @code{.C} and
@code{.Call} calling conventions.")
;; Any version of the LGPL.
(license license:lgpl3+)))
+
+(define-public r-bbmle
+ (package
+ (name "r-bbmle")
+ (version "1.0.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "bbmle" version))
+ (sha256
+ (base32
+ "014h6mw16gv4acs2p78dy7lla7s428n633aybsb1mbi6250dg0p8"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-lattice" ,r-lattice)
+ ("r-mass" ,r-mass)
+ ("r-numderiv" ,r-numderiv)))
+ (home-page "http://cran.r-project.org/web/packages/bbmle")
+ (synopsis "Tools for General Maximum Likelihood Estimation")
+ (description
+ "Methods and functions for fitting maximum likelihood models in R. This
+package modifies and extends the @code{mle} classes in the @code{stats4}
+package.")
+ ;; Any version of the GPL
+ (license (list license:gpl2 license:gpl3))))
--
2.13.3
- [bug#28089] [PATCH 21/29] gnu: Add r-sp., (continued)
- [bug#28089] [PATCH 21/29] gnu: Add r-sp., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 24/29] gnu: Add r-lmoments., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 20/29] gnu: Add r-proxy., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 26/29] gnu: Add r-extremes., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 27/29] gnu: Add r-lmtest., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 19/29] gnu: Add r-ggally., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 23/29] gnu: Add r-rmtstat., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 28/29] gnu: Add r-inline., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 25/29] gnu: Add r-distillery., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 22/29] gnu: Add r-rook., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 29/29] gnu: Add r-bbmle.,
Ricardo Wurmus <=
- bug#28089: [PATCH 01/29] gnu: Add r-interactivedisplaybase., Ricardo Wurmus, 2017/08/17