mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add r-rbibutils.
* gnu/packages/cran.scm (r-rbibutils): New variable.
This commit is contained in:
parent
0e1b0958bd
commit
d249a5763d
1 changed files with 23 additions and 0 deletions
|
@ -6860,6 +6860,29 @@ (define-public r-rjags
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue