[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: gnu: Add r-rgdal.
From: |
guix-commits |
Subject: |
02/17: gnu: Add r-rgdal. |
Date: |
Fri, 13 Sep 2019 18:41:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a0244ef0008dd3c45ede84d5692c4be4327b60d0
Author: Ricardo Wurmus <address@hidden>
Date: Sat Sep 14 00:31:21 2019 +0200
gnu: Add r-rgdal.
* gnu/packages/cran.scm (r-rgdal): New variable.
---
gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7320286..3c300a3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15420,3 +15420,32 @@ or bootstrapping of parameters and models, feature
reduction (feature
extraction and variable selection) as well as conversion between indices of
effect size.")
(license license:gpl3)))
+
+(define-public r-rgdal
+ (package
+ (name "r-rgdal")
+ (version "1.4-4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "rgdal" version))
+ (sha256
+ (base32
+ "1my56hdc9x40ynxx1qwqwqxjvjxybmm00w4xg5gi8zgj19pffci5"))))
+ (properties `((upstream-name . "rgdal")))
+ (build-system r-build-system)
+ (inputs
+ `(("gdal" ,gdal)
+ ("proj.4" ,proj.4)
+ ("zlib" ,zlib)))
+ (propagated-inputs
+ `(("r-sp" ,r-sp)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "http://rgdal.r-forge.r-project.org")
+ (synopsis "Bindings for the Geospatial Data Abstraction Library")
+ (description
+ "This package provides bindings to the Geospatial Data Abstraction
+Library (GDAL) and access to projection/transformation operations from the
+PROJ.4 library.")
+ (license license:gpl2+)))
- branch master updated (18a613f -> 6e377b8), guix-commits, 2019/09/13
- 02/17: gnu: Add r-rgdal.,
guix-commits <=
- 03/17: gnu: Add r-insol., guix-commits, 2019/09/13
- 07/17: gnu: r-emmeans: Update to 1.4.1., guix-commits, 2019/09/13
- 01/17: gnu: Add r-parameters., guix-commits, 2019/09/13
- 05/17: gnu: r-circlize: Update to 0.4.8., guix-commits, 2019/09/13
- 08/17: gnu: r-sjstats: Update to 0.17.6., guix-commits, 2019/09/13
- 10/17: gnu: r-activity: Update to 1.3., guix-commits, 2019/09/13
- 06/17: gnu: r-sjlabelled: Update to 1.1.1., guix-commits, 2019/09/13
- 09/17: gnu: r-sjplot: Update to 2.7.1., guix-commits, 2019/09/13
- 04/17: gnu: r-httpuv: Update to 1.5.2., guix-commits, 2019/09/13
- 11/17: gnu: r-tidytree: Update to 0.2.7., guix-commits, 2019/09/13