[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/377: gnu: Add r-zooarch.
From: |
guix-commits |
Subject: |
129/377: gnu: Add r-zooarch. |
Date: |
Thu, 2 Sep 2021 17:55:03 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5e3199e37b6fc9494d91d68de4eb90e6d48916de
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:45:15 2021 +0200
gnu: Add r-zooarch.
* gnu/packages/cran.scm (r-zooarch): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cf8c601..7fc9f18 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31088,3 +31088,30 @@ 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+)))
+
+(define-public r-zooarch
+ (package
+ (name "r-zooarch")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zooaRch" version))
+ (sha256
+ (base32
+ "0grc378xppv0303sf4flfqz5002vq5a23nzbq4bsff41rww7dihc"))))
+ (properties `((upstream-name . "zooaRch")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page
+ "https://cran.r-project.org/package=zooaRch")
+ (synopsis
+ "Analytical Tools for Zooarchaeological Data")
+ (description
+ "The analysis and inference of faunal remains recovered from
+archaeological sites concerns the field of zooarchaeology. The zooaRch
+package provides analytical tools to make inferences on zooarchaeological
+data. Functions in this package allow users to read, manipulate, visualize,
+and analyze zooarchaeological data.")
+ (license license:gpl2+)))
- 93/377: gnu: Add emacs-inheritenv., (continued)
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/02
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/02
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/02
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/02
- 145/377: gnu: Add rust-arrow-5., guix-commits, 2021/09/02
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/02
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/02
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/02
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/02
- 129/377: gnu: Add r-zooarch.,
guix-commits <=
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/02
- 139/377: gnu: rust-thiserror-impl-1: Update to 1.0.26., guix-commits, 2021/09/02
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/02
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/02
- 70/377: gnu: r-structuralvariantannotation: Update to 1.8.2., guix-commits, 2021/09/02
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/02
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/02
- 51/377: gnu: r-english: Update to 1.2-6., guix-commits, 2021/09/02
- 74/377: gnu: r-treeio: Update to 1.16.2., guix-commits, 2021/09/02
- 76/377: gnu: r-batchelor: Update to 1.8.1., guix-commits, 2021/09/02