Skip to content
Prev 21441 / 63424 Next

chron vs. POSIX

On 7/14/06, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
I think the problem is that there is nothing to signal its importance.  Perhaps
chron should be added to the "recommended" package list.
[1] "base"      "datasets"  "graphics"  "grDevices" "grid"      "methods"
 [7] "splines"   "stats"     "stats4"    "tcltk"     "tools"     "utils"
[1] "boot"       "class"      "cluster"    "foreign"    "KernSmooth"
 [6] "lattice"    "MASS"       "mgcv"       "nlme"       "nnet"
[11] "rpart"      "spatial"    "survival"

Alternately, a new naive datetime class, i.e. a datetime class not utlitizing
time zones and daylight savings time, could be created based on experience
with "chron" and the existing classes such that its internal representation
is like that of chron but its accessor methods are similar to existing core
methods to enhance uniformity of use among the various date and time classes.