Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography geography/R-ggspatial: import R-ggspatial-1.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/5507eb935b95
branches: trunk
changeset: 436788:5507eb935b95
user: brook <brook%pkgsrc.org@localhost>
date: Sun Aug 09 15:14:14 2020 +0000
description:
geography/R-ggspatial: import R-ggspatial-1.0.3
Spatial data plus the power of the ggplot2 framework means easier
mapping when input data are already in the form of spatial objects.
diffstat:
geography/Makefile | 3 ++-
geography/R-ggspatial/DESCR | 2 ++
geography/R-ggspatial/Makefile | 26 ++++++++++++++++++++++++++
geography/R-ggspatial/distinfo | 6 ++++++
4 files changed, 36 insertions(+), 1 deletions(-)
diffs (63 lines):
diff -r c57023ea570c -r 5507eb935b95 geography/Makefile
--- a/geography/Makefile Sun Aug 09 15:11:39 2020 +0000
+++ b/geography/Makefile Sun Aug 09 15:14:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2020/08/08 23:35:17 brook Exp $
+# $NetBSD: Makefile,v 1.95 2020/08/09 15:14:14 brook Exp $
#
COMMENT= Software for geographical-related uses
@@ -6,6 +6,7 @@
SUBDIR+= R-countrycode
SUBDIR+= R-deldir
SUBDIR+= R-geosphere
+SUBDIR+= R-ggspatial
SUBDIR+= R-lwgeom
SUBDIR+= R-mapdata
SUBDIR+= R-maps
diff -r c57023ea570c -r 5507eb935b95 geography/R-ggspatial/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-ggspatial/DESCR Sun Aug 09 15:14:14 2020 +0000
@@ -0,0 +1,2 @@
+Spatial data plus the power of the ggplot2 framework means easier
+mapping when input data are already in the form of spatial objects.
diff -r c57023ea570c -r 5507eb935b95 geography/R-ggspatial/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-ggspatial/Makefile Sun Aug 09 15:14:14 2020 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:14:14 brook Exp $
+
+R_PKGNAME= ggspatial
+R_PKGVER= 1.0.3
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Spatial Data Framework for ggplot2
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= R-rlang>=0.4.5:../../devel/R-rlang
+DEPENDS+= R-raster>=3.0.12:../../geography/R-raster
+DEPENDS+= R-rosm>=0.2.5:../../geography/R-rosm
+DEPENDS+= R-sf>=0.8.1:../../geography/R-sf
+DEPENDS+= R-ggplot2>=2.2.1.9000:../../graphics/R-ggplot2
+DEPENDS+= R-scales>=1.1.0:../../graphics/R-scales
+DEPENDS+= R-abind>=1.4.5:../../math/R-abind
+DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr
+DEPENDS+= R-reshape2>=1.4.3:../../math/R-reshape2
+DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+= R-tidyr>=1.0.2:../../math/R-tidyr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r c57023ea570c -r 5507eb935b95 geography/R-ggspatial/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-ggspatial/distinfo Sun Aug 09 15:14:14 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:14:14 brook Exp $
+
+SHA1 (R/ggspatial_1.0.3.tar.gz) = 4baf91bd478c48ff4b70017c56d83797ecac340d
+RMD160 (R/ggspatial_1.0.3.tar.gz) = 392332bab4343492235a042d4237fb66f42d8f01
+SHA512 (R/ggspatial_1.0.3.tar.gz) = 599d6e7042e156cb248126458a908aaf6eec9d59348e8f328ed75311ff126f2e5a99e1d850d4a1748681c1ce31f3d6167af828c1ca146948c493554607885673
+Size (R/ggspatial_1.0.3.tar.gz) = 2307359 bytes
Home |
Main Index |
Thread Index |
Old Index