GNU bug report logs - #65652
[PATCH] gnu: Add r-consort.

Previous Next

Package: guix-patches;

Reported by: Sebastian Gibb <mail <at> sebastiangibb.de>

Date: Thu, 31 Aug 2023 08:43:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65652 in the body.
You can then email your comments to 65652 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#65652; Package guix-patches. (Thu, 31 Aug 2023 08:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sebastian Gibb <mail <at> sebastiangibb.de>:
New bug report received and forwarded. Copy sent to rekado <at> elephly.net, guix-patches <at> gnu.org. (Thu, 31 Aug 2023 08:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sebastian Gibb <mail <at> sebastiangibb.de>
To: guix-patches <at> gnu.org
Cc: Sebastian Gibb <mail <at> sebastiangibb.de>
Subject: [PATCH] gnu: Add r-consort.
Date: Thu, 31 Aug 2023 10:42:15 +0200
* gnu/packages/consort.scm (r-consort): New variable.
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4ec6b802ff..cccf02026e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -343,6 +343,29 @@ (define-public r-chromomap
     (license (list license:gpl3
                    license:isc)))) ;for bundled d3js
 
+(define-public r-consort
+  (package
+    (name "r-consort")
+    (version "1.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "consort" version))
+              (sha256
+               (base32
+                "1jshk53121w58i4if593qzxm6lcrrggz8parwhqvv6hnbx51rhck"))))
+    (properties `((upstream-name . "consort")))
+    (build-system r-build-system)
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/adayim/consort/")
+    (synopsis "Create Consort Diagram")
+    (description
+     "To make it easy to create CONSORT diagrams for the transparent reporting of
+participant allocation in randomized, controlled clinical trials.  This is done
+by creating a standardized disposition data, and using this data as the source
+for the creation a standard CONSORT diagram.  Human effort by supplying text
+labels on the node can also be achieved.")
+    (license license:expat)))
+
 (define-public r-collections
   (package
     (name "r-collections")

base-commit: d6966b8a5b4f2ddda2bc685b9642e7a1c2cbe17c
-- 
2.39.2





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 30 Oct 2023 11:32:02 GMT) Full text and rfc822 format available.

Notification sent to Sebastian Gibb <mail <at> sebastiangibb.de>:
bug acknowledged by developer. (Mon, 30 Oct 2023 11:32:03 GMT) Full text and rfc822 format available.

Message #10 received at 65652-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Sebastian Gibb <mail <at> sebastiangibb.de>
Cc: 65652-done <at> debbugs.gnu.org
Subject: Re: [bug#65652] [PATCH] gnu: Add r-consort.
Date: Mon, 30 Oct 2023 11:30:28 +0000
[Message part 1 (text/plain, inline)]
Sebastian Gibb via Guix-patches via <guix-patches <at> gnu.org> writes:

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

Thanks for the patch, this looks good to me :) I've pushed it to master
as 549d7ce3b3ea502e5bc7be6f66f886b6ee81f9e8.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Nov 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.