- using R version 2.11.0 Under development (unstable) (2010-01-14 r50981)
- using session charset: UTF-8
- checking for file 'QRMlib/DESCRIPTION' ... OK
- this is package 'QRMlib' version '1.4.4'
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking for executable files ... OK
- checking whether package 'QRMlib' can be installed ... WARNING
Found the following significant warnings:
Warning: bad markup (extra space?) at Gumbel.Rd:29:10
Warning: bad markup (extra space?) at Gumbel.Rd:32:13
Warning: bad markup (extra space?) at Gumbel.Rd:38:9
See http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-gcc/QRMlib-00install.html for details.
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking DESCRIPTION meta-information ... NOTE
Non-standard license specification:
GPL version 2 or newer
Standardizable: TRUE
Standardized license specification:
GPL (>= 2)
- 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 package can be unloaded cleanly ... WARNING
---- unloading
Warning message:
.Last.lib failed in detach() for 'QRMlib', details:
call: file.path(libpath, "libs", paste(chname, file.ext, sep = ""))
error: argument "pkg" is missing, with no default
- 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 ... WARNING
prepare_Rd: bad markup (extra space?) at Gumbel.Rd:29:10
prepare_Rd: bad markup (extra space?) at Gumbel.Rd:32:13
prepare_Rd: bad markup (extra space?) at Gumbel.Rd:38:9
- checking Rd metadata ... 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 line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable compilation flags in Makevars ... OK
- checking for portable use of $BLAS_LIBS ... OK
- checking examples ... ERROR
Running examples in 'QRMlib-Ex.R' failed.
The error most likely occurred in:
> ### * cal.beta
>
> flush(stderr()); flush(stdout())
>
> ### Name: cal.beta
> ### Title: Calibrate Beta Mixture of Bernoullis
> ### Aliases: cal.beta
> ### Keywords: models
>
> ### ** Examples
>
> pi.B <- 0.2; pi2.B <- 0.05
> probitnorm.pars <- cal.probitnorm(pi.B,pi2.B)
Error: package ‘mvtnorm’ is required by ‘QRMlib’ so will not be detached
Execution halted