Skip to content
Prev 34964 / 63421 Next

rounding the time: significant 0 does not appear (PR#14074)

This is not a bug, and has nothing to do with times. For example:
[1] 1

Formatting is not the same as rounding. Perhaps you are assuming R 
formats numbers according to the concept of significant digits, but 
it doesn't. See the help page for the format function to get started 
with understanding R's rules for formatting numbers when it displays 
them. Maybe also some of the introductory R documents available on 
CRAN.

-Don
At 3:45 AM +0100 11/20/09, gus1201 at optimizelife.com wrote: