[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/150: gnu: r-mstate: Update to 0.3.1.
From: |
guix-commits |
Subject: |
101/150: gnu: r-mstate: Update to 0.3.1. |
Date: |
Wed, 20 Jan 2021 11:21:09 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 52b3fba20430d373aa04e32488ff718dea259196
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:12:41 2021 +0100
gnu: r-mstate: Update to 0.3.1.
* gnu/packages/cran.scm (r-mstate): Update to 0.3.1.
[propagated-inputs]: Add r-data-table, r-lattice, r-magrittr, r-rlang, and
r-viridis.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 14f1a23..ee6b422 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23111,19 +23111,26 @@ with posterior predictive checks and leave-one-out
cross-validation.")
(define-public r-mstate
(package
(name "r-mstate")
- (version "0.2.12")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "mstate" version))
(sha256
(base32
- "0qnhivbibzss8yfsg44cvbf73n4jj4i28rbdysl88g14ig5sabgv"))))
+ "11i3p7fph8nbnfis1m7rdrq32qryaajv2wrkxk1x6k17zkh4rq6i"))))
(properties `((upstream-name . "mstate")))
(build-system r-build-system)
(propagated-inputs
- `(("r-rcolorbrewer" ,r-rcolorbrewer)
- ("r-survival" ,r-survival)))
+ `(("r-data-table" ,r-data-table)
+ ("r-lattice" ,r-lattice)
+ ("r-magrittr" ,r-magrittr)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-rlang" ,r-rlang)
+ ("r-survival" ,r-survival)
+ ("r-viridis" ,r-viridis)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page
"https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
(synopsis
- 76/150: gnu: r-pbdzmq: Update to 0.3-4., (continued)
- 76/150: gnu: r-pbdzmq: Update to 0.3-4., guix-commits, 2021/01/20
- 78/150: gnu: r-deldir: Update to 0.2-9., guix-commits, 2021/01/20
- 81/150: gnu: r-gridgraphics: Update to 0.5-1., guix-commits, 2021/01/20
- 86/150: gnu: r-uwot: Update to 0.1.10., guix-commits, 2021/01/20
- 121/150: gnu: r-ggplot2: Update to 3.3.3., guix-commits, 2021/01/20
- 64/150: gnu: r-afex: Update to 0.28-1., guix-commits, 2021/01/20
- 92/150: gnu: r-r-devices: Update to 2.17.0., guix-commits, 2021/01/20
- 114/150: gnu: r-seurat: Update to 3.2.3., guix-commits, 2021/01/20
- 93/150: gnu: r-hdrcde: Update to 3.4., guix-commits, 2021/01/20
- 123/150: gnu: r-dbi: Update to 1.1.1., guix-commits, 2021/01/20
- 101/150: gnu: r-mstate: Update to 0.3.1.,
guix-commits <=
- 107/150: gnu: r-config: Update to 0.3.1., guix-commits, 2021/01/20
- 122/150: gnu: r-gdtools: Update to 0.2.3., guix-commits, 2021/01/20
- 80/150: gnu: r-sampling: Update to 2.9., guix-commits, 2021/01/20
- 83/150: gnu: r-blme: Update to 1.0-5., guix-commits, 2021/01/20
- 95/150: gnu: r-activityindex: Update to 0.3.7., guix-commits, 2021/01/20
- 105/150: gnu: r-spatstat-data: Update to 1.7-0., guix-commits, 2021/01/20
- 139/150: gnu: r-dt: Update to 0.17., guix-commits, 2021/01/20
- 128/150: gnu: r-dplyr: Update to 1.0.3., guix-commits, 2021/01/20
- 144/150: gnu: r-cowplot: Update to 1.1.1., guix-commits, 2021/01/20
- 147/150: gnu: r-rcppeigen: Update to 0.3.3.9.1., guix-commits, 2021/01/20