Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography geography/R-prettymapr: import R-prettymapr-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3faf57a6e4d2
branches: trunk
changeset: 436659:3faf57a6e4d2
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 07 03:19:21 2020 +0000
description:
geography/R-prettymapr: import R-prettymapr-0.2.2
Automates the process of creating a scale bar and north arrow in any
package that uses base graphics to plot in R. Bounding box tools help
find and manipulate extents. Finally, there is a function to automate
the process of setting margins, plotting the map, scale bar, and north
arrow, and resetting graphic parameters upon completion.
diffstat:
geography/Makefile | 3 ++-
geography/R-prettymapr/DESCR | 5 +++++
geography/R-prettymapr/Makefile | 19 +++++++++++++++++++
geography/R-prettymapr/distinfo | 6 ++++++
4 files changed, 32 insertions(+), 1 deletions(-)
diffs (59 lines):
diff -r aa84aa493105 -r 3faf57a6e4d2 geography/Makefile
--- a/geography/Makefile Fri Aug 07 03:15:39 2020 +0000
+++ b/geography/Makefile Fri Aug 07 03:19:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/08/07 03:15:22 brook Exp $
+# $NetBSD: Makefile,v 1.86 2020/08/07 03:19:21 brook Exp $
#
COMMENT= Software for geographical-related uses
@@ -9,6 +9,7 @@
SUBDIR+= R-mapdata
SUBDIR+= R-maps
SUBDIR+= R-maptools
+SUBDIR+= R-prettymapr
SUBDIR+= R-rgeos
SUBDIR+= cm2gpx
SUBDIR+= cmconvert
diff -r aa84aa493105 -r 3faf57a6e4d2 geography/R-prettymapr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-prettymapr/DESCR Fri Aug 07 03:19:21 2020 +0000
@@ -0,0 +1,5 @@
+Automates the process of creating a scale bar and north arrow in any
+package that uses base graphics to plot in R. Bounding box tools help
+find and manipulate extents. Finally, there is a function to automate
+the process of setting margins, plotting the map, scale bar, and north
+arrow, and resetting graphic parameters upon completion.
diff -r aa84aa493105 -r 3faf57a6e4d2 geography/R-prettymapr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-prettymapr/Makefile Fri Aug 07 03:19:21 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 03:19:21 brook Exp $
+
+R_PKGNAME= prettymapr
+R_PKGVER= 0.2.2
+CATEGORIES= geography
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Scale Bar, North Arrow, and Pretty Margins in R
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= R-plyr>=1.8.6:../../math/R-plyr
+DEPENDS+= R-digest>=0.6.25:../../security/R-digest
+DEPENDS+= R-rjson>=0.2.20:../../textproc/R-rjson
+DEPENDS+= R-httr>=1.4.1:../../www/R-httr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r aa84aa493105 -r 3faf57a6e4d2 geography/R-prettymapr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/R-prettymapr/distinfo Fri Aug 07 03:19:21 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 03:19:21 brook Exp $
+
+SHA1 (R/prettymapr_0.2.2.tar.gz) = 76c9c2acbbf64bd7eaa1473ce124e76850891ee3
+RMD160 (R/prettymapr_0.2.2.tar.gz) = 522dbbf87759e28d2a6e78cb0f7aa23f213d50e2
+SHA512 (R/prettymapr_0.2.2.tar.gz) = d48dc807f625d171efee0d929bf1b011cc8d9938f9337acde0f2f01bd4b1549e28d7503cea2b9eda45a4d29f7fa5f32f918355f51501802af0c51750e738ab9d
+Size (R/prettymapr_0.2.2.tar.gz) = 874716 bytes
Home |
Main Index |
Thread Index |
Old Index