pkgsrc/geography/R-prettymapr/Makefile
brook e286dd879d 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.
2020-08-07 03:19:21 +00:00

19 lines
515 B
Makefile

# $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
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"