guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]