80845a6348
Provides a number of user-level functions to work with "grid" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/05/01 16:05:57 minskim Exp $
|
|
|
|
DISTNAME= gridExtra_2.3
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Miscellaneous Functions for "Grid" Graphics
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= R-gtable-[0-9]*:../../math/R-gtable
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|