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:
Ricardo Wurmus 2023-05-09 14:25:47 +02:00
parent 758a371f6f
commit 9e52a4c23e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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