The R Project SVN R

Rev

Rev 80009 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
75574 maechler 1
x <- tools::Rd_db("base")
2
system.time(y <- lapply(x, function(e)
3
    tryCatch(tools::Rd2HTML(e, out = nullfile()),
4
	     error = identity))) # 3-5 sec
5
stopifnot(!vapply(y, inherits, NA, "error"))
6
## Gave error when "running" \Sexpr{.} DateTimeClasses.Rd