* using log directory 'd:/Rcompile/CRANpkg/local/SharedHT2.Rcheck' * using R version 2.1.1, 2005-06-20 * checking for file 'SharedHT2/DESCRIPTION' ... OK * this is package 'SharedHT2' version '1.42' * checking if this is a source package ... OK * checking whether package 'SharedHT2' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking package dependencies ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for syntax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking Rd files ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking for CRLF line endings in C/C++/Fortran sources/headers ... OK * creating SharedHT2-Ex.R ... OK * checking examples ... ERROR Running examples in SharedHT2-Ex.R failed. The error most likely occurred in: > ### * SimOneMVN.IW > > flush(stderr()); flush(stdout()) > > ### Name: SimOneMVN.IW > ### Title: Simulate a micro-array experiment dataset > ### Aliases: SimOneMVN.IW > ### Keywords: datagen > > ### ** Examples > > shape <- 9.107182 > rate <- matrix(c(0.12789434, 0.08468535, 0.08468535, 0.12390469), 2, 2) > Ngenes <- 12625 > nreps <- 3 > nTP <- 100 > effect.size <- c(rep(4.33, nTP), rep(0, Ngenes-nTP)) > > MyDat <- SimOneMVN.IW(shape=shape, rate=rate, Ngenes=Ngenes, nreps=nreps, +