* using log directory 'd:/Rcompile/CRANpkg/local/2.9/mrdrc.Rcheck' * using R version 2.9.2 Patched (2009-09-02 r49531) * using session charset: ISO8859-1 * checking for file 'mrdrc/DESCRIPTION' ... OK * this is package 'mrdrc' version '1.0-2' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'mrdrc' 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 whether the name space 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 files against version 2 parser ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking data for non-ASCII characters ... OK * checking examples ... ERROR Running examples in 'mrdrc-Ex.R' failed. The error most likely occurred in: > ### * bin.mat > > flush(stderr()); flush(stdout()) > > ### Name: bin.mat > ### Title: Quantal data from ECVAM > ### Aliases: bin.fer bin.mat > ### Keywords: datasets > > ### ** Examples > > > ## Analysing bin.mat using a semi-parametric model > bin.mat.mrr1 <- pnsdrm(bin.mat[c(1,4,7,10,13),]$conc, + bin.mat[c(1,4,7,10,13),]$matured, + bin.mat[c(1,4,7,10,13),]$total, type = "binomial", + model = "semi-parametric", fct = LL.2()) > > bin.mat.mrr1 USER CHOICES: Data type: binomial Model: semi-parametric Parametric components: LL.2 Robust estimation: no ED values: 10, 20, 50 Reference: none Confidence level: 0.95 Estimated ED values: Log-logistic (ED50 as parameter) with lower limit at 0 and upper limit at 1 (LL.2) (mixing: 0.35) $XTABLE_1$ > plot(bin.mat.mrr1) $status [1] 0 $error.msg [1] "" $caption [1] "semi-parametric" > > ## Non-parametric model > bin.mat.mrr2 <- pnsdrm(bin.mat[c(1,4,7,10,13),]$conc, + bin.mat[c(1,4,7,10,13),]$matured, + bin.mat[c(1,4,7,10,13),]$total, type = "binomial", + model = "non-parametric") There were 50 or more warnings (use warnings() to see the first 50) > > bin.mat.mrr2 USER CHOICES: Data type: binomial Model: non-parametric ED values: 10, 20, 50 Reference: none Confidence level: 0.95 Estimated ED values: $XTABLE_1> plot(bin.mat.mrr2) $status [1] 1 $error.msg [1] "No plot available" $caption [1] "non-parametric" > > ## Parametric model > bin.mat.mrr3 <- pnsdrm(bin.mat[c(1,4,7,10,13),]$conc, + bin.mat[c(1,4,7,10,13),]$matured, + bin.mat[c(1,4,7,10,13),]$total, type = "binomial", + model = "parametric", fct = LL.2()) Error: subscript out of bounds Execution halted