From unknown Sat Aug 16 00:29:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42260 <42260@debbugs.gnu.org> To: bug#42260 <42260@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add r-laplacesdemon. Reply-To: bug#42260 <42260@debbugs.gnu.org> Date: Sat, 16 Aug 2025 07:29:45 +0000 retitle 42260 [PATCH] gnu: Add r-laplacesdemon. reassign 42260 guix-patches submitter 42260 Vinicius Monego severity 42260 normal tag 42260 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 00:11:53 2020 Received: (at submit) by debbugs.gnu.org; 8 Jul 2020 04:11:53 +0000 Received: from localhost ([127.0.0.1]:37205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt1R3-0002Hc-5X for submit@debbugs.gnu.org; Wed, 08 Jul 2020 00:11:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:56790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt1R0-0002HT-PO for submit@debbugs.gnu.org; Wed, 08 Jul 2020 00:11:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt1R0-00062J-Bl for guix-patches@gnu.org; Wed, 08 Jul 2020 00:11:50 -0400 Received: from mout02.posteo.de ([185.67.36.66]:46121) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt1Qy-0003eK-5L for guix-patches@gnu.org; Wed, 08 Jul 2020 00:11:50 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2559A2400FB for ; Wed, 8 Jul 2020 06:11:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1594181505; bh=k1czVlUpWk7XCx5mE9yJnUY4ebh7/LYpe7cYZS5qbFI=; h=From:To:Cc:Subject:Date:From; b=mpBvC/CkYYyfhOT6kgjimsQOHgNLP6nvEebeoY8vYiUW8jmJu3EU4+NRHRL/7sjgk 4ux3jQqH0/ag9kisL6i5ectp8uIkbdz9hi9xJ7V3H+WM4Gs/b5a9lssypuodg2SjM0 YtGtSRq2GYBdkMah2XWzFy0weOgtFhb5MCKGk5VHxnYHQjZbUCW6GmssvwKejYEPlw PyofruzhYRn59oxoIKTOjx1dHE4ct3CglOJtCwheKyJT6sw/Li2KopmyjJVCFsjEzd ltJf/6WYo9t1aQwVfVztRarceTXPRnk4nvAAK+Vx0osRyfjrtkDN3rYZw7jtFVlzPA XIGqdavjBP4gQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4B1m8b3Snjz6tmD; Wed, 8 Jul 2020 06:11:43 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add r-laplacesdemon. Date: Wed, 8 Jul 2020 01:11:33 -0300 Message-Id: <20200708041133.62532-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/07 23:49:09 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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 ;;; Copyright © 2020 Naga Malleswari ;;; Copyright © 2020 Eric Brown +;;; Copyright © 2020 Vinicius Monego ;;; ;;; 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 11 03:00:27 2020 Received: (at 42260-done) by debbugs.gnu.org; 11 Sep 2020 07:00:27 +0000 Received: from localhost ([127.0.0.1]:42162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGd2p-0008KI-5B for submit@debbugs.gnu.org; Fri, 11 Sep 2020 03:00:27 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21137) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGd2m-0008K9-Pb for 42260-done@debbugs.gnu.org; Fri, 11 Sep 2020 03:00:25 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1599807622; cv=none; d=zohomail.com; s=zohoarc; b=eBQiTeNH5A4ZOA+lgml4Jr+4Ha7/LfMaveNSG8DNq3CLoUWpkx6+SSoLGnRKqIUKZ+387d3rIdL2Xs9g9osrjdveUR+ODW42l+d7R8Yfcl7sXKd9YUrFuqihHZsq9J4DD04k0tDeJQw1x9Z/0AYHzgCDJ8wH9ljgu+vd52Unx+8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599807622; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=L+fkAPjKLG8yEx44zwy/rh7evrhf3DRxNIOvYYDywpg=; b=Co619cd4cFV7wkwhdqGDwRMlnzSNF3BidlTi1wmasSrmAAu6bGBuRx6NVZBMimWs4FPyqap6wDVIJJD3VB/nbdA0uuEl5AsZQEj4NpAQW/Ztzu/K5awAa6FIf5hPnEDbpMjzocnO0KakMIr2hAaGX/UUG6YI+4BhQ6PxzPjKFBk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1599807622; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=L+fkAPjKLG8yEx44zwy/rh7evrhf3DRxNIOvYYDywpg=; b=bHk4Z0zlMHY8T31kv2yxYCQFs6LIPa/k+2lWBWCI1Qm+XcFkz7Yd30CdYZyjRulz nmfTs6aLrI1H+w37Y6fbjR2LLvUX7CphnaBWd+oNyVfzBQQ4rC5jLuAST06Gq//+sSK xiHhKxjKlgDifjOrhoy+7xpvQl2LW+x5u/jY1WV0= Received: from localhost (p54ad420a.dip0.t-ipconnect.de [84.173.66.10]) by mx.zohomail.com with SMTPS id 1599807619591383.76757465063815; Fri, 11 Sep 2020 00:00:19 -0700 (PDT) References: <20200708041133.62532-1-monego@posteo.net> User-agent: mu4e 1.4.13; emacs 27.1 From: Ricardo Wurmus To: Vinicius Monego Subject: Re: [bug#42260] [PATCH] gnu: Add r-laplacesdemon. In-reply-to: <20200708041133.62532-1-monego@posteo.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 11 Sep 2020 09:01:34 +0200 Message-ID: <87mu1w3igh.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42260-done Cc: 42260-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Vinicius Monego writes: > * gnu/packages/cran.scm (r-laplacesdemon): New variable. Thank your for the patch! I applied it and pushed it to the =E2=80=9Cmaste= r=E2=80=9D branch with commit 0fb974be9c. My apologies for the delay! --=20 Ricardo From unknown Sat Aug 16 00:29:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 09 Oct 2020 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator