[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/74: gnu: r-sandwich: Update to 3.0-2.
From: |
guix-commits |
Subject: |
14/74: gnu: r-sandwich: Update to 3.0-2. |
Date: |
Sat, 2 Jul 2022 18:00:32 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit f235789e4d4fd0be13eed639f329f84ca04ce7b7
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))
- branch wip-r created (now 4745be8514), guix-commits, 2022/07/02
- 01/74: gnu: r-restfulr: Update to 0.0.15., guix-commits, 2022/07/02
- 06/74: gnu: r-pkgload: Update to 1.3.0., guix-commits, 2022/07/02
- 04/74: gnu: r-partykit: Update to 1.2-16., guix-commits, 2022/07/02
- 02/74: gnu: r-ggpmisc: Update to 0.4.7., guix-commits, 2022/07/02
- 05/74: gnu: r-ps: Update to 1.7.1., guix-commits, 2022/07/02
- 03/74: gnu: r-reordercluster: Update to 2.0., guix-commits, 2022/07/02
- 08/74: gnu: r-broom: Update to 1.0.0., guix-commits, 2022/07/02
- 09/74: gnu: r-processx: Update to 3.6.1., guix-commits, 2022/07/02
- 14/74: gnu: r-sandwich: Update to 3.0-2.,
guix-commits <=
- 17/74: gnu: r-admisc: Update to 0.29., guix-commits, 2022/07/02
- 19/74: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/02
- 21/74: gnu: r-globals: Update to 0.15.1., guix-commits, 2022/07/02
- 07/74: gnu: r-idr: Update to 1.3., guix-commits, 2022/07/02
- 10/74: gnu: r-qap: Update to 0.1-2., guix-commits, 2022/07/02
- 11/74: gnu: r-tinytex: Update to 0.40., guix-commits, 2022/07/02
- 15/74: gnu: r-emmeans: Update to 1.7.5., guix-commits, 2022/07/02
- 16/74: gnu: r-performance: Update to 0.9.1., guix-commits, 2022/07/02
- 22/74: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/02
- 24/74: gnu: r-lintr: Update to 3.0.0., guix-commits, 2022/07/02