diff options
| -rw-r--r-- | README.rst | 31 |
1 files changed, 10 insertions, 21 deletions
| @@ -1,21 +1,11 @@ | |||
| 1 | Guix science packages | 1 | Guix science packages |
| 2 | ===================== | 2 | ===================== |
| 3 | 3 | ||
| 4 | .. image:: https://github.com/guix-science/guix-science/workflows/build/badge.svg | 4 | .. image:: https://guix.bordeaux.inria.fr/jobset/guix-science/badge.svg?type=0 |
| 5 | :target: https://github.com/guix-science/guix-science/actions | 5 | :target: https://guix.bordeaux.inria.fr/jobset/guix-science |
| 6 | 6 | ||
| 7 | This GNU Guix_ channel provides recent versions of scientific software, which | 7 | This GNU Guix_ channel provides recent versions of scientific software, which |
| 8 | cannot be included upstream. Currently the following software is packaged: | 8 | cannot be included upstream. |
| 9 | |||
| 10 | - JASP_ (``jasp``) | ||
| 11 | - Jupyter Notebook (``python-notebook``) | ||
| 12 | - JupyterLab_ (``python-jupyterlab``) | ||
| 13 | - `RStudio Desktop`_ (``rstudio``) | ||
| 14 | - RStudio Server (``rstudio-server``) | ||
| 15 | |||
| 16 | .. _JASP: https://jasp-stats.org/ | ||
| 17 | .. _JupyterLab: https://jupyterlab.readthedocs.io/ | ||
| 18 | .. _RStudio Desktop: https://rstudio.com/products/rstudio/ | ||
| 19 | 9 | ||
| 20 | See `Specifying Additional Channels`_ in the Guix manual for instructions how | 10 | See `Specifying Additional Channels`_ in the Guix manual for instructions how |
| 21 | to add it to your installation or simply add the following snippet to your | 11 | to add it to your installation or simply add the following snippet to your |
| @@ -36,18 +26,17 @@ to add it to your installation or simply add the following snippet to your | |||
| 36 | .. _Specifying Additional Channels: https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels | 26 | .. _Specifying Additional Channels: https://guix.gnu.org/manual/en/guix.html#Specifying-Additional-Channels |
| 37 | 27 | ||
| 38 | Binary substitutes for ``x86_64-linux`` are available from | 28 | Binary substitutes for ``x86_64-linux`` are available from |
| 39 | https://substitutes.guix.psychnotebook.org/, see `Getting Substitutes from | 29 | https://guix.bordeaux.inria.fr, see `Getting Substitutes from Other |
| 40 | Other Servers`_ in the official manual. The signing key can be imported using: | 30 | Servers`_ in the official manual. The signing key can be imported |
| 31 | using: | ||
| 41 | 32 | ||
| 42 | .. code:: console | 33 | .. code:: console |
| 43 | 34 | ||
| 44 | $ guix archive --authorize <<EOF | 35 | $ guix archive --authorize <<EOF |
| 45 | (public-key | 36 | (public-key |
| 46 | (ecc | 37 | (ecc |
| 47 | (curve Ed25519) | 38 | (curve Ed25519) |
| 48 | (q #D4E1CAFAB105581122B326E89804E3546EF905C0D9B39F161BBD8ABB4B11D14A#) | 39 | (q #89FBA276A976A8DE2A69774771A92C8C879E0F24614AAAAE23119608707B3F06#))) |
| 49 | ) | ||
| 50 | ) | ||
| 51 | EOF | 40 | EOF |
| 52 | 41 | ||
| 53 | .. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers | 42 | .. _Getting Substitutes from Other Servers: https://guix.gnu.org/manual/en/guix.html#Getting-Substitutes-from-Other-Servers |
