all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48684@debbugs.gnu.org
Subject: [bug#48684] [PATCH 3/3]: gnu: Add r-opencpu
Date: Wed, 26 May 2021 20:52:41 +0000	[thread overview]
Message-ID: <CAO+9K5oQAB3_tDsx0Z9h6ch5U8Od0Nc_TOJ1v0OKEBLsmYau2A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0003-gnu-Add-r-opencpu.patch --]
[-- Type: text/x-patch, Size: 2427 bytes --]

From 14e98b24842842e4fe5fe78e2cff3fc253f0a515 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 26 May 2021 21:43:59 +0100
Subject: [PATCH 3/3] gnu: Add r-opencpu

* gnu/packages/cran.scm: (r-opencpu): New variable.
---
 gnu/packages/cran.scm | 44 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e39617efcd..4e84d26784 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29054,3 +29054,47 @@ time.  The @code{RProtoBuf} package on the other hand uses the protobuf runtime
 library to provide a general- purpose toolkit for reading and writing arbitrary
 protocol-buffer data in R.")
   (license license:expat)))
+
+(define-public r-opencpu
+  (package
+   (name "r-opencpu")
+   (version "2.2.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "opencpu" version))
+     (sha256
+      (base32 "0dr3ga8vw10vllqjq6n53dwivvgvzrgrjcn17kmabp620533bj1k"))))
+   (properties `((upstream-name . "opencpu")))
+   (build-system r-build-system)
+   (inputs
+    `(("pandoc" ,pandoc)))
+   (propagated-inputs
+    `(("r-brew" ,r-brew)
+      ("r-curl" ,r-curl)
+      ("r-evaluate" ,r-evaluate)
+      ("r-httpuv" ,r-httpuv)
+      ("r-jsonlite" ,r-jsonlite)
+      ("r-knitr" ,r-knitr)
+      ("r-mime" ,r-mime)
+      ("r-openssl" ,r-openssl)
+      ("r-protolite" ,r-protolite)
+      ("r-rappdirs" ,r-rappdirs)
+      ("r-remotes" ,r-remotes)
+      ("r-sys" ,r-sys)
+      ("r-webutils" ,r-webutils)
+      ("r-zip" ,r-zip)))
+   (native-inputs
+    `(("r-knitr" ,r-knitr)))
+   (home-page "https://www.opencpu.org")
+   (synopsis "API for embedded scientific computing producing reproducing results")
+   (description
+    "This package provides a system for embedded scientific computing and
+reproducible research with R.  The OpenCPU server exposes a simple but powerful
+HTTP api for RPC and data interchange with R.  This provides a reliable and
+scalable foundation for statistical services or building R web applications.  The
+OpenCPU server runs either as a single-user development server within the
+interactive R session, or as a multi-user Linux stack based on Apache2.  The
+entire system is fully open source and permissively licensed.  The OpenCPU
+website has detailed documentation and example apps.")
+   (license license:asl2.0)))
-- 
2.31.1


             reply	other threads:[~2021-05-26 20:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26 20:52 Sharlatan Hellseher [this message]
2021-05-26 20:54 ` [bug#48684] [PATCH 2/3]: gnu: Add r-protolite Sharlatan Hellseher
2021-05-26 20:55 ` [bug#48684] [PATCH 1/3]: gnu: Add r-webutils Sharlatan Hellseher
2021-07-22  9:38 ` bug#48684: [PATCH 3/3]: gnu: Add r-opencpu Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO+9K5oQAB3_tDsx0Z9h6ch5U8Od0Nc_TOJ1v0OKEBLsmYau2A@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=48684@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.