guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add r-htmltools.


From: Ricardo Wurmus
Subject: 01/02: gnu: Add r-htmltools.
Date: Wed, 07 Oct 2015 07:12:16 +0000

rekado pushed a commit to branch master
in repository guix.

commit f1a045e266ef0ac5e478b4f0346d548d58d8eaeb
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 28 15:22:49 2015 +0200

    gnu: Add r-htmltools.
    
    * gnu/packages/web.scm (r-htmltools): New variable.
---
 gnu/packages/web.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 896105e..fb76015 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2935,3 +2935,22 @@ in systems and applications.")
 documents that can be converted to HTML files (e.g., R Markdown) under a given
 directory.")
     (license l:expat)))
+
+(define-public r-htmltools
+  (package
+    (name "r-htmltools")
+    (version "0.2.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "htmltools" version))
+              (sha256
+               (base32
+                "1gp6f6388xy3cvnb08q08vraidjp740gfxlafdd19m2s04v5hncz"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-digest" ,r-digest)))
+    (home-page "http://cran.r-project.org/web/packages/htmltools";)
+    (synopsis "R tools for HTML")
+    (description
+     "This package provides tools for HTML generation and output in R.")
+    (license l:expat)))



reply via email to

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