[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/50: gnu: r-datasaurus: Update to 0.1.8.
From: |
guix-commits |
Subject: |
50/50: gnu: r-datasaurus: Update to 0.1.8. |
Date: |
Wed, 6 Mar 2024 03:43:05 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 86552708c31e628d98f8ca261edb22c01fbd7445
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:38:34 2024 +0100
gnu: r-datasaurus: Update to 0.1.8.
* gnu/packages/statistics.scm (r-datasaurus): Update to 0.1.8.
Change-Id: Ida2de5f36bbb7bbb42f6088bffafaa0059c02ec3
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f811f649d1..0c830db6e5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7356,14 +7356,14 @@ Michael Lim & Trevor Hastie (2015)")
(define-public r-datasaurus
(package
(name "r-datasaurus")
- (version "0.1.6")
+ (version "0.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "datasauRus" version))
(sha256
(base32
- "0vgylf3bab0xcfg08xwvfq9yhxy6w0fxi7wp4kkxfyjb0pw15qxk"))))
+ "08yx87k4kl3i9g3m1j9532whvs4l0l3v5gwj8sk7qlb3m3wajakr"))))
(properties `((upstream-name . "datasauRus")))
(build-system r-build-system)
(native-inputs (list r-knitr))
- 34/50: gnu: r-erm: Update to 1.0-5., (continued)
- 34/50: gnu: r-erm: Update to 1.0-5., guix-commits, 2024/03/06
- 37/50: gnu: r-spatstat-random: Update to 3.2-3., guix-commits, 2024/03/06
- 38/50: gnu: r-seurat: Update to 5.0.2., guix-commits, 2024/03/06
- 39/50: gnu: r-mlr3: Update to 0.18.0., guix-commits, 2024/03/06
- 40/50: gnu: r-bbotk: Update to 0.8.0., guix-commits, 2024/03/06
- 41/50: gnu: r-mlr3tuning: Update to 0.20.0., guix-commits, 2024/03/06
- 42/50: gnu: r-gganimate: Update to 1.0.9., guix-commits, 2024/03/06
- 45/50: gnu: r-data-table: Update to 1.15.2., guix-commits, 2024/03/06
- 49/50: gnu: r-naniar: Update to 1.1.0., guix-commits, 2024/03/06
- 48/50: gnu: r-rcppeigen: Update to 0.3.4.0.0., guix-commits, 2024/03/06
- 50/50: gnu: r-datasaurus: Update to 0.1.8.,
guix-commits <=