unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65652] [PATCH] gnu: Add r-consort.
@ 2023-08-31  8:42 Sebastian Gibb via Guix-patches via
  2023-10-30 11:30 ` bug#65652: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Gibb via Guix-patches via @ 2023-08-31  8:42 UTC (permalink / raw)
  To: 65652; +Cc: Sebastian Gibb, rekado

* 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





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

* bug#65652: [PATCH] gnu: Add r-consort.
  2023-08-31  8:42 [bug#65652] [PATCH] gnu: Add r-consort Sebastian Gibb via Guix-patches via
@ 2023-10-30 11:30 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-10-30 11:30 UTC (permalink / raw)
  To: Sebastian Gibb; +Cc: 65652-done

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


Sebastian Gibb via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-10-30 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31  8:42 [bug#65652] [PATCH] gnu: Add r-consort Sebastian Gibb via Guix-patches via
2023-10-30 11:30 ` bug#65652: " Christopher Baines

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