[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/42: gnu: r-lhs: Update to 1.0.2.
From: |
guix-commits |
Subject: |
31/42: gnu: r-lhs: Update to 1.0.2. |
Date: |
Tue, 14 Apr 2020 10:44:37 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 172fea2c0a546ff940b19c98fcf0a28aeecf89ad
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 16:09:30 2020 +0200
gnu: r-lhs: Update to 1.0.2.
* gnu/packages/cran.scm (r-lhs): Update to 1.0.2.
[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 9a63ffa..36e092c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17124,17 +17124,19 @@ See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
(define-public r-lhs
(package
(name "r-lhs")
- (version "1.0.1")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "lhs" version))
(sha256
(base32
- "0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
+ "0n0i1hr9gmc0hfcs2cvpjvdfgm6k26rhcq3q22r8ic0gfj953572"))))
(properties `((upstream-name . "lhs")))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/bertcarnell/lhs")
(synopsis "Latin Hypercube Samples")
(description
- 11/42: gnu: r-lme4: Update to 1.1-23., (continued)
- 11/42: gnu: r-lme4: Update to 1.1-23., guix-commits, 2020/04/14
- 42/42: gnu: r-glue: Update to 1.4.0., guix-commits, 2020/04/14
- 24/42: gnu: r-compositions: Update to 1.40-5., guix-commits, 2020/04/14
- 21/42: gnu: r-fs: Update to 1.4.1., guix-commits, 2020/04/14
- 23/42: gnu: r-lmertest: Update to 3.1-2., guix-commits, 2020/04/14
- 30/42: gnu: r-txtplot: Update to 1.0-4., guix-commits, 2020/04/14
- 07/42: gnu: r-devtools: Update to 2.3.0., guix-commits, 2020/04/14
- 06/42: gnu: r-backports: Update to 1.1.6., guix-commits, 2020/04/14
- 08/42: gnu: r-plotly: Update to 4.9.2.1., guix-commits, 2020/04/14
- 22/42: gnu: r-usethis: Update to 1.6.0., guix-commits, 2020/04/14
- 31/42: gnu: r-lhs: Update to 1.0.2.,
guix-commits <=
- 32/42: gnu: r-anthropometry: Update to 1.14., guix-commits, 2020/04/14
- 36/42: gnu: r-delayedarray: Update to 0.12.3., guix-commits, 2020/04/14
- 35/42: gnu: r-s4vectors: Update to 0.24.4., guix-commits, 2020/04/14
- 16/42: gnu: r-arules: Update to 1.6-5., guix-commits, 2020/04/14
- 15/42: gnu: r-xfun: Update to 0.13., guix-commits, 2020/04/14
- 33/42: gnu: r-isoband: Update to 0.2.1., guix-commits, 2020/04/14
- 34/42: gnu: r-httpcode: Update to 0.3.0., guix-commits, 2020/04/14
- 17/42: gnu: r-sjmisc: Update to 2.8.4., guix-commits, 2020/04/14