[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/73: gnu: r-sandwich: Update to 3.0-2.
From: |
guix-commits |
Subject: |
14/73: gnu: r-sandwich: Update to 3.0-2. |
Date: |
Sat, 2 Jul 2022 10:55:50 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 8ea2b52e5979f2aee1af403737662e28493c582a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:00 2022 +0200
gnu: r-sandwich: Update to 3.0-2.
* gnu/packages/cran.scm (r-sandwich): Update to 3.0-2.
[source]: Add snippet to remove generated files.
---
gnu/packages/cran.scm | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7c8d7c6921..a20d317436 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12084,14 +12084,27 @@ observation.")
(define-public r-sandwich
(package
(name "r-sandwich")
- (version "3.0-1")
+ (version "3.0-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sandwich" version))
(sha256
(base32
- "12aa5083k3sfrfq1jy3l94wffss9h0rga8j71jy3n8pkhiq4nn7n"))))
+ "1d72vwxidsyac9mbyxrm06qds63rzcr82nn4c05466gbajsvcc3f"))
+ (modules '((guix build utils)))
+ (snippet
+ '(with-directory-excursion "inst/doc"
+ ;; These files are generated from Rnw files.
+ (for-each delete-file
+ (list "sandwich-OOP.pdf"
+ "sandwich-OOP.R"
+ "sandwich.pdf"
+ "sandwich-CL.R"
+ "sim-CL.rda"
+ "sim-CL.R"
+ "sandwich.R"
+ "sandwich-CL.pdf"))))))
(build-system r-build-system)
(propagated-inputs
(list r-zoo))
- 22/73: gnu: r-bookdown: Update to 0.27., (continued)
- 22/73: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/02
- 27/73: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/02
- 10/73: gnu: r-qap: Update to 0.1-2., guix-commits, 2022/07/02
- 24/73: gnu: r-lintr: Update to 3.0.0., guix-commits, 2022/07/02
- 26/73: gnu: r-r-devices: Update to 2.17.1., guix-commits, 2022/07/02
- 25/73: gnu: r-dalex: Update to 2.4.2., guix-commits, 2022/07/02
- 32/73: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/02
- 33/73: gnu: r-lobstr: Update to 1.1.2., guix-commits, 2022/07/02
- 38/73: gnu: r-phangorn: Update to 2.9.0., guix-commits, 2022/07/02
- 12/73: gnu: r-itsadug: Update to 2.4.1., guix-commits, 2022/07/02
- 14/73: gnu: r-sandwich: Update to 3.0-2.,
guix-commits <=
- 28/73: gnu: r-additivitytests: Update to 1.1-4.1., guix-commits, 2022/07/02
- 13/73: gnu: r-raster: Update to 3.5-21., guix-commits, 2022/07/02
- 19/73: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/02
- 20/73: gnu: r-epi: Update to 2.47., guix-commits, 2022/07/02
- 21/73: gnu: r-globals: Update to 0.15.1., guix-commits, 2022/07/02
- 23/73: gnu: r-yulab-utils: Update to 0.0.5., guix-commits, 2022/07/02
- 30/73: gnu: r-hardhat: Update to 1.2.0., guix-commits, 2022/07/02
- 37/73: gnu: r-parsnip: Update to 1.0.0., guix-commits, 2022/07/02
- 44/73: gnu: r-dbi: Update to 1.1.3., guix-commits, 2022/07/02
- 49/73: gnu: r-r-utils: Update to 2.12.0., guix-commits, 2022/07/02