gnu: Add r-rmdfiltr.
* gnu/packages/cran.scm (r-rmdfiltr): New variable. Change-Id: I59b92e9364ca4e74a98b80b6cca1a883ab3caec3
This commit is contained in:
parent
420692482f
commit
90b9cb1298
1 changed files with 23 additions and 0 deletions
|
@ -7359,6 +7359,29 @@ installing the entire GSL.")
|
||||||
a variety of different samplers.")
|
a variety of different samplers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-rmdfiltr
|
||||||
|
(package
|
||||||
|
(name "r-rmdfiltr")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "rmdfiltr" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0llnn4pdfznidalm4f7fpyxbhzsqv1096fkbsl1pgf4f7ll6w7a7"))))
|
||||||
|
(properties `((upstream-name . "rmdfiltr")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(inputs (list pandoc))
|
||||||
|
(propagated-inputs (list r-assertthat r-rmarkdown))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
|
(home-page "https://github.com/crsh/rmdfiltr")
|
||||||
|
(synopsis "Lua filters for R Markdown")
|
||||||
|
(description
|
||||||
|
"This package provides a collection of Lua filters that extend the
|
||||||
|
functionality of R Markdown templates (e.g., count words or post-process
|
||||||
|
citations).")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-rmtstat
|
(define-public r-rmtstat
|
||||||
(package
|
(package
|
||||||
(name "r-rmtstat")
|
(name "r-rmtstat")
|
||||||
|
|
Reference in a new issue