diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-06-30 11:50:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-06-30 13:11:40 +0200 |
commit | 49ecf1cbeedbc8a381242b692635b0b4c2576eb9 (patch) | |
tree | 5279f2e426b7586efcf6cef69f95282de2800a52 /gnu | |
parent | 2d38a6883e5fc89c03c19e19433bb271673f9bfd (diff) | |
download | guix-49ecf1cbeedbc8a381242b692635b0b4c2576eb9.tar.gz |
Revert "gnu: Add r-mathjaxr."
This reverts commit 9078c651e8d50e08b46e3b2da1c532c15af5ddb6. This package contains vast amounts of minified JavaScript that cannot be built from source.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c9ffb3d208..96dca393e6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -35,8 +35,7 @@ ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com> ;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de> ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net> -;;; Copyright © 2022 Navid Afkhami <navid.afkhami@mdc-berlin.de> -;;; Copyright © 2022 Greg Hogan <code@greghogan.com> +;;; Copyright © 2022 Navid Afkhami <navid.afkhami@mdc-berlin.de> ;;; ;;; This file is part of GNU Guix. ;;; @@ -33439,22 +33438,3 @@ jitterplot, or half violinplot and half dotplot.") coefficients or scattering amplitudes, for seismological P and S-waves at an interface.") (license license:gpl2+))) - -(define-public r-mathjaxr - (package - (name "r-mathjaxr") - (version "1.6-0") - (source (origin - (method url-fetch) - (uri (cran-uri "mathjaxr" version)) - (sha256 - (base32 - "0yf1sfkb2kjsplipl2v4k2gp20li9xzsynclg228sy0v243pdi7c")))) - (properties `((upstream-name . "mathjaxr"))) - (build-system r-build-system) - (home-page "https://github.com/wviechtb/mathjaxr") - (synopsis "Using 'Mathjax' in Rd Files") - (description - "This package provides 'MathJax' and macros to enable its use within Rd files for -rendering equations in the HTML help files.") - (license (list license:asl2.0 license:gpl3)))) |