GNU bug report logs -
#59543
[PATCH] Added r-rfacts, whoch is a none free package to cran.scm
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59543 in the body.
You can then email your comments to 59543 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59543
; Package
guix-patches
.
(Thu, 24 Nov 2022 15:13:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 24 Nov 2022 15:13:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Thu, 24 Nov 2022 16:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Thu, 24 Nov 2022 16:43:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 59543-done <at> debbugs.gnu.org (full text, mbox):
Hi,
thanks for the patch.
Since this is a patch for the “guix-science-nonfree” channel, the
contribution is handled as a pull request against that channel’s
repository.
Closing here and continuing there!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 23 Dec 2022 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.