############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:crlmm.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings crlmm_1.60.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/crlmm.Rcheck’ * using R version 4.3.1 (2023-06-16) * using platform: aarch64-unknown-linux-gnu (64-bit) * R was compiled by gcc (GCC) 10.3.1 GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘crlmm/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘crlmm’ version ‘1.60.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 hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘crlmm’ can be installed ... OK * used C compiler: ‘gcc (GCC) 10.3.1’ * checking installed package size ... NOTE installed size is 5.0Mb sub-directories of 1Mb or more: R 1.2Mb data 2.7Mb * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Versioned 'LinkingTo' value for ‘preprocessCore’ is only usable in R >= 3.0.2 * 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 startup messages can be suppressed ... NOTE No methods found in package ‘oligoClasses’ for request: ‘mean’ when loading ‘crlmm’ It looks like this package (or a package it requires) has a startup message which cannot be suppressed: see ?packageStartupMessage. * checking dependencies in R code ... NOTE 'library' or 'require' call to ‘RUnit’ in package code. Please use :: or requireNamespace() instead. See section 'Suggested packages' in the 'Writing R Extensions' manual. Namespace in Imports field not imported from: ‘splines’ All declared Imports should be used. Unexported object imported by a ':::' call: ‘Biobase:::assayDataEnvLock’ See the note in ?`:::` about the use of this operator. * 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 checkRd: (5) CNSet-methods.Rd:39-41: \item in \describe must have non-empty label checkRd: (5) CNSet-methods.Rd:65-67: \item in \describe must have non-empty label checkRd: (5) CNSet-methods.Rd:69-71: \item in \describe must have non-empty label checkRd: (-1) constructInf.Rd:35: Escaped LaTeX specials: \_ \_ checkRd: (-1) genotype.Illumina.Rd:48: Escaped LaTeX specials: \_ \_ checkRd: (-1) preprocessInf.Rd:55: Escaped LaTeX specials: \_ \_ checkRd: (-1) readIdatFiles.Rd:39: Escaped LaTeX specials: \_ \_ checkRd: (-1) readIdatFiles.Rd:55: Escaped LaTeX specials: \_ \_ checkRd: (-1) readIdatFiles.Rd:56: Escaped LaTeX specials: \_ checkRd: (-1) snprma.Rd:38: Escaped LaTeX specials: \_ \_ * 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 Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking for GNU extensions in Makefiles ... OK * checking include directives in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘crlmm-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: crlmm > ### Title: Genotype oligonucleotide arrays with CRLMM > ### Aliases: crlmm crlmm2 > ### Keywords: classif > > ### ** Examples > > ## this can be slow > library(oligoClasses) > if (require(genomewidesnp6Crlmm) & require(hapmapsnp6)){ + path <- system.file("celFiles", package="hapmapsnp6") + + ## the filenames with full path... + ## very useful when genotyping samples not in the working directory + cels <- list.celfiles(path, full.names=TRUE) + (crlmmOutput <- crlmm(cels)) + ## If gender is known, one should check that the assigned gender is + ## correct, or pass the integer coding of gender as an argument to the + ## crlmm function as done below + } Loading required package: genomewidesnp6Crlmm Annotation for genomewidesnp6Crlmm version 1.0.7 supports UCSC builds hg18 and hg19. Loading required package: hapmapsnp6 /-------------------------------------------\ | SAMPLE HAPMAP SNP 6.0 | |-------------------------------------------| | Data obtained from http://www.hapmap.org | | This package is meant to be used only for | | demonstration of BioConductor packages. | | Access http://www.hapmap.org for details. | |-------------------------------------------| | The contents of this package are provided | | in good faith and the maintainer does not | | warrant their accuracy. | \-------------------------------------------/ Loading annotations and mixture model parameters. * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘crlmm_unit_tests.R’/home/biocbuild/R/R-4.3.1/bin/BATCH: line 60: 874484 Killed ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1 ERROR Running the tests in ‘tests/crlmm_unit_tests.R’ failed. Last 13 lines of output: Annotation for genomewidesnp6Crlmm version 1.0.7 supports UCSC builds hg18 and hg19. Loading required package: hapmapsnp6 /-------------------------------------------\ | SAMPLE HAPMAP SNP 6.0 | |-------------------------------------------| | Data obtained from http://www.hapmap.org | | This package is meant to be used only for | | demonstration of BioConductor packages. | | Access http://www.hapmap.org for details. | |-------------------------------------------| | The contents of this package are provided | | in good faith and the maintainer does not | | warrant their accuracy. | \-------------------------------------------/ Loading annotations and mixture model parameters. * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING, 5 NOTEs See ‘/home/biocbuild/bbs-3.18-bioc/meat/crlmm.Rcheck/00check.log’ for details.