############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:oligo.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings oligo_1.58.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.14-bioc/meat/oligo.Rcheck’ * using R version 4.1.3 (2022-03-10) * using platform: x86_64-apple-darwin17.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘oligo/DESCRIPTION’ ... OK * this is package ‘oligo’ version ‘1.58.0’ * checking package namespace information ... OK * checking package dependencies ... NOTE Packages which this enhances but not available for checking: 'doMC', 'doMPI' * 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 ‘oligo’ can be installed ... WARNING Found the following significant warnings: ParserGzXYS.c:18:17: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] ParserGzXYS.c:19:12: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] ParserGzXYS.c:46:6: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] ParserGzXYS.c:50:10: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] ParserGzXYS.c:51:11: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] ParserGzXYS.c:134:6: warning: incompatible pointer types assigning to 'gzFile *' (aka 'struct gzFile_s **') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] ParserGzXYS.c:138:11: warning: incompatible pointer types passing 'gzFile *' (aka 'struct gzFile_s **') to parameter of type 'gzFile' (aka 'struct gzFile_s *'); dereference with * [-Wincompatible-pointer-types] See ‘/Users/biocbuild/bbs-3.14-bioc/meat/oligo.Rcheck/00install.out’ for details. * checking installed package size ... NOTE installed size is 17.0Mb sub-directories of 1Mb or more: scripts 15.7Mb * checking package directory ... OK * checking ‘build’ 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 ... NOTE Warning: no function found corresponding to methods exports from ‘oligo’ for: ‘show’ A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. * checking whether the namespace can be unloaded cleanly ... OK * checking dependencies in R code ... NOTE Unexported object imported by a ':::' call: ‘Biobase:::annotatedDataFrameFromMatrix’ See the note in ?`:::` about the use of this operator. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... NOTE Foreign function calls to a different package: .Call("ReadHeader", ..., PACKAGE = "affyio") .Call("read_abatch", ..., PACKAGE = "affyio") See chapter ‘System and foreign language interfaces’ in the ‘Writing R Extensions’ manual. * checking R code for possible problems ... NOTE image,FeatureSet: warning in matrix(NA, nr = geom[1], nc = geom[2]): partial argument match of 'nr' to 'nrow' image,FeatureSet: warning in matrix(NA, nr = geom[1], nc = geom[2]): partial argument match of 'nc' to 'ncol' cloneFS: no visible global function definition for ‘clone’ rmaBgCorrectLDSmaster: no visible global function definition for ‘clone’ backgroundCorrect,matrix: no visible binding for global variable ‘intensities’ normalize,ff_matrix: no visible global function definition for ‘clone’ normalizeToTarget,ff_matrix: no visible global function definition for ‘clone’ pmindex,GenericPDInfo: no visible binding for global variable ‘man_fsetid’ Undefined global functions or variables: clone intensities man_fsetid * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented S4 methods: generic 'mm<-' and siglist 'TilingFeatureSet,missing,missing,array' generic 'pm<-' and siglist 'TilingFeatureSet,missing,missing,array' All user-level objects in a package (including S4 classes and methods) should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... WARNING Undocumented arguments in documentation object 'boxplot' ‘target’ Undocumented arguments in documentation object 'hist' ‘target’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... WARNING apparently using $(BLAS_LIBS) without following $(FLIBS) in ‘src/Makevars’ * checking use of PKG_*FLAGS in Makefiles ... OK * checking include directives in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking sizes of PDF files under ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... WARNING Files in the 'vignettes' directory newer than all files in 'inst/doc': ‘Makefile’ * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed preprocessTools 19.129 0.610 19.798 getProbeInfo 15.525 1.508 17.161 read.celfiles 5.520 0.249 5.779 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘doRUnit.R’ OK * 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: 5 WARNINGs, 7 NOTEs See ‘/Users/biocbuild/bbs-3.14-bioc/meat/oligo.Rcheck/00check.log’ for details.