[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/356: gnu: r-with-tests: Remove trailing #T.
From: |
guix-commits |
Subject: |
02/356: gnu: r-with-tests: Remove trailing #T. |
Date: |
Sun, 7 Nov 2021 18:10:40 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 108111114d5269e608f961d44955d0d4613b9c15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 09:40:41 2021 +0000
gnu: r-with-tests: Remove trailing #T.
* gnu/packages/statistics.scm (r-with-tests)[arguments]: Remove trailing #T
from build phases.
---
gnu/packages/statistics.scm | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 038258a..eb6898e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -215,8 +215,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
;; This ensures that Guix can detect embedded store references;
;; see bug #28157 for details.
(substitute* "src/library/base/makebasedb.R"
- (("compress = TRUE") "compress = FALSE"))
- #t))
+ (("compress = TRUE") "compress = FALSE"))))
(add-before 'configure 'patch-coreutils-paths
(lambda* (#:key inputs #:allow-other-keys)
(let* ((coreutils (assoc-ref inputs "coreutils"))
@@ -225,8 +224,7 @@ This package also provides @command{xls2csv} to export
Excel files to CSV.")
(substitute* "src/scripts/R.sh.in"
(("uname") uname-bin))
(substitute* "src/unix/sys-std.c"
- (("rm -Rf ") (string-append rm-bin " -Rf "))))
- #t))
+ (("rm -Rf ") (string-append rm-bin " -Rf "))))))
(add-after 'unpack 'build-reproducibly
(lambda _
;; The documentation contains time stamps to demonstrate
@@ -285,17 +283,15 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\"))
{\
;; that is suspected to be the culprit.
(substitute* "src/library/methods/DESCRIPTION.in"
(("\\(2008\\)\n") "(2008) ")
- ((" ``Software") "``Software"))
- #t))
+ ((" ``Software") "``Software"))))
(add-before 'build 'set-locales
(lambda _
(setlocale LC_ALL "C")
- (setenv "LC_ALL" "C")
- #t))
+ (setenv "LC_ALL" "C")))
(add-before 'configure 'set-default-pager
;; Set default pager to "cat", because otherwise it is "false",
;; making "help()" print nothing at all.
- (lambda _ (setenv "PAGER" "cat") #t))
+ (lambda _ (setenv "PAGER" "cat")))
(add-before 'check 'set-timezone
;; Some tests require the timezone to be set. However, the
;; timezone may not just be "UTC", or else a brittle regression
@@ -304,8 +300,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
(setenv "TZ" "UTC+1")
(setenv "TZDIR"
(string-append (assoc-ref inputs "tzdata")
- "/share/zoneinfo"))
- #t))
+ "/share/zoneinfo"))))
(add-after 'build 'make-info
(lambda _ (invoke "make" "info")))
(add-after 'build 'install-info
- branch master updated (bd41e59 -> 30b67fd), guix-commits, 2021/11/07
- 01/356: gnu: r-with-tests: Update to 4.1.2., guix-commits, 2021/11/07
- 02/356: gnu: r-with-tests: Remove trailing #T.,
guix-commits <=
- 05/356: gnu: Add r-msfeatures., guix-commits, 2021/11/07
- 03/356: gnu: r-with-tests: Update patch to DESCRIPTION file., guix-commits, 2021/11/07
- 04/356: guix: Upgrade to Bioconductor 3.14., guix-commits, 2021/11/07
- 06/356: gnu: r-biocparallel: Update to 1.28.0., guix-commits, 2021/11/07
- 08/356: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/07
- 07/356: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/07
- 09/356: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/07
- 12/356: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/07
- 11/356: gnu: r-cummerbund: Update to 2.36.0., guix-commits, 2021/11/07
- 14/356: gnu: r-delayedarray: Update to 0.20.0., guix-commits, 2021/11/07