Rev 52927 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## For examples skipped in testing because they are 'random'if(.Platform$OS.type == "windows") options(pager = "console")## baseexample(DateTimeClasses)example(Dates)example(Ops.Date)example(Random)example(Sys.getpid)example(Sys.sleep)example(Sys.time)example(as.POSIXlt)example(difftime)example(format.Date)example(gc)example(memory.profile)paste("Today is", date()) # from paste.Rdtrunc(Sys.time(), "day") # from round.POSIXt.Rdexample(srcref)example(strptime)example(sys.parent)example(system.time)example(tempfile)example(weekdays)library(help="splines")## utilsexample(packageDescription)example(sessionInfo)## statsexample(nlminb)example(optim)example(uniroot)library(tools)example(Rdutils)example(fileutils)## results are location- and OS-specificexample(parseLatex) # charset-specific## grDevicesif(.Platform$OS.type == "windows") {example(windowsFonts)} else {example(X11Fonts)example(quartzFonts)}