gnu: r-desctools: Set HOME variable.
* gnu/packages/statistics.scm (r-desctools)[argumonts]: Add phase 'pre-check. Change-Id: Icec222a5cdcb2c95ad7bd600ce5188bd5588bb4emaster
parent
79c2b32337
commit
628d007b83
|
@ -7509,20 +7509,26 @@ Calculates confidence intervals for the difference in proportion.")
|
|||
(base32 "16qbm1l1281yj1cg6fp8xgd8xdshpz9a09f0b9cyimsjbm01c2j7"))))
|
||||
(properties `((upstream-name . "DescTools")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list r-boot
|
||||
r-cli
|
||||
r-data-table
|
||||
r-exact
|
||||
r-expm
|
||||
r-gld
|
||||
r-httr
|
||||
r-mass
|
||||
r-mvtnorm
|
||||
r-rcpp
|
||||
r-readxl
|
||||
r-rstudioapi
|
||||
r-withr))
|
||||
(list r-boot
|
||||
r-cli
|
||||
r-data-table
|
||||
r-exact
|
||||
r-expm
|
||||
r-gld
|
||||
r-httr
|
||||
r-mass
|
||||
r-mvtnorm
|
||||
r-rcpp
|
||||
r-readxl
|
||||
r-rstudioapi
|
||||
r-withr))
|
||||
(native-inputs (list gfortran r-r-rsp))
|
||||
(home-page "https://andrisignorell.github.io/DescTools/")
|
||||
(synopsis "Tools for Descriptive Statistics")
|
||||
|
|
Reference in New Issue