* using log directory 'd:/Rcompile/CRANpkg/local/2.8/HTMLUtils.Rcheck' * using R version 2.8.1 (2008-12-22) * using session charset: ISO8859-1 * checking for file 'HTMLUtils/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'HTMLUtils' version '0.1.2' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'HTMLUtils' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking for unstated dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * creating HTMLUtils-Ex.R ... OK * checking examples ... OK * creating HTMLUtils-manual.tex ... OK * checking HTMLUtils-manual.tex using pdflatex ... ERROR Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: ./ could not be created. > #cleanup: > system(paste("rm ", Fig1));system(paste("rm ", Fig2)) > > #example with sorted table: > ## Not run: x <- cbind.data.frame(x1 = round(rnorm(10),3), x2 = round(runif(10),3)); > ## Not run: attr(x, "HEADER") <- "some random numbers"; > ## Not run: > ##D FramedHTML(HTMLobjects = list("Fig1.png", x, "Fig2.png"), > ##D MenuLabels1 = c("Label1","Label2","Label3"), MenuLabels2 = c("Marvel at the graph below","JavaScript rocks","scatterplots are nice"), > ##D Captions=c("Gaussian noise","Gaussian and uniform random numbers", "seq 1:10"), > ##D path = "tmp", file = "index"); > ## End(Not run) > > > > > ### *