unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40138] Submission of Patch for Package Description for CRAN Package r-boa v1
@ 2020-03-19 19:26 Naga Malleswari
  2020-03-21 13:20 ` bug#40138: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Naga Malleswari @ 2020-03-19 19:26 UTC (permalink / raw)
  To: 40138; +Cc: Danny Milosavljevic

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


-- 
Regards
NagaMalli


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

From 46ffd31df3a72a44485343660f85b792ba6fc518 Mon Sep 17 00:00:00 2001
From: Naga Malleswari <nagamalli@riseup.net>
Date: Fri, 20 Mar 2020 00:46:45 +0530
Subject: [PATCH] gnu: Add r-boa.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2fc62edb4b..ea17709633 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20802,3 +20802,24 @@ statistics and p-values of the correlation coefficients.")
 scales and utilities, including a spell check function for plot label fields
 and an overall emphasis on typography.")
     (license license:expat)))
+    
+(define-public r-boa
+  (package
+    (name "r-boa")
+    (version "1.1.8-2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "boa" version))
+        (sha256
+          (base32
+            "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
+    (properties `((upstream-name . "boa")))
+    (build-system r-build-system)
+    (home-page "http://www.jstatsoft.org/v21/i11")
+    (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
+    (description
+      "This package provides a menu-driven program and library of functions for
+carrying out convergence diagnostics and statistical and graphical analysis of
+@dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
+    (license license:gpl2)))
-- 
2.25.1


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

* bug#40138: Submission of Patch for Package Description for CRAN Package r-boa v1
  2020-03-19 19:26 [bug#40138] Submission of Patch for Package Description for CRAN Package r-boa v1 Naga Malleswari
@ 2020-03-21 13:20 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-03-21 13:20 UTC (permalink / raw)
  To: Naga Malleswari; +Cc: 40138-done

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

Thanks!

Pushed the patch to guix master as commit
ba2a1436d8fd8bedb596d792a65517facd2815cc.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-03-21 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 19:26 [bug#40138] Submission of Patch for Package Description for CRAN Package r-boa v1 Naga Malleswari
2020-03-21 13:20 ` bug#40138: " Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).