unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 59541@debbugs.gnu.org
Subject: [bug#59541] [PATCH] Added r-rfacts package
Date: Thu, 24 Nov 2022 12:09:56 +0100	[thread overview]
Message-ID: <20221124110956.37518-1-navid.afkhami@mdc-berlin.de> (raw)

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





             reply	other threads:[~2022-11-24 11:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-24 11:09 Navid Afkhami [this message]
2022-11-24 16:42 ` bug#59541: [PATCH] Added r-rfacts package Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221124110956.37518-1-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=59541@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).