blob: 6684ec7e4a2c8299734e7ce928728b2a2deb30a4 [file] [log] [blame]
#### Run all demos for which we do not wish to diff the output
.ptime <- proc.time()
set.seed(123)
demos <- c("Hershey", "Japanese", "lm.glm", "nlm", "plotmath")
for(nam in demos) demo(nam, character.only = TRUE)
cat("Time elapsed: ", proc.time() - .ptime, "\n")