emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42260: closed ([PATCH] gnu: Add r-laplacesdemon.)


From: GNU bug Tracking System
Subject: bug#42260: closed ([PATCH] gnu: Add r-laplacesdemon.)
Date: Fri, 11 Sep 2020 07:01:02 +0000

Your message dated Fri, 11 Sep 2020 09:01:34 +0200
with message-id <87mu1w3igh.fsf@elephly.net>
and subject line Re: [bug#42260] [PATCH] gnu: Add r-laplacesdemon.
has caused the debbugs.gnu.org bug report #42260,
regarding [PATCH] gnu: Add r-laplacesdemon.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42260: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42260
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-laplacesdemon. Date: Wed, 8 Jul 2020 01:11:33 -0300
* gnu/packages/cran.scm (r-laplacesdemon): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70af2d30f0..72ff8fa989 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
+;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2500,6 +2501,25 @@ selection, as well as methods for retrieving 
coordinates, for subsetting,
 print, summary, etc.")
     (license license:gpl2+)))
 
+(define-public r-laplacesdemon
+  (package
+    (name "r-laplacesdemon")
+    (version "16.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "LaplacesDemon" version))
+       (sha256
+        (base32 "1nv1kx86cg8f2s8q15pzskc0lg94bb250p0fhybrx5sjqv1s2lj1"))))
+    (properties `((upstream-name . "LaplacesDemon")))
+    (build-system r-build-system)
+    (home-page "https://github.com/LaplacesDemonR/LaplacesDemon";)
+    (synopsis "Complete environment for Bayesian inference")
+    (description
+     "This package provides a complete environment for Bayesian inference using
+a variety of different samplers.")
+    (license license:expat)))
+
 (define-public r-rmtstat
   (package
     (name "r-rmtstat")
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42260] [PATCH] gnu: Add r-laplacesdemon. Date: Fri, 11 Sep 2020 09:01:34 +0200 User-agent: mu4e 1.4.13; emacs 27.1
Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/cran.scm (r-laplacesdemon): New variable.

Thank your for the patch!  I applied it and pushed it to the “master”
branch with commit 0fb974be9c.

My apologies for the delay!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]