[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/54: gnu: Add r-bmp.
From: |
guix-commits |
Subject: |
37/54: gnu: Add r-bmp. |
Date: |
Sat, 14 Dec 2019 07:36:41 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6968aa2fe71a5f5ee63b453d43d3b6d00b1b0f22
Author: Ricardo Wurmus <address@hidden>
Date: Sat Dec 14 10:57:13 2019 +0100
gnu: Add r-bmp.
* gnu/packages/cran.scm (r-bmp): New variable.
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f0ebea..58d9a7f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18183,3 +18183,23 @@ distribution; zero-truncated and zero-modified
extensions of the standard
discrete distributions. It also supports phase-type distributions commonly
used to compute ruin probabilities.")
(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+)))
- 45/54: gnu: Add r-additivitytests., (continued)
- 45/54: gnu: Add r-additivitytests., guix-commits, 2019/12/14
- 19/54: gnu: Add r-acss-data., guix-commits, 2019/12/14
- 41/54: gnu: Add r-adabag., guix-commits, 2019/12/14
- 24/54: gnu: Add r-actcd., guix-commits, 2019/12/14
- 06/54: gnu: Add r-tuner., guix-commits, 2019/12/14
- 53/54: gnu: Add r-adamethods., guix-commits, 2019/12/14
- 29/54: gnu: Add r-activedriver., guix-commits, 2019/12/14
- 50/54: gnu: Add r-archetypes., guix-commits, 2019/12/14
- 22/54: gnu: Add r-alabama., guix-commits, 2019/12/14
- 33/54: gnu: Add r-activpalprocessing., guix-commits, 2019/12/14
- 37/54: gnu: Add r-bmp.,
guix-commits <=
- 52/54: gnu: Add r-anthropometry., guix-commits, 2019/12/14
- 04/54: gnu: Add r-acnr., guix-commits, 2019/12/14
- 08/54: gnu: Add r-acousticndlcoder., guix-commits, 2019/12/14
- 02/54: gnu: Add r-r-filesets., guix-commits, 2019/12/14
- 17/54: gnu: Add r-acrt., guix-commits, 2019/12/14
- 38/54: gnu: Add r-readbitmap., guix-commits, 2019/12/14
- 21/54: gnu: Add r-acswr., guix-commits, 2019/12/14
- 39/54: gnu: Add r-imager., guix-commits, 2019/12/14
- 42/54: gnu: Add r-adagio., guix-commits, 2019/12/14
- 25/54: gnu: Add r-ineq., guix-commits, 2019/12/14