[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/377: gnu: Add r-zonator.
From: |
guix-commits |
Subject: |
131/377: gnu: Add r-zonator. |
Date: |
Thu, 2 Sep 2021 17:55:04 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 4638c52e32f15610a65c3dfc5e6833be088646b9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:45:29 2021 +0200
gnu: Add r-zonator.
* gnu/packages/cran.scm (r-zonator): 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 98ed932..a8164c8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31143,3 +31143,30 @@ motivated by research into the merits of different
zoning systems. A flexible
@code{ClockBoard} zoning system is provided, which breaks-up space by
concentric rings and radial lines emanating from a central point.")
(license license:gpl3)))
+
+(define-public r-zonator
+ (package
+ (name "r-zonator")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "zonator" version))
+ (sha256
+ (base32
+ "1plxchpd4ypp36phl13pi9yvlrqi3lk83lv5rldrhdqynhcgfw2k"))))
+ (properties `((upstream-name . "zonator")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-ggplot2" ,r-ggplot2)
+ ("r-raster" ,r-raster)
+ ("r-rcolorbrewer" ,r-rcolorbrewer)
+ ("r-reshape2" ,r-reshape2)
+ ("r-rgdal" ,r-rgdal)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://cbig.github.io/zonator/")
+ (synopsis "Utilities for Zonation spatial conservation prioritization")
+ (description
+ "Create new analysis setups and deal with results of Zonation
+conservation prioritization software.")
+ (license license:bsd-2)))
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., (continued)
- 89/377: gnu: ungoogled-chromium: Update to 92.0.4515.159-0.8164c91., guix-commits, 2021/09/02
- 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 <=
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/02
- 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