Package check result: NOTE Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Wolfgang Raffelsberger ’ Found the following (possibly) invalid URLs: URL: https://doi.org/10.1093/bioinformatics/btn209 From: inst/doc/wrMiscVignette1.html Status: 500 Message: Internal Server Error Changes to worse in reverse depends: Package: wrProteo Check: examples New result: ERROR Running examples in ‘wrProteo-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: testRobustToNAimputation > ### Title: Pairwise Testing Robust To NA-Imputation > ### Aliases: testRobustToNAimputation > > ### ** Examples > > set.seed(2015); rand1 <- round(runif(600) +rnorm(600,1,2),3) > dat1 <- matrix(rand1,ncol=6) + matrix(rep((1:100)/20,6),ncol=6) > dat1[13:16,1:3] <- dat1[13:16,1:3] +2 # augment lines 13:16 > dat1[19:20,1:3] <- dat1[19:20,1:3] +3 # augment lines 19:20 > dat1[15:18,4:6] <- dat1[15:18,4:6] +1.4 # augment lines 15:18 > dat1[dat1 <1] <- NA # mimick some NAs for low abundance > ## normalize data > boxplot(dat1, main="Data Before Normalization", las=1) > dat1 <- wrMisc::normalizeThis(as.matrix(dat1), meth="median") > ## designate replicate relationships in samples ... > grp1 <- gl(2, 3, labels=LETTERS[1:2]) > ## moderated t-test with repeated imputations (may take >10 sec, >60 sec if ROTSn >0 !) > PLtestR1 <- testRobustToNAimputation(dat=dat1, gr=grp1, retnNA=TRUE, nLoop=20) Error in pValTab[, , 1] <- out$p.value : number of items to replace is not a multiple of replacement length Calls: testRobustToNAimputation Execution halted