mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add r-bmp.
* gnu/packages/cran.scm (r-bmp): New variable.
This commit is contained in:
parent
7faa05377e
commit
6968aa2fe7
1 changed files with 20 additions and 0 deletions
|
@ -18183,3 +18183,23 @@ (define-public r-actuar
|
||||||
discrete distributions. It also supports phase-type distributions commonly
|
discrete distributions. It also supports phase-type distributions commonly
|
||||||
used to compute ruin probabilities.")
|
used to compute ruin probabilities.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-bmp
|
||||||
|
(package
|
||||||
|
(name "r-bmp")
|
||||||
|
(version "0.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "bmp" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
|
||||||
|
(properties `((upstream-name . "bmp")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/web/packages/bmp/")
|
||||||
|
(synopsis "Read Bitmap (BMP) images")
|
||||||
|
(description
|
||||||
|
"This package provides pure R tools to read BMP format images. It is
|
||||||
|
currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue