guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add r-asd.


From: guix-commits
Subject: branch master updated: gnu: Add r-asd.
Date: Sat, 04 Apr 2020 09:30:44 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 600b6d4  gnu: Add r-asd.
600b6d4 is described below

commit 600b6d4378b0de37b9f1dc4fdb81782e1482f2f7
Author: Naga Malleswari <address@hidden>
AuthorDate: Sat Apr 4 18:40:58 2020 +0530

    gnu: Add r-asd.
    
    * gnu/packages/cran.scm (r-asd): New variable.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f0dc124..98f05ed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <address@hidden>
 ;;; Copyright © 2020 Todor Kondić <address@hidden>
 ;;; Copyright © 2020 Danjela Lura <address@hidden>
+;;; Copyright © 2020 Naga Malleswari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -21054,3 +21055,26 @@ 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
+     "This package provdes means to run simulations for adaptive seamless
+designs with and without early outcomes for treatment selection and
+subpopulation type designs.")
+    (license license:gpl3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]