[PATCH] gnu: Add r-consort.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Sebastian Gibb
Owner
unassigned
Submitted by
Sebastian Gibb
Severity
normal
S
S
Sebastian Gibb wrote on 31 Aug 2023 10:42
(address . guix-patches@gnu.org)(name . Sebastian Gibb)(address . mail@sebastiangibb.de)
f99478103e05500d7a431a6746264473f59bd18f.1693471330.git.mail@sebastiangibb.de
* gnu/packages/consort.scm (r-consort): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (38 lines)
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
C
C
Christopher Baines wrote on 30 Oct 2023 12:30
(name . Sebastian Gibb)(address . mail@sebastiangibb.de)(address . 65652-done@debbugs.gnu.org)
87edhcxs7e.fsf@cbaines.net
Sebastian Gibb via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmU/k/VfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xc4VxAAtUhO333EUFSQVwrL4SbhtAUcy8I2xnA9
pWudlXjjfcOI1vBQ6zXNNWfKG/9NEAqw43OE8RUt7YWvUX624hk6Dutx8yE5U266
YK2YN3PknKZamwMwvnSc/Wq9HC+WD41TTkpHWdc4HUuWUlCvBWxGJbwJQidrjN+z
3xL58Z4p6+oIHjaAs5s9WEj0egIlwVm5yxyd3+PZ+vdTVreoiKu9qBk6UlqafNRh
Yo8PPUEzRMJmkmY5Awt9JOuWHfzPIePo55pOWkKsYdxCaPvFHdasFLznOYU2E1FN
Pqn1e7c5GrvNxbx3OyiKIrANJtUAy8r+17EyU6KO2RkHZP4E41hQ4mwdCzZmWmfM
aOlRW9+XeHiJCDVJ9yepudtCnLmZlmcSJ2Y2Jg1zfGEDWcI+n9hB7GIFIjFYAq5L
oUpiiW6bpRzsSmdeevrFhzN5CWcl6p7Z9DmlxTNDdNeyV/gcEBf8Gcatsc80vNmV
OHDIf/QgXBSp+VtnXiUm5VRkmfZcvJSjTyUeWktYev2oIRM0gWxusaQtG6tPsyq+
s6vSgkTnKh0Los9aIm7EP1RcpEonSeIzyaLLcyeighvT0j4GLdpl+iqonsL0iOwW
nk6BJ+YBRZ3GaId22JXyy1yUw4XfHaEbBagyZBSu8ojBcUZuBjIS9MGVMSI2e0Vy
sYChOujqpwE=
=tA6x
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65652@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65652
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch