me
/
guix
Archived
1
0
Fork 0

gnu: r-desctools: Set HOME variable.

* gnu/packages/statistics.scm (r-desctools)[argumonts]: Add phase 'pre-check.

Change-Id: Icec222a5cdcb2c95ad7bd600ce5188bd5588bb4e
master
Ricardo Wurmus 2024-05-07 09:47:11 +02:00
parent 79c2b32337
commit 628d007b83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 13 deletions

View File

@ -7509,20 +7509,26 @@ Calculates confidence intervals for the difference in proportion.")
(base32 "16qbm1l1281yj1cg6fp8xgd8xdshpz9a09f0b9cyimsjbm01c2j7")))) (base32 "16qbm1l1281yj1cg6fp8xgd8xdshpz9a09f0b9cyimsjbm01c2j7"))))
(properties `((upstream-name . "DescTools"))) (properties `((upstream-name . "DescTools")))
(build-system r-build-system) (build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs (propagated-inputs
(list r-boot (list r-boot
r-cli r-cli
r-data-table r-data-table
r-exact r-exact
r-expm r-expm
r-gld r-gld
r-httr r-httr
r-mass r-mass
r-mvtnorm r-mvtnorm
r-rcpp r-rcpp
r-readxl r-readxl
r-rstudioapi r-rstudioapi
r-withr)) r-withr))
(native-inputs (list gfortran r-r-rsp)) (native-inputs (list gfortran r-r-rsp))
(home-page "https://andrisignorell.github.io/DescTools/") (home-page "https://andrisignorell.github.io/DescTools/")
(synopsis "Tools for Descriptive Statistics") (synopsis "Tools for Descriptive Statistics")