Rev 56942 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## For examples skipped in testing because they are 'random'set.seed(1)if(.Platform$OS.type == "windows") options(pager = "console")pdf("reg-examples-1.pdf", encoding = "ISOLatin1.enc")## baseexample(Cstack_info)example(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(Reduce) # funprog.Rdexample(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(news)example(packageDescription)example(sessionInfo)## datasetsexample(JohnsonJohnson)example(ability.cov)## grDevicesif(.Platform$OS.type == "windows") {example(windowsFonts)} else {example(X11Fonts)example(quartzFonts)}library(tools)example(Rdutils)example(fileutils)## results are location- and OS-specificexample(parseLatex) # charset-specificproc.time()