mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-survey: Add missing inputs.
* gnu/packages/cran.scm (r-survey)[native-inputs]: Add r-aer, r-mass, and r-rsqlite. [arguments]: Add phase 'set-HOME. Change-Id: I6cac861edb1672cbcad3a76846223ba812224681
This commit is contained in:
parent
464fe96b83
commit
2a93c53045
1 changed files with 8 additions and 1 deletions
|
@ -19339,6 +19339,13 @@ (define-public r-survey
|
|||
(base32
|
||||
"1ggisal5g16p3n03bch7ymawd4hig3fmm02nhxy1z5zh48qhyjla"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; This is needed for vignettes.
|
||||
(add-after 'unpack 'set-HOME
|
||||
(lambda _ (setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list r-lattice
|
||||
r-matrix
|
||||
|
@ -19348,7 +19355,7 @@ (define-public r-survey
|
|||
r-rcpp
|
||||
r-rcpparmadillo
|
||||
r-survival))
|
||||
(native-inputs (list r-r-rsp))
|
||||
(native-inputs (list r-aer r-mass r-r-rsp r-rsqlite))
|
||||
(home-page "https://r-survey.r-forge.r-project.org/survey/")
|
||||
(synopsis "Analysis of complex survey samples")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue