all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

* Re: [PATCH] channels: Add 'guix-cran'.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-11-05 20:41 UTC (permalink / raw)
  To: Lars-Dominik Braun; +Cc: guix-science

Hi Lars,

Lars-Dominik Braun <lars@6xq.net> skribis:

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

Applied, will show up shortly at <https://hpc.guix.info/channels/>.

> +         "https://github.com/guix-science/guix-cran"

I’ll let you say more :-), but that’s quite an achievement, thumbs up!
Right now 88% of it builds successfully at
<https://guix.bordeaux.inria.fr/>.

Ludo’.


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

* Re: [PATCH] channels: Add 'guix-cran'.
  2022-11-05 20:41 ` Ludovic Courtès
@ 2022-11-05 22:08   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2022-11-05 22:08 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Lars-Dominik Braun, guix-science


Ludovic Courtès <ludovic.courtes@inria.fr> writes:

> Hi Lars,
>
> Lars-Dominik Braun <lars@6xq.net> skribis:
>
>> here’s the patch that adds guix-cran to hpc.guix.info.
>
> Applied, will show up shortly at <https://hpc.guix.info/channels/>.
>
>> +         "https://github.com/guix-science/guix-cran"
>
> I’ll let you say more :-), but that’s quite an achievement, thumbs up!
> Right now 88% of it builds successfully at
> <https://guix.bordeaux.inria.fr/>.

It’s quite impressive!  We ran into a little bug*, actually, but people
at the MDC have already started using it.  This should be mentioned in
the upcoming Activity Report!

-- 
Ricardo


*) r-shinydashboardplus has a check phase that launches two interactive
Shiny apps, so the tests never complete.  I’ve started packaging this
for Guix proper, but there’s some megabytes of minified JavaScript to
work through first…


^ permalink raw reply	[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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.