f5cdb0f9f4
Changes in pixmap version 0.4-9 o Fixed a minor glitch in write.pnm. Changes in pixmap version 0.4-8 o Fixed a bug that prevented plotting images with only 1 row (bug report by Robert Esswein). Changes in pixmap version 0.4-7 o Use LazyLoad instead of SaveImage. Changes in pixmap version 0.4-6 o Modified one of the regression tests for changes in R 2.4: terrain.colors() now return transparency information -> do not use it in example. Changes in pixmap version 0.4-5 o standardized license filed in DESCRIPTION file.
15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/14 05:35:47 markd Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/pixmap/
|
|
COMMENT= Functions for manipulations of bitmaps with R
|
|
|
|
R_PKGNAME= pixmap
|
|
R_PKGVER= 0.4-9
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|