[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/125: gnu: r-r-cache: Update to 0.15.0.
From: |
guix-commits |
Subject: |
119/125: gnu: r-r-cache: Update to 0.15.0. |
Date: |
Tue, 4 May 2021 01:33:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2eab3898e1a4488171566f1e8cb919369456c53d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:23 2021 +0200
gnu: r-r-cache: Update to 0.15.0.
* gnu/packages/statistics.scm (r-r-cache): Update to 0.15.0.
[arguments]: Add build phase "set-HOME".
---
gnu/packages/statistics.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 2c037d4..e2fe5a5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3569,15 +3569,20 @@ developing R packages.")
(define-public r-r-cache
(package
(name "r-r-cache")
- (version "0.14.0")
+ (version "0.15.0")
(source (origin
(method url-fetch)
(uri (cran-uri "R.cache" version))
(sha256
(base32
- "1n8n5ihkryrbxv630dwhz4r048nyv676qd3i9f5z5fa04hvlxbqq"))))
+ "09pipn1974ivjh4sm3n5fjlh31rilf87p30qwq7y25vriyqd7d5d"))))
(properties `((upstream-name . "R.cache")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
`(("r-digest" ,r-digest)
("r-r-methodss3" ,r-r-methodss3)
- 101/125: gnu: r-lattice: Update to 0.20-44., (continued)
- 101/125: gnu: r-lattice: Update to 0.20-44., guix-commits, 2021/05/04
- 103/125: gnu: r-nnet: Update to 7.3-16., guix-commits, 2021/05/04
- 105/125: gnu: r-survival: Update to 3.2-11., guix-commits, 2021/05/04
- 106/125: gnu: r-formatr: Update to 1.9., guix-commits, 2021/05/04
- 107/125: gnu: r-highr: Update to 0.9., guix-commits, 2021/05/04
- 109/125: gnu: r-rlang: Update to 0.4.11., guix-commits, 2021/05/04
- 112/125: gnu: r-devtools: Update to 2.4.0., guix-commits, 2021/05/04
- 111/125: gnu: r-openssl: Update to 1.4.4., guix-commits, 2021/05/04
- 113/125: gnu: r-withr: Update to 2.4.2., guix-commits, 2021/05/04
- 116/125: gnu: r-rsqlite: Update to 2.2.7., guix-commits, 2021/05/04
- 119/125: gnu: r-r-cache: Update to 0.15.0.,
guix-commits <=
- 121/125: gnu: r-viridis: Update to 0.6.0., guix-commits, 2021/05/04
- 120/125: gnu: r-r-rsp: Add build phase to set HOME directory., guix-commits, 2021/05/04
- 124/125: gnu: r-sfsmisc: Update to 1.1-11., guix-commits, 2021/05/04