mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-speedglm: Update to 0.3-5.
* gnu/packages/cran.scm (r-speedglm): Update to 0.3-5. [propagated-inputs]: Add r-biglm.
This commit is contained in:
parent
758a371f6f
commit
9e52a4c23e
1 changed files with 3 additions and 3 deletions
|
@ -17330,17 +17330,17 @@ (define-public r-sparsesvd
|
|||
(define-public r-speedglm
|
||||
(package
|
||||
(name "r-speedglm")
|
||||
(version "0.3-4")
|
||||
(version "0.3-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "speedglm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kj662nfkfhvx37jrbvxd4dyjclz5cm3xh50z7s5rbzapiyxn4hs"))))
|
||||
"0jxvh9gbhip1hj7hzjs5fj8iw6ibvl6hc0llcg2j9wqgq5vkcrpq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mass r-matrix))
|
||||
(list r-biglm r-mass r-matrix))
|
||||
(home-page "https://cran.r-project.org/web/packages/speedglm")
|
||||
(synopsis "Fit linear and generalized linear models to large data sets")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue