[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/45: gnu: r-knitrbootstrap: Update to 1.0.3.
From: |
guix-commits |
Subject: |
02/45: gnu: r-knitrbootstrap: Update to 1.0.3. |
Date: |
Sat, 10 Feb 2024 07:53:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9d0969deeca8935679d38e47eec2fa06c72124e6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 10 13:01:17 2024 +0100
gnu: r-knitrbootstrap: Update to 1.0.3.
* gnu/packages/statistics.scm (r-knitrbootstrap): Update to 1.0.3.
[native-inputs]: Add r-knitr.
Change-Id: Ic049e0c898f7c6a258796a59d87972fc9e0a6ff3
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index aa8c586cc0..46a951c8a4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1606,18 +1606,19 @@ generation in R using Literate Programming techniques.")
(define-public r-knitrbootstrap
(package
(name "r-knitrbootstrap")
- (version "1.0.2")
+ (version "1.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "knitrBootstrap" version))
(sha256
(base32
- "1aj60j7f0gcs120fdrnfbnb7vk7lfn1phil0mghg6a5zldz4cqs3"))))
+ "157mn2gm7djfiw1b55vdr2ylrmgxlpfg95bmm82ghv5g6vr26smd"))))
(properties `((upstream-name . "knitrBootstrap")))
(build-system r-build-system)
(propagated-inputs
- (list r-knitr r-rmarkdown r-markdown))
+ (list r-knitr r-markdown r-rmarkdown))
+ (native-inputs (list r-knitr))
(home-page "https://github.com/jimhester/knitrBootstrap")
(synopsis "Knitr bootstrap framework")
(description
- 45/45: gnu: r-desctools: Update to 0.99.54., (continued)
- 45/45: gnu: r-desctools: Update to 0.99.54., guix-commits, 2024/02/10
- 35/45: gnu: r-distributional: Update to 0.4.0., guix-commits, 2024/02/10
- 37/45: gnu: r-spatstat-model: Update to 3.2-10., guix-commits, 2024/02/10
- 27/45: gnu: r-ggnewscale: Update to 0.4.10., guix-commits, 2024/02/10
- 31/45: gnu: r-idpmisc: Update to 1.1.21., guix-commits, 2024/02/10
- 43/45: gnu: r-robust: Update to 0.7-4., guix-commits, 2024/02/10
- 41/45: gnu: r-gplots: Update to 3.1.3.1., guix-commits, 2024/02/10
- 34/45: gnu: r-aws: Update to 2.5-5., guix-commits, 2024/02/10
- 14/45: gnu: r-nodbi: Update to 0.10.1., guix-commits, 2024/02/10
- 03/45: gnu: r-aer: Update to 1.2-12., guix-commits, 2024/02/10
- 02/45: gnu: r-knitrbootstrap: Update to 1.0.3.,
guix-commits <=
- 16/45: gnu: r-tarchetypes: Update to 0.7.12., guix-commits, 2024/02/10
- 18/45: gnu: r-rcpphnsw: Update to 0.6.0., guix-commits, 2024/02/10
- 23/45: gnu: r-lemon: Update to 0.4.9., guix-commits, 2024/02/10
- 40/45: gnu: r-rcpparmadillo: Update to 0.12.8.0.0., guix-commits, 2024/02/10
- 15/45: gnu: r-writexl: Update to 1.5.0., guix-commits, 2024/02/10
- 28/45: gnu: r-plot3d: Update to 1.4.1., guix-commits, 2024/02/10
- 32/45: gnu: r-lim: Update to 1.4.7.1., guix-commits, 2024/02/10
- 30/45: gnu: r-smpracticals: Update to 1.4-3.1., guix-commits, 2024/02/10
- 42/45: gnu: r-ggthemes: Update to 5.1.0., guix-commits, 2024/02/10
- 39/45: gnu: r-seqminer: Update to 9.4., guix-commits, 2024/02/10