unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 01/25] gnu: Add r-hwriter.
@ 2016-09-21 20:45 Ricardo Wurmus
  2016-09-21 20:45 ` [PATCH 02/25] gnu: Add r-rjson Ricardo Wurmus
                   ` (24 more replies)
  0 siblings, 25 replies; 27+ messages in thread
From: Ricardo Wurmus @ 2016-09-21 20:45 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/web.scm (r-hwriter): New variable.
---
 gnu/packages/web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2c63e75..3713b24 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3301,6 +3301,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")
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2016-09-26  5:23 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 20:45 [PATCH 01/25] gnu: Add r-hwriter Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 02/25] gnu: Add r-rjson Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 03/25] gnu: Add r-rpart Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 04/25] gnu: Add r-annotate Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 05/25] gnu: Add r-geneplotter Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 06/25] gnu: Add r-hmisc Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 07/25] gnu: Add r-genefilter Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 08/25] gnu: Add r-deseq2 Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 09/25] gnu: Add r-matrix Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 10/25] gnu: Add r-pheatmap Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 11/25] gnu: Add r-sendmailr Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 12/25] gnu: Add r-backports Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 13/25] gnu: Add r-checkmate Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 14/25] gnu: Add r-bbmisc Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 15/25] gnu: Add r-fail Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 16/25] gnu: Add r-batchjobs Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 17/25] gnu: Add r-annotationforge Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 18/25] gnu: Add r-rbgl Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 19/25] gnu: Add r-gseabase Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 20/25] gnu: Add r-category Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 21/25] gnu: Add r-gostats Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 22/25] gnu: Add r-shortread Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 23/25] gnu: Add r-systempiper Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 24/25] gnu: Add r-grohmm Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 25/25] gnu: Add r-txdb-hsapiens-ucsc-hg19-knowngene Ricardo Wurmus
2016-09-24  7:44 ` [PATCH 01/25] gnu: Add r-hwriter Ludovic Courtès
2016-09-26  1:09   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).