gnu: r-hmisc: Update to 4.0-1.
* gnu/packages/statistics.scm (r-hmisc): Update to 4.0-1. [propagated-inputs]: Remove r-cluster, r-foreign, r-lattice, r-nnet, and r-rpart; add r-base64.
This commit is contained in:
parent
0811f0f9d2
commit
ab607061cd
|
@ -3510,37 +3510,33 @@ package instead.")
|
||||||
(define-public r-hmisc
|
(define-public r-hmisc
|
||||||
(package
|
(package
|
||||||
(name "r-hmisc")
|
(name "r-hmisc")
|
||||||
(version "4.0-0")
|
(version "4.0-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Hmisc" version))
|
(uri (cran-uri "Hmisc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0azxmg9h9c456biydc0wpi9xhljmd37m8bv0zaadbvc93g7x0l4b"))))
|
"1dlm2gj1b9l6nf9w9zc0cn8d2japhx6cwifzmgjv4gg4skazlldq"))))
|
||||||
(properties `((upstream-name . "Hmisc")))
|
(properties `((upstream-name . "Hmisc")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-acepack" ,r-acepack)
|
`(("r-acepack" ,r-acepack)
|
||||||
("r-cluster" ,r-cluster)
|
("r-base64" ,r-base64)
|
||||||
("r-data-table" ,r-data-table)
|
("r-data-table" ,r-data-table)
|
||||||
("r-foreign" ,r-foreign)
|
|
||||||
("r-formula" ,r-formula)
|
("r-formula" ,r-formula)
|
||||||
("r-ggplot2" ,r-ggplot2)
|
("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gridextra" ,r-gridextra)
|
("r-gridextra" ,r-gridextra)
|
||||||
("r-gtable" ,r-gtable)
|
("r-gtable" ,r-gtable)
|
||||||
("r-lattice" ,r-lattice)
|
|
||||||
;; Hmisc needs survival >= 2.40.1, so it cannot use the survival
|
;; Hmisc needs survival >= 2.40.1, so it cannot use the survival
|
||||||
;; package that comes with R 3.3.1.
|
;; package that comes with R 3.3.2.
|
||||||
("r-survival" ,r-survival)
|
("r-survival" ,r-survival)
|
||||||
("r-latticeextra" ,r-latticeextra)
|
("r-latticeextra" ,r-latticeextra)
|
||||||
("r-htmltable" ,r-htmltable)
|
("r-htmltable" ,r-htmltable)
|
||||||
("r-htmltools" ,r-htmltools)
|
("r-htmltools" ,r-htmltools)
|
||||||
("r-viridis" ,r-viridis)
|
("r-viridis" ,r-viridis)))
|
||||||
("r-nnet" ,r-nnet)
|
|
||||||
("r-rpart" ,r-rpart)))
|
|
||||||
(home-page "http://biostat.mc.vanderbilt.edu/Hmisc")
|
(home-page "http://biostat.mc.vanderbilt.edu/Hmisc")
|
||||||
(synopsis "Miscellaneous data analysis and graphics functions")
|
(synopsis "Miscellaneous data analysis and graphics functions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue