guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: Add r-rmdfiltr.


From: guix-commits
Subject: 01/03: gnu: Add r-rmdfiltr.
Date: Wed, 24 Jan 2024 07:50:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 90b9cb12985d72733f08673a23663a30173b3966
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 24 13:01:41 2024 +0100

    gnu: Add r-rmdfiltr.
    
    * gnu/packages/cran.scm (r-rmdfiltr): New variable.
    
    Change-Id: I59b92e9364ca4e74a98b80b6cca1a883ab3caec3
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cd7c7b26d2..9083105b50 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7359,6 +7359,29 @@ installing the entire GSL.")
 a variety of different samplers.")
     (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
   (package
     (name "r-rmtstat")



reply via email to

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