gnu: Add r-hwriter.

* gnu/packages/web.scm (r-hwriter): New variable.
This commit is contained in:
Ricardo Wurmus 2016-09-21 22:45:17 +02:00 committed by Ricardo Wurmus
parent 57a31efb4b
commit bbed0ab6b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 0 deletions

View File

@ -3315,6 +3315,25 @@ where data can be processed either in memory, on disk, or streaming via the
callback or connection interfaces.")
(license l:expat)))
(define-public r-hwriter
(package
(name "r-hwriter")
(version "1.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "hwriter" version))
(sha256
(base32
"0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/hwriter")
(synopsis "Output R objects in HTML format")
(description
"This package provides easy-to-use and versatile functions to output R
objects in HTML format.")
(license l:lgpl2.1+)))
(define-public gumbo-parser
(package
(name "gumbo-parser")