[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28089] [PATCH 22/29] gnu: Add r-rook.
From: |
Ricardo Wurmus |
Subject: |
[bug#28089] [PATCH 22/29] gnu: Add r-rook. |
Date: |
Mon, 14 Aug 2017 22:57:04 +0200 |
* gnu/packages/web.scm (r-rook): New variable.
---
gnu/packages/web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5459a3051..2649d68a2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4879,3 +4879,27 @@ responsive, and powerful applications with minimal
effort.")
communicate with each other, with Shiny or without (i.e. static @code{.html}
files). It currently supports linked brushing and filtering.")
(license l:expat)))
+
+(define-public r-rook
+ (package
+ (name "r-rook")
+ (version "1.1-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "Rook" version))
+ (sha256
+ (base32
+ "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
+ (properties `((upstream-name . "Rook")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-brew" ,r-brew)))
+ (home-page "http://cran.r-project.org/web/packages/Rook")
+ (synopsis "Web server interface for R")
+ (description
+ "This package contains the Rook specification and convenience software
+for building and running Rook applications. A Rook application is an R
+reference class object that implements a @code{call} method or an R closure
+that takes exactly one argument, an environment, and returns a list with three
+named elements: the @code{status}, the @code{headers}, and the @code{body}.")
+ (license l:gpl2)))
--
2.13.3
- [bug#28089] [PATCH 18/29] gnu: Add r-progress., (continued)
- [bug#28089] [PATCH 18/29] gnu: Add r-progress., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 21/29] gnu: Add r-sp., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 24/29] gnu: Add r-lmoments., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 20/29] gnu: Add r-proxy., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 26/29] gnu: Add r-extremes., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 27/29] gnu: Add r-lmtest., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 19/29] gnu: Add r-ggally., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 23/29] gnu: Add r-rmtstat., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 28/29] gnu: Add r-inline., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 25/29] gnu: Add r-distillery., Ricardo Wurmus, 2017/08/14
- [bug#28089] [PATCH 22/29] gnu: Add r-rook.,
Ricardo Wurmus <=
- [bug#28089] [PATCH 29/29] gnu: Add r-bbmle., Ricardo Wurmus, 2017/08/14
- bug#28089: [PATCH 01/29] gnu: Add r-interactivedisplaybase., Ricardo Wurmus, 2017/08/17