[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/150: gnu: r-moonbook: Update to 0.2.4.
From: |
guix-commits |
Subject: |
44/150: gnu: r-moonbook: Update to 0.2.4. |
Date: |
Wed, 20 Jan 2021 11:20:48 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit dc27771199b3a2b50d16bdd696e105727b57c34c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:09:26 2021 +0100
gnu: r-moonbook: Update to 0.2.4.
* gnu/packages/cran.scm (r-moonbook): Update to 0.2.4.
[propagated-inputs]: Remove r-purrr; add r-ztable.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7ca8b99..ff07bef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7520,23 +7520,25 @@ hypothesis of normality.")
(define-public r-moonbook
(package
(name "r-moonbook")
- (version "0.2.3")
+ (version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "moonBook" version))
(sha256
(base32
- "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
+ "0z78pzc8sr2g19xjdd9cmai4iqyifmh79gj8x40ddww6a27dalry"))))
(properties `((upstream-name . "moonBook")))
(build-system r-build-system)
(propagated-inputs
`(("r-magrittr" ,r-magrittr)
("r-nortest" ,r-nortest)
- ("r-purrr" ,r-purrr)
("r-sjmisc" ,r-sjmisc)
("r-stringr" ,r-stringr)
- ("r-survival" ,r-survival)))
+ ("r-survival" ,r-survival)
+ ("r-ztable" ,r-ztable)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/cardiomoon/moonBook")
(synopsis "Functions and datasets for the book by Keon-Woong Moon")
(description
- 26/150: gnu: r-rmysql: Update to 0.10.21., (continued)
- 26/150: gnu: r-rmysql: Update to 0.10.21., guix-commits, 2021/01/20
- 29/150: gnu: r-ggrepel: Update to 0.9.1., guix-commits, 2021/01/20
- 25/150: gnu: r-squarem: Update to 2021.1., guix-commits, 2021/01/20
- 31/150: gnu: r-ggridges: Update to 0.5.3., guix-commits, 2021/01/20
- 39/150: gnu: r-fansi: Update to 0.4.2., guix-commits, 2021/01/20
- 41/150: gnu: r-profilemodel: Update to 0.6.1., guix-commits, 2021/01/20
- 35/150: gnu: r-expm: Update to 0.999-6., guix-commits, 2021/01/20
- 37/150: gnu: r-renv: Update to 0.12.5., guix-commits, 2021/01/20
- 32/150: gnu: r-xfun: Update to 0.20., guix-commits, 2021/01/20
- 34/150: gnu: r-tinytex: Update to 0.28., guix-commits, 2021/01/20
- 44/150: gnu: r-moonbook: Update to 0.2.4.,
guix-commits <=
- 48/150: gnu: r-mosaiccore: Update to 0.9.0., guix-commits, 2021/01/20
- 23/150: gnu: r-ggally: Update to 2.1.0., guix-commits, 2021/01/20
- 38/150: gnu: r-factominer: Update to 2.4., guix-commits, 2021/01/20
- 40/150: gnu: r-officer: Update to 0.3.16., guix-commits, 2021/01/20
- 42/150: gnu: r-insight: Update to 0.12.0., guix-commits, 2021/01/20
- 27/150: gnu: r-psych: Update to 2.0.12., guix-commits, 2021/01/20
- 33/150: gnu: r-vctrs: Update to 0.3.6., guix-commits, 2021/01/20
- 52/150: gnu: r-emmeans: Update to 1.5.3., guix-commits, 2021/01/20
- 55/150: gnu: r-bayesplot: Update to 1.8.0., guix-commits, 2021/01/20
- 28/150: gnu: r-broom: Update to 0.7.3., guix-commits, 2021/01/20