[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: |
Sun, 5 Sep 2021 10:07:20 -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+)))
- 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib., (continued)
- 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib., guix-commits, 2021/09/05
- 180/377: gnu: opencl-clhpp: Update to 2.0.15., guix-commits, 2021/09/05
- 193/377: gnu: bootloader: Support multiple targets., guix-commits, 2021/09/05
- 199/377: gnu: Add python-pyspnego., guix-commits, 2021/09/05
- 201/377: gnu: python-execnet: Update to 1.9.0 and enable tests., guix-commits, 2021/09/05
- 203/377: gnu: python-mock: Update description., guix-commits, 2021/09/05
- 210/377: gnu: Add ansible-core., guix-commits, 2021/09/05
- 215/377: services: Remove i486 qemu target., guix-commits, 2021/09/05
- 88/377: gnu: Add r-ballgown., guix-commits, 2021/09/05
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/05
- 127/377: gnu: Add r-zooimage.,
guix-commits <=
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/05
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/05
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/05
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/05
- 185/377: gnu: python-pytools: Update to 2021.2.7., guix-commits, 2021/09/05
- 190/377: images: pinebook-pro: Fix the agetty baud rate., guix-commits, 2021/09/05
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/05
- 227/377: services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>., guix-commits, 2021/09/05
- 235/377: gnu: Add python-pybbi., guix-commits, 2021/09/05
- 87/377: gnu: Add ivar., guix-commits, 2021/09/05