Skip to content

guix-science/guix-cran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Guix CRAN channel

This channel complements GNU Guix’ CRAN collection and contains all R packages not available in Guix yet. The import is fully automated and thus no quality control exists. Packages may or may not build, they may or may not work. Pull requests are not accepted.

You can use this channel by adding the following snippet to your ~/.config/guix/channels.scm and then running guix pull:

(cons
  (channel
    (name 'guix-cran)
    (url "https://github.com/guix-science/guix-cran.git"))
  %default-channels)

Binary substitutes for x86_64-linux are available from https://substitutes.guix.psychnotebook.org/ and https://guix.bordeaux.inria.fr, see Getting Substitutes from Other Servers in the official manual.