The R Project SVN R

Rev

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

Rev 46478 Rev 61605
Line 1... Line 1...
1
#### Run all demos that do not depend on tcl and other specials.
1
#### Run all demos that do not depend on tcl and other specials.
2
.ptime <- proc.time()
2
.ptime <- proc.time()
3
set.seed(123)
3
set.seed(123)
4
options(keep.source=TRUE, useFancyQuotes=FALSE)
4
options(keep.source=TRUE, useFancyQuotes=FALSE, warn = 1)
5
 
5
 
6
## Drop these for strict testing {and add them to demos2.R)
6
## Drop these for strict testing {and add them to demos2.R)
7
## lm.glm is in ../src/library/utils/man/demo.Rd }:
7
## lm.glm is in ../src/library/utils/man/demo.Rd }:
8
dont <- list(graphics = c("Hershey", "Japanese", "plotmath"),
8
dont <- list(graphics = c("Hershey", "Japanese", "plotmath"),
9
             stats = c("lm.glm", "nlm")
9
             stats = c("lm.glm", "nlm")