unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42260] [PATCH] gnu: Add r-laplacesdemon.
@ 2020-07-08  4:11 Vinicius Monego
  2020-09-11  7:01 ` bug#42260: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2020-07-08  4:11 UTC (permalink / raw)
  To: 42260; +Cc: Vinicius Monego

* 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





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

* bug#42260: [PATCH] gnu: Add r-laplacesdemon.
  2020-07-08  4:11 [bug#42260] [PATCH] gnu: Add r-laplacesdemon Vinicius Monego
@ 2020-09-11  7:01 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-09-11  7:01 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 42260-done


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




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

end of thread, other threads:[~2020-09-11  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08  4:11 [bug#42260] [PATCH] gnu: Add r-laplacesdemon Vinicius Monego
2020-09-11  7:01 ` bug#42260: " Ricardo Wurmus

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).