On Wed, 01 May 2013, stephen sefick <sas0...@auburn.edu> writes: > Thanks for the quick replies. I have this working with a similar > suggestion to what arun suggests. I am just interested in why the option > to use just h:m isn't supported. > > #re: Jeff > chron(dates.="2009/05/01", times.="15:00:00", format=c(dates=c("y/m/d"), > times="h:m:s")) > chron(dates.="2009/05/01", times.="15:00", format=c(dates=c("y/m/d"), > times="h:m")) > > same outcome. > > Does updating to R 3.0.0 solve the problem?
I doubt it: (h, m) is not a _permutation_ of {h, m, s}. Enrico > > Thanks for all of the help. > > Stephen > > -- Enrico Schumann Lucerne, Switzerland http://enricoschumann.net ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.