[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/93: gnu: Add r-rbibutils.
From: |
guix-commits |
Subject: |
01/93: gnu: Add r-rbibutils. |
Date: |
Sat, 31 Oct 2020 08:45:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d249a5763db96340b50f75d811548c4f936e6aa9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 11:13:04 2020 +0100
gnu: Add r-rbibutils.
* gnu/packages/cran.scm (r-rbibutils): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d9f9187..e2acbba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6860,6 +6860,29 @@ Just Another Gibbs Sampler. It is a program for
analysis of Bayesian
hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
(license license:gpl2)))
+(define-public r-rbibutils
+ (package
+ (name "r-rbibutils")
+ (version "1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "rbibutils" version))
+ (sha256
+ (base32
+ "1i000czyd059dczd2nn1cb0d4n0bjykrfh51rs85s8r2zlaydn6i"))))
+ (properties `((upstream-name . "rbibutils")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-xml2" ,r-xml2)))
+ (home-page "https://geobosh.github.io/rbibutils/")
+ (synopsis "Convert between bibliography formats")
+ (description
+ "This package converts between a number of bibliography formats,
+including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
+utilities and supports all bibliography formats and character encodings
+implemented in bibutils.")
+ (license license:gpl2)))
+
(define-public r-rdpack
(package
(name "r-rdpack")
- branch master updated (0e1b095 -> d7e033b), guix-commits, 2020/10/31
- 01/93: gnu: Add r-rbibutils.,
guix-commits <=
- 08/93: gnu: r-ps: Update to 1.4.0., guix-commits, 2020/10/31
- 05/93: gnu: r-callr: Update to 3.5.1., guix-commits, 2020/10/31
- 36/93: gnu: r-lmertest: Update to 3.1-3., guix-commits, 2020/10/31
- 04/93: gnu: r-ecp: Update to 3.1.3., guix-commits, 2020/10/31
- 14/93: gnu: r-recipes: Update to 0.1.14., guix-commits, 2020/10/31
- 07/93: gnu: r-partykit: Update to 1.2-10., guix-commits, 2020/10/31
- 03/93: gnu: r-clipr: Update to 0.7.1., guix-commits, 2020/10/31
- 11/93: gnu: r-sp: Update to 1.4-4., guix-commits, 2020/10/31
- 10/93: gnu: r-ff: Update to 4.0.4., guix-commits, 2020/10/31
- 20/93: gnu: r-openxlsx: Update to 4.2.3., guix-commits, 2020/10/31