CRAN
timeDate 3043.102
Rmetrics - Chronological and Calendar Objects
Released Feb 21, 2018 by Tobias Setz
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.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>timeDate</artifactId> <version>3043.102-b21</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:timeDate')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.
- base-c-examples
- base-diff-examples
- base-difftimeDate-examples
- base-format-examples
- base-length-examples
- base-rep-examples
- base-rev-examples
- base-round-examples
- base-sample-examples
- base-sort-examples
- base-start-examples
- base-subset-examples
- base-summary-examples
- base-unique-examples
- calendar-Easter-examples
- calendar-align-examples
- calendar-dayOfWeek-examples
- calendar-dayOfYear-examples
- calendar-endpoints-examples
- calendar-firstDay-examples
- calendar-isBizday-examples
- calendar-isRegular-examples
- calendar-isWeekday-examples
- calendar-julian-examples
- calendar-nDay-examples
- calendar-onOrAfter-examples
- calendar-periods-examples
- class-timeDate-examples
- doRUnit
- graphics-plot-examples
- holiday-Dates-examples
- holiday-LONDON-examples
- holiday-Listing-examples
- holiday-NERC-examples
- holiday-NYSE-examples
- holiday-TSX-examples
- holiday-ZURICH-examples
- holiday-examples
- methods-as-examples
- methods-mathOps-examples
- methods-names-examples
- methods-show-examples
- options-currentYear-examples
- options-myFinCenter-examples
- options-myUnits-examples
- stats-blockStart-examples
- stats-kurtosis-examples
- stats-na-fail-examples
- stats-skewness-examples
- stats-window-examples
- timeDate-Calendar-examples
- timeDate-DaylightSavingTime-examples
- timeDate-Sequence-examples
- timeDate-Sys.timeDate-examples
- timeDate-examples
- timeDate-finCenter-examples
- timeDate-listFinCenter-examples
- timeDate-midnightStandard-examples
- timeDate-rulesFinCenter-examples
- timeDate-whichFormat-examples