045d7b633d
Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.
19 lines
424 B
Makefile
19 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:13:47 brook Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/xts/
|
|
COMMENT= eXtensible Time Series
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= xts
|
|
R_PKGVER= 0.8-6
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
DEPENDS+= R-zoo>=1.7.7:../../math/R-zoo
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|