[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: |
Sun, 5 Sep 2021 10:07:21 -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+)))
- 71/377: gnu: r-diffbind: Update to 3.2.5., (continued)
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/05
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/05
- 76/377: gnu: r-batchelor: Update to 1.8.1., guix-commits, 2021/09/05
- 77/377: gnu: r-dose: Update to 3.18.2., guix-commits, 2021/09/05
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., guix-commits, 2021/09/05
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/05
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., guix-commits, 2021/09/05
- 85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes]., guix-commits, 2021/09/05
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/05
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/05
- 129/377: gnu: Add r-zooarch.,
guix-commits <=
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/05
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/05
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/05
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/05
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/05
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/05
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/05
- 134/377: gnu: Add r-fauxpas., guix-commits, 2021/09/05
- 137/377: gnu: Add r-zoltr., guix-commits, 2021/09/05
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/05