The R Project SVN R

Rev

Rev 23009 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23009 Rev 42035
Line 1... Line 1...
1
#### Run all demos for which we do not wish to diff the output
1
#### Run all demos for which we do not wish to diff the output
2
.ptime <- proc.time()
2
.ptime <- proc.time()
3
.Random.seed <- c(0,rep(7654, 3))
3
set.seed(123)
4
 
4
 
5
demos <- c("Hershey", "Japanese", "lm.glm", "nlm", "plotmath")
5
demos <- c("Hershey", "Japanese", "lm.glm", "nlm", "plotmath")
6
 
6
 
7
for(nam in  demos) demo(nam, character.only = TRUE)
7
for(nam in  demos) demo(nam, character.only = TRUE)
8
 
8