Skip to content

guix-science/guix-cran

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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.

About

The entire CRAN collection for GNU Guix.

Topics

Resources

License

Stars

Watchers

Forks

Languages