all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30894] Submission of patch for Add r-abc
@ 2018-03-21 11:14 Sahithi Yarlagadda
  2018-03-21 21:27 ` Ricardo Wurmus
  0 siblings, 1 reply; 9+ messages in thread
From: Sahithi Yarlagadda @ 2018-03-21 11:14 UTC (permalink / raw)
  To: 30894; +Cc: Ricardo Wurmus

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Hi,

I am submitting a patch for r-abc. Please review.

-- 
Regards
Sahithi


[-- Attachment #2: 0001-gnu-Add-r-abc.patch --]
[-- Type: text/x-patch, Size: 1735 bytes --]

From 4b3b3eee4995616059d8a27489affc43cee26ea4 Mon Sep 17 00:00:00 2001
From: Sahithi Yarlagadda <sahi@swecha.net>
Date: Wed, 21 Mar 2018 16:30:18 +0530
Subject: [PATCH] gnu: Add r-abc.

    * gnu/packages/cran.scm (r-abc): New variable.
---
 gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce09c22c5..6aecd0f8e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3295,3 +3295,33 @@ Dependencies of the distribution of the specified variable (response
 variable) to other variables (explanatory variables) are derived and
 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
      (license license:gpl2+)))
+
+(define-public r-abc
+  (package
+    (name "r-abc")
+    (version "2.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "abc" version))
+        (sha256
+          (base32
+            "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-abc-data" ,r-abc-data)
+        ("r-locfit" ,r-locfit)
+        ("r-mass" ,r-mass)
+        ("r-nnet" ,r-nnet)
+        ("r-quantreg" ,r-quantreg)))
+    (home-page
+      "http://cran.r-project.org/web/packages/abc")
+    (synopsis
+      "Tools for approximate bayesian computation (ABC)")
+    (description
+      "Implements several ABC algorithms for performing parameter estimation, 
+model selection, and goodness-of-fit.  Cross-validation tools are also 
+available for measuring the accuracy of ABC estimates, and to calculate the 
+misclassification probabilities of different models.")
+    (license license:gpl3+)))
+
-- 
2.16.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-04-02 21:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 11:14 [bug#30894] Submission of patch for Add r-abc Sahithi Yarlagadda
2018-03-21 21:27 ` Ricardo Wurmus
2018-03-28 19:44   ` Ricardo Wurmus
2018-03-29 10:15     ` Sahithi Yarlagadda
2018-03-29 10:32       ` Ricardo Wurmus
2018-03-29 10:50         ` Sahithi Yarlagadda
2018-03-29 11:00           ` Sahithi Yarlagadda
2018-03-29 11:28             ` Sahithi Yarlagadda
2018-04-02 21:26               ` bug#30894: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.