[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
76/112: gnu: r-refmanager: Update to 1.3.0.
From: |
guix-commits |
Subject: |
76/112: gnu: r-refmanager: Update to 1.3.0. |
Date: |
Wed, 9 Dec 2020 16:06:52 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8d459d27e04345217257a0e9fe9a46f699b9a786
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 21:59:31 2020 +0100
gnu: r-refmanager: Update to 1.3.0.
* gnu/packages/cran.scm (r-refmanager): Update to 1.3.0.
[propagated-inputs]: Remove r-bibtex.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 63dbc06..96038a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16552,24 +16552,25 @@ results and plots in a unified style using the
@code{ggplot2} package.")
(define-public r-refmanager
(package
(name "r-refmanager")
- (version "1.2.12")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "RefManageR" version))
(sha256
(base32
- "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
+ "1spzdp5ni52dybcaxqnhwdphh27wjyrsfy4hsxsplpg9rqwfqfps"))))
(properties `((upstream-name . "RefManageR")))
(build-system r-build-system)
(propagated-inputs
- `(("r-bibtex" ,r-bibtex)
- ("r-httr" ,r-httr)
+ `(("r-httr" ,r-httr)
("r-jsonlite" ,r-jsonlite)
("r-lubridate" ,r-lubridate)
("r-plyr" ,r-plyr)
("r-stringr" ,r-stringr)
("r-xml2" ,r-xml2)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/ropensci/RefManageR/")
(synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
(description
- 58/112: gnu: r-effectsize: Update to 0.4.1., (continued)
- 58/112: gnu: r-effectsize: Update to 0.4.1., guix-commits, 2020/12/09
- 65/112: gnu: r-rmpfr: Update to 0.8-2., guix-commits, 2020/12/09
- 70/112: gnu: r-deldir: Update to 0.2-3., guix-commits, 2020/12/09
- 46/112: gnu: r-officer: Update to 0.3.15., guix-commits, 2020/12/09
- 66/112: gnu: r-epi: Update to 2.42., guix-commits, 2020/12/09
- 68/112: gnu: r-future: Update to 1.20.1., guix-commits, 2020/12/09
- 55/112: gnu: r-bayestestr: Update to 0.8.0., guix-commits, 2020/12/09
- 59/112: gnu: r-gh: Update to 1.2.0., guix-commits, 2020/12/09
- 71/112: gnu: r-rms: Update to 6.1-0., guix-commits, 2020/12/09
- 73/112: gnu: r-ggvis: Update to 0.4.7., guix-commits, 2020/12/09
- 76/112: gnu: r-refmanager: Update to 1.3.0.,
guix-commits <=
- 78/112: gnu: r-uwot: Update to 0.1.9., guix-commits, 2020/12/09
- 79/112: gnu: r-leiden: Update to 0.3.6., guix-commits, 2020/12/09
- 83/112: gnu: r-showtext: Update to 0.9-1., guix-commits, 2020/12/09
- 85/112: gnu: r-r-filesets: Update to 2.14.0., guix-commits, 2020/12/09
- 89/112: gnu: r-loo: Update to 2.4.0., guix-commits, 2020/12/09
- 12/112: gnu: Add r-projpred., guix-commits, 2020/12/09
- 63/112: gnu: r-flare: Update to 1.7.0., guix-commits, 2020/12/09
- 88/112: gnu: r-stopwords: Update to 2.1., guix-commits, 2020/12/09
- 92/112: gnu: r-hardhat: Update to 0.1.5., guix-commits, 2020/12/09
- 95/112: gnu: r-tune: Update to 0.1.2., guix-commits, 2020/12/09