diff options
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3be91f9538..ef6e57f97d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17330,17 +17330,17 @@ only sparse real matrices in Matrix package format are supported.") (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 |