all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59543] [PATCH] Added r-rfacts, whoch is a none free package to cran.scm
@ 2022-11-24 15:12 Navid Afkhami
  2022-11-24 16:41 ` bug#59543: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2022-11-24 15:12 UTC (permalink / raw)
  To: 59543

---
 guix-science-nonfree/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/guix-science-nonfree/packages/cran.scm b/guix-science-nonfree/packages/cran.scm
index c320a55..fdb1e63 100644
--- a/guix-science-nonfree/packages/cran.scm
+++ b/guix-science-nonfree/packages/cran.scm
@@ -53,3 +53,29 @@ interpolator on regular grids.")
     (license
      (nonfree "https://cran.r-project.org/web/packages/akima/LICENSE"
               "Non-commercial, ACM"))))
+
++(define-public r-rfacts
+  (package
+    (name "r-rfacts")
+    (version "0.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "rfacts" version))
+              (sha256
+               (base32
+                "0h2ryyl5zc3pxi85y0qwadfz7sdzz0m6ilwzabw317sb0z5lms5b"))))
+    (properties `((upstream-name . "rfacts")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-digest r-fs r-tibble r-xml2))
+    (native-inputs (list r-knitr))
+    (home-page "https://elilillyco.github.io/rfacts/")
+    (synopsis "Tool for invoking FACTS to run clinical trial simulations")
+    (description
+     "The rfacts package is an R interface to the Fixed and Adaptive
+Clinical Trial         Simulator @code{FACTS}. It programmatically
+invokes @code{FACTS} to run clinical trial simulations.It
+aggregates simulation output data into tidy data frames. These
+capabilities provide end-to-end automation for large-scale simulation
+pipelines, and they enhance computational reproducibility.")   
+
+    (license license:expat)))
-- 
2.34.1





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

end of thread, other threads:[~2022-11-24 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 15:12 [bug#59543] [PATCH] Added r-rfacts, whoch is a none free package to cran.scm Navid Afkhami
2022-11-24 16:41 ` bug#59543: " Ricardo Wurmus

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.