mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add r-bdsmatrix.
* gnu/packages/cran.scm (r-bdsmatrix): New variable.
This commit is contained in:
parent
ccf3cafa4c
commit
a3569a327a
1 changed files with 20 additions and 0 deletions
|
@ -2361,6 +2361,26 @@ (define-public r-inline
|
||||||
;; Any version of the LGPL.
|
;; Any version of the LGPL.
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
|
(define-public r-bdsmatrix
|
||||||
|
(package
|
||||||
|
(name "r-bdsmatrix")
|
||||||
|
(version "1.3-3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "bdsmatrix" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"17ddvz4gnih7rx0lr1gzk280xyh6x796cf2x794dvplpiiq83skh"))))
|
||||||
|
(properties `((upstream-name . "bdsmatrix")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
|
||||||
|
(synopsis "Routines for block diagonal symmetric matrices")
|
||||||
|
(description
|
||||||
|
"This package provides procedures to work with block diagonal symmetric
|
||||||
|
matrices, a special case of sparse matrices.")
|
||||||
|
(license license:lgpl2.0)))
|
||||||
|
|
||||||
(define-public r-bbmle
|
(define-public r-bbmle
|
||||||
(package
|
(package
|
||||||
(name "r-bbmle")
|
(name "r-bbmle")
|
||||||
|
|
Loading…
Reference in a new issue