18cc680433
2015-06-24 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION (Version): New version is 2.3-47. * NAMESPACE: Add missing imports. 2015-02-11 Kurt Hornik <Kurt.Hornik@wu.ac.at> * DESCRIPTION (Version): New version is 2.3-46. * R/times.R: * man/trunc.times.Rd: Add round method for times objects via Math.times (to be able to use the same arguments as the trunc methods, differently from the generic). Suggestion by Gabor Grothendieck <ggrothendieck@gmail.com>.
15 lines
390 B
Makefile
15 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/02/25 19:33:05 fhajny Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/chron/
|
|
COMMENT= Chronological objects which can handle dates and times
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= chron
|
|
R_PKGVER= 2.3-47
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|