1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

R package to create chronological objects which represent

dates and times of day.

WWW:	http://cran.r-project.org/web/packages/chron/
This commit is contained in:
Steven Kreuzer 2012-08-22 18:06:33 +00:00
parent 9be126f0a7
commit ba263c5e7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302953
4 changed files with 28 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += R-cran-Defaults
SUBDIR += R-cran-bitops
SUBDIR += R-cran-caret
SUBDIR += R-cran-chron
SUBDIR += R-cran-foreach
SUBDIR += R-cran-gsubfn
SUBDIR += R-cran-iterators

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: chron
# Date created: 2012-08-22
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= chron
DISTVERSION= 2.3-42
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= R package for creating objects which can handle dates and times
LICENSE= GPLv2
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (chron_2.3-42.tar.gz) = be1e46879d16fa6da1321b5bcc00146df45adacbd725866e56c8ecc5b2419949
SIZE (chron_2.3-42.tar.gz) = 34806

View File

@ -0,0 +1,4 @@
R package to create chronological objects which represent
dates and times of day.
WWW: http://cran.r-project.org/web/packages/chron/