The R Project SVN R

Rev

Rev 80007 | Rev 80015 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80007 Rev 80009
Line 1... Line 1...
1
require("tools")
1
require("tools")
2
 
2
 
3
x <- tools::Rd_db("base")
3
x <- Rd_db("base")
4
system.time(y <- lapply(x, function(e)
4
system.time(y <- lapply(x, function(e)
5
    tryCatch(tools::Rd2HTML(e, out = nullfile()),
5
    tryCatch(Rd2HTML(e, out = nullfile()), error = identity))) # 3-5 sec
6
	     error = identity))) # 3-5 sec
-
 
7
stopifnot(!vapply(y, inherits, NA, "error"))
6
stopifnot(!vapply(y, inherits, NA, "error"))
8
## Gave error when "running" \Sexpr{.} DateTimeClasses.Rd
7
## Gave error when "running" \Sexpr{.} DateTimeClasses.Rd
9
 
8
 
10
 
9
 
11
## PR#18052: \dots must not be interpreted inside \preformatted
10
## PR#18052: \dots must not be interpreted inside \preformatted