Skip to content
Prev 44887 / 398502 Next

system.time(), sys.time() etc

AndyL> Just do 
    AndyL> system.time <- sys.time

    AndyL> and you're good to go in S-PLUS (at least in 6.x).

yes.  This is yet another instance of S-Plus following R behind
and doing it incompatibly [with a reason ?]
{the first one I know being sd() vs stdev()}.

The historical names in S and S-PLUS where
unix.time() , then came dos.time()
whereas in R we've used system.time() from the very beginning.

Martin