diff options
author | minskim <minskim@pkgsrc.org> | 2018-02-09 16:53:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-02-09 16:53:08 +0000 |
commit | bebdd2275814b209ecdf0089300b4bd3dbebb7f2 (patch) | |
tree | c09955e3083a759b8288769b1b7b64f798010b08 /time/R-timeDate | |
parent | 060be4731227d4dc9ff24e1fa1b25c242fda7a8f (diff) | |
download | pkgsrc-bebdd2275814b209ecdf0089300b4bd3dbebb7f2.tar.gz |
time/R-timeDate: Import version 3042.101
The 'timeDate' class fulfils the conventions of the ISO 8601 standard
as well as of the ANSI C and POSIX standards. Beyond these standards
it provides the "Financial Center" concept which allows to handle data
records collected in different time zones and mix them up to have
always the proper time stamps with respect to your personal financial
center, or alternatively to the GMT reference time. It can thus also
handle time stamps from historical data records from the same time
zone, even if the financial centers changed day light saving times at
different calendar dates.
Diffstat (limited to 'time/R-timeDate')
-rw-r--r-- | time/R-timeDate/DESCR | 9 | ||||
-rw-r--r-- | time/R-timeDate/Makefile | 17 | ||||
-rw-r--r-- | time/R-timeDate/distinfo | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/time/R-timeDate/DESCR b/time/R-timeDate/DESCR new file mode 100644 index 00000000000..84946433e5f --- /dev/null +++ b/time/R-timeDate/DESCR @@ -0,0 +1,9 @@ +The 'timeDate' class fulfils the conventions of the ISO 8601 standard +as well as of the ANSI C and POSIX standards. Beyond these standards +it provides the "Financial Center" concept which allows to handle data +records collected in different time zones and mix them up to have +always the proper time stamps with respect to your personal financial +center, or alternatively to the GMT reference time. It can thus also +handle time stamps from historical data records from the same time +zone, even if the financial centers changed day light saving times at +different calendar dates. diff --git a/time/R-timeDate/Makefile b/time/R-timeDate/Makefile new file mode 100644 index 00000000000..7c915b1810b --- /dev/null +++ b/time/R-timeDate/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2018/02/09 16:53:08 minskim Exp $ + +CATEGORIES= time +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://www.rmetrics.org/ +COMMENT= Chronological and calendar objects +LICENSE= gnu-gpl-v2 + +R_PKGNAME= timeDate +R_PKGVER= 3042.101 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/time/R-timeDate/distinfo b/time/R-timeDate/distinfo new file mode 100644 index 00000000000..0dd33b17308 --- /dev/null +++ b/time/R-timeDate/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/02/09 16:53:08 minskim Exp $ + +SHA1 (R/timeDate_3042.101.tar.gz) = bdc27e3822a323e0507399b92e990bb5c1f8101d +RMD160 (R/timeDate_3042.101.tar.gz) = 1711783c200a69ea330839c511eec70a02f6ada6 +SHA512 (R/timeDate_3042.101.tar.gz) = fd777d246eb2a3bf68f706b7b642ca14ab4eaa98598f4cefcc48cf0b7d7977af5917ad06e14c2c6adc9b0ac93c806e0e36982ef9d7503a759a677ee2bf1f1205 +Size (R/timeDate_3042.101.tar.gz) = 314661 bytes |