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:
parent
9be126f0a7
commit
ba263c5e7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302953
@ -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
|
||||
|
21
devel/R-cran-chron/Makefile
Normal file
21
devel/R-cran-chron/Makefile
Normal 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>
|
2
devel/R-cran-chron/distinfo
Normal file
2
devel/R-cran-chron/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (chron_2.3-42.tar.gz) = be1e46879d16fa6da1321b5bcc00146df45adacbd725866e56c8ecc5b2419949
|
||||
SIZE (chron_2.3-42.tar.gz) = 34806
|
4
devel/R-cran-chron/pkg-descr
Normal file
4
devel/R-cran-chron/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user