[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/377: gnu: Add r-zoolog.
From: |
guix-commits |
Subject: |
124/377: gnu: Add r-zoolog. |
Date: |
Thu, 2 Sep 2021 17:55:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 738a48adb1c5c7e69e37105713fdd28706bafd73
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:24:15 2021 +0200
gnu: Add r-zoolog.
* gnu/packages/cran.scm (r-zoolog): New variable.
---
gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b8f8937..32f3774 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30971,3 +30971,33 @@ participants and their emotional expressions
throughout the meeting.")
"This package provides @code{zm}, a utility that allows you to
zoom/navigate any plot when called with any active plot.")
(license license:gpl3+)))
+
+(define-public r-zoolog
+ (package
+ (name "r-zoolog")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zoolog" version))
+ (sha256
+ (base32
+ "1lgdr4hbpdh1b468i3l9msbj8wcd20m323lv5an9y6dnfb9pm986"))))
+ (properties `((upstream-name . "zoolog")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-rdpack" ,r-rdpack)
+ ("r-stringi" ,r-stringi)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://josempozo.github.io/zoolog/")
+ (synopsis "Zooarchaeological analysis with log-ratios")
+ (description
+ "This package includes functions and reference data to generate and
+manipulate log-ratios (also known as @dfn{log size index} (LSI) values) from
+measurements obtained on zooarchaeological material. Log ratios are used to
+compare the relative (rather than the absolute) dimensions of animals from
+archaeological contexts. The zoolog package is also able to seamlessly
+integrate data and references with heterogeneous nomenclature, which is
+internally managed by a zoolog thesaurus.")
+ (license license:gpl3)))
- 86/377: gnu: atop: Update to 2.6.0., (continued)
- 86/377: gnu: atop: Update to 2.6.0., guix-commits, 2021/09/02
- 90/377: gnu: knot-resolver: Update to 5.4.1., guix-commits, 2021/09/02
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/02
- 97/377: gnu: emacs-moody: Update to 0.6.0., guix-commits, 2021/09/02
- 102/377: gnu: Add r-distributionutils., guix-commits, 2021/09/02
- 109/377: gnu: Add r-paws-common., guix-commits, 2021/09/02
- 105/377: gnu: Add r-zra., guix-commits, 2021/09/02
- 117/377: gnu: Add r-paws-networking., guix-commits, 2021/09/02
- 118/377: gnu: Add r-paws-database., guix-commits, 2021/09/02
- 121/377: gnu: Add r-paws., guix-commits, 2021/09/02
- 124/377: gnu: Add r-zoolog.,
guix-commits <=
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/02
- 126/377: gnu: Add r-mlearning., guix-commits, 2021/09/02
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/02
- 46/377: gnu: r-scatterpie: Update to 0.1.7., guix-commits, 2021/09/02
- 52/377: gnu: r-rjsonio: Update to 1.3-1.5., guix-commits, 2021/09/02
- 59/377: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/09/02
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/02
- 79/377: gnu: r-universalmotif: Update to 1.10.2., guix-commits, 2021/09/02
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/02
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02