[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56282] [PATCH 3/7] gnu: Add r-mathjaxr.
From: |
Greg Hogan |
Subject: |
[bug#56282] [PATCH 3/7] gnu: Add r-mathjaxr. |
Date: |
Tue, 28 Jun 2022 15:22:49 +0000 |
* gnu/packages/cran.scm (r-mathjaxr): New variable.
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bb2519bcda..b7387e444f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33459,3 +33459,22 @@ (define-public r-metadat
purposes, illustrating/testing meta-analytic methods, and validating published
analyses.")
(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 license:gpl3)))
--
2.36.1
- [bug#56282] [PATCH 0/7] Update octave., Greg Hogan, 2022/06/28
- [bug#56282] [PATCH 4/7] gnu: r-metafor: Update to 3.4-0., Greg Hogan, 2022/06/28
- [bug#56282] [PATCH 2/7] gnu: Add r-metadat., Greg Hogan, 2022/06/28
- [bug#56282] [PATCH 7/7] gnu: gnss-sdr: Update to 0.0.17., Greg Hogan, 2022/06/28
- [bug#56282] [PATCH 1/7] gnu: octave: Update to 7.1.0., Greg Hogan, 2022/06/28
- [bug#56282] [PATCH 5/7] gnu: gnuradio: Update to 3.10.3.0., Greg Hogan, 2022/06/28
- [bug#56282] [PATCH 3/7] gnu: Add r-mathjaxr.,
Greg Hogan <=
- [bug#56282] [PATCH 6/7] gnu: gr-satellites: Update to 4.6.0., Greg Hogan, 2022/06/28
- bug#56282: [PATCH 0/7] Update octave., Guillaume Le Vaillant, 2022/06/30