unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40427] Submitting the patch for package description of r-asd
@ 2020-04-04 13:15 Naga Malleswari
  2020-04-04 13:29 ` bug#40427: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Naga Malleswari @ 2020-04-04 13:15 UTC (permalink / raw)
  To: 40427; +Cc: Danny Milosavljevic, Gábor Boskovits

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

Submitting the patch file for r-asd package. Please review.

-- 
Regards
NagaMalli


[-- Attachment #2: 0001-gnu-Add-r-asd.patch --]
[-- Type: text/x-patch, Size: 1775 bytes --]

From b14de1521e6633fc15d35d34b9eb7b2a23f05aee Mon Sep 17 00:00:00 2001
From: Naga Malleswari <nagamalli@riseup.net>
Date: Sat, 4 Apr 2020 18:40:58 +0530
Subject: [PATCH] gnu: Add r-asd.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f0dc124681..e7323ca94f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
+;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21054,3 +21055,25 @@ where tcltk is present are supported.")
 with R, controlling a remote R session (the server) from a local one (the
 client).")
     (license license:bsd-2)))
+
+(define-public r-asd
+  (package
+    (name "r-asd")
+    (version "2.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "asd" version))
+        (sha256
+          (base32
+            "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
+    (properties `((upstream-name . "asd")))
+    (build-system r-build-system)
+    (propagated-inputs 
+     `(("r-mvtnorm" ,r-mvtnorm)))
+    (home-page "https://cran.r-project.org/web/packages/asd")
+    (synopsis "Simulations for Adaptive Seamless Designs")
+    (description
+      "Package runs simulations for adaptive seamless designs with and without
+early outcomes for treatment selection and subpopulation type designs.")
+    (license license:gpl3)))
-- 
2.25.1


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

* bug#40427: Submitting the patch for package description of r-asd
  2020-04-04 13:15 [bug#40427] Submitting the patch for package description of r-asd Naga Malleswari
@ 2020-04-04 13:29 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-04-04 13:29 UTC (permalink / raw)
  To: Naga Malleswari; +Cc: Gábor Boskovits, 40427-done

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

Hi Naga,

thanks for the patch!

Pushed to guix master as commit 600b6d4378b0de37b9f1dc4fdb81782e1482f2f7.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-04-04 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-04 13:15 [bug#40427] Submitting the patch for package description of r-asd Naga Malleswari
2020-04-04 13:29 ` bug#40427: " Danny Milosavljevic

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).