* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/ssa.Rcheck’ * using R Under development (unstable) (2020-03-29 r78100) * using platform: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 * checking for file ‘ssa/DESCRIPTION’ ... OK * this is package ‘ssa’ version ‘1.3.0’ * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘ssa’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over 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 ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking 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 metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... OK * checking examples with --run-donttest ... ERROR Running examples in ‘ssa-Ex.R’ failed The error most likely occurred in: > ### Name: nfsdr2 > ### Title: Nonparametric false simultaneous discovery rate control, two > ### thresholds > ### Aliases: nfsdr2 > > ### ** Examples > > ## No test: > ## generate paired test statistics > p <- 10^6; ## total number of pairs > X <- c(rep(0,p-30),rep(1,10),rep(2,10),rep(3,10)); > ## X=0: no signal in either sequence of tests > ## X=1: signal in sequence 1 only > ## X=2: signal in sequence 2 only > ## X=3: simultaneous signal > set.seed(1); > Z1 <- rnorm(p,0,1); Z1[X==1|X==3] <- rnorm(20,3,1); > Z2 <- rnorm(p,0,1); Z2[X==2|X==3] <- rnorm(20,4,1); > ## convert to p-value > P1 <- 2*pnorm(-abs(Z1)); > P2 <- 2*pnorm(-abs(Z2)); > ## run different version of fsdr() > out.pp <- fsdr(P1,P2,alpha=0.05); Error in fsdr(P1, P2, alpha = 0.05) : could not find function "fsdr" Execution halted * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/ssa.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 2:53.55, 169.26 + 3.73