mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-e1071: Update to 1.7-6.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-6. [propagated-inputs]: Add r-proxy.
This commit is contained in:
parent
d98cecdd07
commit
9493b3e9a7
1 changed files with 4 additions and 3 deletions
|
@ -3402,17 +3402,18 @@ (define-public r-rtsne
|
|||
(define-public r-e1071
|
||||
(package
|
||||
(name "r-e1071")
|
||||
(version "1.7-4")
|
||||
(version "1.7-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "e1071" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02935xcscjhb0jmnvh44hxlpjcgladrcr0gpz1jxq07m0qdqgaz6"))))
|
||||
"0blfnv3m5k5xm9bfx1v5awvagqlhqaqpabrvzplf4244c3j259qa"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-class" ,r-class)))
|
||||
`(("r-class" ,r-class)
|
||||
("r-proxy" ,r-proxy)))
|
||||
(home-page "https://cran.r-project.org/web/packages/e1071")
|
||||
(synopsis "Miscellaneous functions for probability theory")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue