[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/89: gnu: r-lava: Update to 1.6.8.
From: |
guix-commits |
Subject: |
11/89: gnu: r-lava: Update to 1.6.8. |
Date: |
Mon, 5 Oct 2020 18:34:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f8ca0afa19af170b607d72788f0ff95f8b0e5f13
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:12:34 2020 +0200
gnu: r-lava: Update to 1.6.8.
* gnu/packages/cran.scm (r-lava): Update to 1.6.8.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1b3983f..4298b41 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3173,19 +3173,21 @@ available in a vignette.")
(define-public r-lava
(package
(name "r-lava")
- (version "1.6.7")
+ (version "1.6.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "lava" version))
(sha256
(base32
- "0ffzxbb8pvfh1m6j61az4ga37snyhylq2941fyc76w7w9i2sixv3"))))
+ "0jdmjjs894mfncswmzz7sa6cy7hqbqii5fcvl3zqkmzpbadb2za2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-numderiv" ,r-numderiv)
("r-squarem" ,r-squarem)
("r-survival" ,r-survival)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/kkholst/lava")
(synopsis "Latent variable models")
(description
- 30/89: gnu: r-emmeans: Update to 1.5.1., (continued)
- 30/89: gnu: r-emmeans: Update to 1.5.1., guix-commits, 2020/10/05
- 31/89: gnu: r-effectsize: Update to 0.3.3., guix-commits, 2020/10/05
- 33/89: gnu: r-usethis: Update to 1.6.3., guix-commits, 2020/10/05
- 29/89: gnu: r-multcomp: Update to 1.4-14., guix-commits, 2020/10/05
- 42/89: gnu: r-globals: Update to 0.13.0., guix-commits, 2020/10/05
- 67/89: gnu: r-workflows: Update to 0.2.0., guix-commits, 2020/10/05
- 73/89: gnu: r-survival: Update to 3.2-7., guix-commits, 2020/10/05
- 71/89: gnu: r-tidytext: Update to 0.2.6., guix-commits, 2020/10/05
- 77/89: gnu: r-backports: Update to 1.1.10., guix-commits, 2020/10/05
- 09/89: gnu: r-htmltable: Update to 2.1.0., guix-commits, 2020/10/05
- 11/89: gnu: r-lava: Update to 1.6.8.,
guix-commits <=
- 18/89: gnu: r-xfun: Update to 0.18., guix-commits, 2020/10/05
- 28/89: gnu: r-sandwich: Update to 3.0-0., guix-commits, 2020/10/05
- 51/89: gnu: r-covr: Update to 3.5.1., guix-commits, 2020/10/05
- 68/89: gnu: r-rsample: Update to 0.0.8., guix-commits, 2020/10/05
- 80/89: gnu: r-withr: Update to 2.3.0., guix-commits, 2020/10/05
- 81/89: gnu: r-readr: Update to 1.4.0., guix-commits, 2020/10/05