[go: up one dir, main page]

Skip to content

lgatto/guix-cran-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated CRAN and Bioconductor Guix channels

This script creates the automated GNU Guix channel for CRAN packages and the automated GNU Guix channel for Bioconductor packages. Since Guix commit c329eeb3a8a87edfa21675ce67353778a3b24773 you can run it like this:

REPO=https://github.com/guix-science/guix-cran
# REPO=https://github.com/guix-science/guix-bioc
git clone $REPO output
mkdir -p cache/{description,contents}
guix repl import.scm output [guix-cran|guix-bioc] [cran|bioc]

The directory output will contain the updated channel if the import succeeded.

About

Scripts to automate the CRAN to Guix import.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 94.6%
  • Shell 5.4%