[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/86: gnu: r-latex2exp: Update to 0.5.0.
From: |
guix-commits |
Subject: |
50/86: gnu: r-latex2exp: Update to 0.5.0. |
Date: |
Wed, 7 Apr 2021 21:22:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 13747f581489b121f40382acd398a44eafadf280
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:26:00 2021 +0200
gnu: r-latex2exp: Update to 0.5.0.
* gnu/packages/cran.scm (r-latex2exp): Update to 0.5.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e923556..372ef17 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23515,17 +23515,19 @@ appropriate dog and cat images for many status
codes.")
(define-public r-latex2exp
(package
(name "r-latex2exp")
- (version "0.4.0")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (cran-uri "latex2exp" version))
(sha256
(base32
- "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
+ "0qknpw7zwwbzsbry94j8fn48mq7kq5rc5448g9hybbisain3wfvg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-stringr" ,r-stringr)
("r-magrittr" ,r-magrittr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/stefano-meschiari/latex2exp/")
(synopsis "Use LaTeX expressions in plots")
(description "@code{latex2exp} parses and converts LaTeX math formulas to
- 86/86: etc/committer: Recompute hunks before processing changes., (continued)
- 86/86: etc/committer: Recompute hunks before processing changes., guix-commits, 2021/04/07
- 74/86: gnu: r-stars: Update to 0.5-2., guix-commits, 2021/04/07
- 76/86: gnu: r-dbplyr: Update to 2.1.1., guix-commits, 2021/04/07
- 67/86: gnu: r-phangorn: Update to 2.6.3., guix-commits, 2021/04/07
- 66/86: gnu: r-qtl: Update to 1.48-1., guix-commits, 2021/04/07
- 72/86: gnu: r-ragg: Update to 1.1.2., guix-commits, 2021/04/07
- 25/86: gnu: r-effectsize: Update to 0.4.4-1., guix-commits, 2021/04/07
- 39/86: gnu: r-styler: Update to 1.4.1., guix-commits, 2021/04/07
- 38/86: gnu: r-tweenr: Update to 1.0.2., guix-commits, 2021/04/07
- 49/86: gnu: r-packrat: Update to 0.6.0., guix-commits, 2021/04/07
- 50/86: gnu: r-latex2exp: Update to 0.5.0.,
guix-commits <=
- 62/86: gnu: r-yardstick: Update to 0.0.8., guix-commits, 2021/04/07
- 73/86: gnu: r-lwgeom: Update to 0.2-6., guix-commits, 2021/04/07
- 09/86: gnu: r-broom: Update to 0.7.6., guix-commits, 2021/04/07
- 26/86: gnu: r-gh: Update to 1.2.1., guix-commits, 2021/04/07
- 20/86: gnu: r-officer: Update to 0.3.18., guix-commits, 2021/04/07
- 36/86: gnu: r-spdep: Update to 1.1-7., guix-commits, 2021/04/07
- 18/86: gnu: r-renv: Update to 0.13.2., guix-commits, 2021/04/07
- 23/86: gnu: r-emmeans: Update to 1.5.5-1., guix-commits, 2021/04/07
- 33/86: gnu: r-rmpfr: Update to 0.8-3., guix-commits, 2021/04/07
- 34/86: gnu: r-units: Update to 0.7-1., guix-commits, 2021/04/07