[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/377: gnu: Add r-zooimage.
From: |
guix-commits |
Subject: |
127/377: gnu: Add r-zooimage. |
Date: |
Thu, 2 Sep 2021 17:55:02 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1c4b1a1f490f450ed73878ade3dda07608befdce
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:24:32 2021 +0200
gnu: Add r-zooimage.
* gnu/packages/cran.scm (r-zooimage): New variable.
---
gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8b0feff..bda361e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31053,3 +31053,39 @@ large datasets.")
"This package provides a unified interface to various machine learning
algorithms. Confusion matrices are provided too.")
(license license:gpl2+)))
+
+(define-public r-zooimage
+ (package
+ (name "r-zooimage")
+ (version "5.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zooimage" version))
+ (sha256
+ (base32
+ "0ck8w0zb9l1n9xvjwqshq9q9l8pigy3yslq2hnfbgcwk17kk9mp8"))))
+ (properties `((upstream-name . "zooimage")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-digest" ,r-digest)
+ ("r-dt" ,r-dt)
+ ("r-filehash" ,r-filehash)
+ ("r-jpeg" ,r-jpeg)
+ ("r-mass" ,r-mass)
+ ("r-mda" ,r-mda)
+ ("r-mlearning" ,r-mlearning)
+ ("r-png" ,r-png)
+ ("r-shiny" ,r-shiny)
+ ("r-svdialogs" ,r-svdialogs)
+ ("r-svmisc" ,r-svmisc)
+ ("r-tiff" ,r-tiff)))
+ (home-page "http://www.sciviews.org/zooimage")
+ (synopsis "Analysis of numerical plankton images")
+ (description
+ "This package provides a solution for analyzing digital images of
+plankton. In combination with ImageJ, an image analysis system, it processes
+digital images, measures individuals, trains for automatic classification of
+taxa, and finally, measures plankton samples (abundances, total and partial
+size spectra or biomasses, etc.).")
+ (license license:gpl2+)))
- 94/377: gnu: emacs-envrc: Update to 0.4., (continued)
- 94/377: gnu: emacs-envrc: Update to 0.4., guix-commits, 2021/09/02
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/02
- 110/377: gnu: Add r-paws-customer-engagement., guix-commits, 2021/09/02
- 101/377: gnu: Add r-ztree., guix-commits, 2021/09/02
- 111/377: gnu: Add r-paws-cost-management., guix-commits, 2021/09/02
- 114/377: gnu: Add r-paws-analytics., guix-commits, 2021/09/02
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/02
- 116/377: gnu: Add r-paws-management., guix-commits, 2021/09/02
- 120/377: gnu: Add r-paws-compute., guix-commits, 2021/09/02
- 131/377: gnu: Add r-zonator., guix-commits, 2021/09/02
- 127/377: gnu: Add r-zooimage.,
guix-commits <=
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/02
- 143/377: gnu: Add rust-fd-lock-3., guix-commits, 2021/09/02
- 146/377: gnu: Add rust-parquet-5., guix-commits, 2021/09/02
- 54/377: gnu: r-vroom: Update to 1.5.4., guix-commits, 2021/09/02
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/02
- 66/377: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/09/02
- 128/377: gnu: r-dismo: Remove commented input., guix-commits, 2021/09/02
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/02
- 136/377: gnu: Add r-mockery., guix-commits, 2021/09/02
- 144/377: gnu: Add rust-rustyline-9., guix-commits, 2021/09/02