guix-commits
[Top][All Lists]
Advanced

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

27/47: gnu: Add r-accrual.


From: guix-commits
Subject: 27/47: gnu: Add r-accrual.
Date: Fri, 13 Dec 2019 16:42:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c5b86d3a18fc671ee645dc8bfdaaced1a995ab2f
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 18:49:05 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 82403e5..0186fe7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16708,3 +16708,33 @@ experienced.")
      "This package provides a series of additional Tcl commands and Tk widgets
 with style and various functions to supplement the tcltk package")
     (license license:lgpl3)))
+
+(define-public r-accrual
+  (package
+    (name "r-accrual")
+    (version "1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "accrual" version))
+       (sha256
+        (base32
+         "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
+    (properties `((upstream-name . "accrual")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-fgui" ,r-fgui)
+       ("r-smpracticals" ,r-smpracticals)
+       ("r-tcltk2" ,r-tcltk2)))
+    (home-page "https://cran.r-project.org/web/packages/accrual/";)
+    (synopsis "Bayesian accrual prediction")
+    (description
+     "Subject recruitment for medical research is challenging.  Slow patient
+accrual leads to delay in research.  Accrual monitoring during the process of
+recruitment is critical.  Researchers need reliable tools to manage the
+accrual rate.  This package provides an implementation of a Bayesian method
+that integrates researcher's experience on previous trials and data from the
+current study, providing reliable prediction on accrual rate for clinical
+studies.  It provides functions for Bayesian accrual prediction which can be
+easily used by statisticians and clinical researchers.")
+    (license license:gpl2)))



reply via email to

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