GNU bug report logs - #59541
[PATCH] Added r-rfacts package

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Thu, 24 Nov 2022 11:11:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59541: closed ([PATCH] Added r-rfacts package)
Date: Thu, 24 Nov 2022 16:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 24 Nov 2022 17:42:42 +0100
with message-id <87zgcgmhek.fsf <at> elephly.net>
and subject line [PATCH] Added r-rfacts package
has caused the debbugs.gnu.org bug report #59541,
regarding [PATCH] Added r-rfacts package
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59541: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59541
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] Added r-rfacts package
Date: Thu, 24 Nov 2022 12:09:56 +0100
---
 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



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 59541-done <at> debbugs.gnu.org
Subject: [PATCH] Added r-rfacts package
Date: Thu, 24 Nov 2022 17:42:42 +0100
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


This bug report was last modified 2 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.