unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59541] [PATCH] Added r-rfacts package
@ 2022-11-24 11:09 Navid Afkhami
  2022-11-24 16:42 ` bug#59541: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2022-11-24 11:09 UTC (permalink / raw)
  To: 59541

---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3e5d654c5a..1487af41e6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -472,6 +472,33 @@ (define-public r-emdist
 Distance (EMD).")
     (license license:expat)))
 
+(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)
+    (inputs (list))
+    (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} on Unix-like systems.
+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)))
+
 (define-public r-ggalt
   (package
     (name "r-ggalt")
-- 
2.34.1





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

* bug#59541: [PATCH] Added r-rfacts package
  2022-11-24 11:09 [bug#59541] [PATCH] Added r-rfacts package Navid Afkhami
@ 2022-11-24 16:42 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-11-24 16:42 UTC (permalink / raw)
  To: 59541-done

Hi,

looks like FACTS is nonfree software, and since r-rfacts doesn’t make
any sense to use without FACTS we cannot add this package to the
official Guix channel — even though rfacts itself is free software.

(For the record: this has been added to guix-science-nonfree instead.)

-- 
Ricardo




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 11:09 [bug#59541] [PATCH] Added r-rfacts package Navid Afkhami
2022-11-24 16:42 ` bug#59541: " Ricardo Wurmus

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