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 ;;; Copyright © 2021 Marcel Schilling ;;; Copyright © 2021 Guillaume Le Vaillant -;;; Copyright © 2022 Navid Afkhami -;;; Copyright © 2022 Greg Hogan +;;; Copyright © 2022 Navid Afkhami ;;; ;;; This file is part of GNU Guix. ;;; @@ -33439,22 +33438,3 @@ (define-public r-zoeppritz 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))))