unofficial mirror of guix-science@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] channels: Add 'guix-cran'.
@ 2022-10-28  9:52 Lars-Dominik Braun
  2022-11-05 20:41 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Lars-Dominik Braun @ 2022-10-28  9:52 UTC (permalink / raw)
  To: guix-science

Hi,

here’s the patch that adds guix-cran to hpc.guix.info.

Cheers,
Lars

---
 channels.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/channels.scm b/channels.scm
index 369856c..b1079b9 100644
--- a/channels.scm
+++ b/channels.scm
@@ -47,6 +47,19 @@
          #:substitute-url "https://guix.bordeaux.inria.fr"
          #:substitute-key %inria-key)
 
+        (channel-description
+         'guix-cran
+         "https://github.com/guix-science/guix-cran"
+         #:synopsis '("Automated import of "
+                      (a (@ (href "https://cran.r-project.org/")) "CRAN")
+                      " packages")
+         #:logo-url
+         "https://github.com/guix-science/guix-cran-scripts/raw/master/logo.png"
+         #:ci-badge "https://guix.bordeaux.inria.fr/jobset/guix-cran/badge.svg"
+         #:ci-url "https://guix.bordeaux.inria.fr/jobset/guix-cran"
+         #:substitute-url "https://guix.bordeaux.inria.fr"
+         #:substitute-key %inria-key)
+
         (channel-description
          'guix-bimsb
          "https://github.com/BIMSBbioinfo/guix-bimsb"
-- 
2.37.4



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

end of thread, other threads:[~2022-11-05 22:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  9:52 [PATCH] channels: Add 'guix-cran' Lars-Dominik Braun
2022-11-05 20:41 ` Ludovic Courtès
2022-11-05 22:08   ` Ricardo Wurmus

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