GNU bug report logs -
#40747
New package: r-mstate
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 40747 in the body.
You can then email your comments to 40747 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#40747
; Package
guix-patches
.
(Tue, 21 Apr 2020 16:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Eric Brown <ecbrown <at> ericcbrown.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 21 Apr 2020 16:30:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Dear Guix:
Please see attached diff for r-mstate.
Best regards,
Eric
[0001-gnu-Add-r-mstate.patch (text/x-patch, inline)]
From 69141a3f79452e9a022b20e1b05b565e819386a2 Mon Sep 17 00:00:00 2001
From: Eric Brown <ecbrown <at> ericcbrown.com>
Date: Tue, 21 Apr 2020 11:20:16 -0500
Subject: [PATCH] gnu: Add r-mstate.
* gnu/packages/cran.scm (r-mstate): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70cb7cc700..935442b4ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21162,3 +21162,29 @@ evaluated interactively.")
Bayes factors, posterior model probabilities, and normalizing constants in
general, via different versions of bridge sampling.")
(license license:gpl2+)))
+
+(define-public r-mstate
+ (package
+ (name "r-mstate")
+ (version "0.2.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "mstate" version))
+ (sha256
+ (base32
+ "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
+ (properties `((upstream-name . "mstate")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-survival" ,r-survival)))
+ (home-page
+ "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
+ (synopsis
+ "Data Preparation, Estimation and Prediction in Multi-State Models")
+ (description
+ "Contains functions for data preparation, descriptives, hazard estimation
+and prediction with Aalen-Johansen or simulation in competing risks and
+multi-state models.")
+ (license license:gpl2+)))
--
2.26.2
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 29 May 2020 03:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Eric Brown <ecbrown <at> ericcbrown.com>
:
bug acknowledged by developer.
(Fri, 29 May 2020 03:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 40747-done <at> debbugs.gnu.org (full text, mbox):
On Tue, Apr 21, 2020 at 11:29:04AM -0500, Eric Brown wrote:
> Please see attached diff for r-mstate.
Thanks! Pushed as 3bafa88b40483040e5f8034561590cadd43514c8
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 26 Jun 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 360 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.