Back to Build/check report for BioC 3.17
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-02-23 01:33:42 -0000 (Thu, 23 Feb 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng1Linux (Ubuntu 22.04.1 LTS)aarch64R Under development (unstable) (2023-01-14 r83615) -- "Unsuffered Consequences" 4245
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for affy on kunpeng1


To the developers/maintainers of the affy package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/affy.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 22/2164HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
affy 1.77.0  (landing page)
Rafael A. Irizarry
Snapshot Date: 2023-02-21 12:29:53 -0000 (Tue, 21 Feb 2023)
git_url: https://git.bioconductor.org/packages/affy
git_branch: master
git_last_commit: b3ddc54
git_last_commit_date: 2022-11-01 14:35:21 -0000 (Tue, 01 Nov 2022)
kunpeng1Linux (Ubuntu 22.04.1 LTS) / aarch64  OK    OK    WARNINGS  

Summary

Package: affy
Version: 1.77.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:affy.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings affy_1.77.0.tar.gz
StartedAt: 2023-02-22 00:25:02 -0000 (Wed, 22 Feb 2023)
EndedAt: 2023-02-22 00:29:50 -0000 (Wed, 22 Feb 2023)
EllapsedTime: 287.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: affy.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:affy.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings affy_1.77.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/affy.Rcheck’
* using R Under development (unstable) (2023-01-14 r83615)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.1 LTS
* using session charset: UTF-8
* checking for file ‘affy/DESCRIPTION’ ... OK
* this is package ‘affy’ version ‘1.77.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 ‘affy’ can be installed ... OK
* used C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
* checking installed package size ... OK
* 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 ... NOTE
Problems with news in ‘NEWS’:
  Cannot process chunk/lines:
    Things done:
      0 (wh:) moved everything related to Cdf-class from 'affy' to 'makecdfenv':
        R/Cdf.R, R/getLocationsData.Cdf.R, locate.name.R, pmormm.R
        R/read.cdffile.R, data/cdf.example.rda, man/Cdf-class.Rd
        man/getLocationsData.Cdf.Rd, man/locate.name.Rd, man/pmormm.Rd
        man/read.cdffile.Rd, src/read_cdffile.c
      o read.affybatch2 reads all cel files together in one big hit
        into an affybatch
      o the baseline in normalize.AffyBatch,invariant can be selected
        using a baseline.type parameter. Also changed "progress" to the 
        more standard "verbose". Seemed to be an error since both PM and
        MM probes were normalized by only PM's where used to establish the 
        normalization, now follows same standard as been introduced for
        normalize.AffyBatch.quantiles.
      o Most normalization routines can now be called with the parameter 
        type which specifies whether to be pmonly, mmonly, both together 
        or both separately. This introduces more consistency to the how
        the normalization routines are actually applied to affybatchs.
      o express() has been completely removed.
* 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 dependencies in R code ... NOTE
Unexported objects imported by ':::' calls:
  ‘stats:::C_loess_raw’ ‘stats:::C_lowesp’ ‘stats:::C_lowesw’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... WARNING
Foreign function calls to a base package:
  .C(stats:::C_loess_raw, ...)
  .Fortran(stats:::C_lowesp, ...)
  .Fortran(stats:::C_lowesw, ...)
Packages should not make .C/.Call/.External/.Fortran calls to a base
package. They are not part of the API, for use only by R itself and
subject to change without notice.
* checking R code for possible problems ... OK
* checking Rd files ... WARNING
checkRd: (7) normalize.quantiles.Rd:40: Invalid email address: bmbolstad.com
checkRd: (-1) xy2indices.Rd:51: 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 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) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
mas5                  29.462  0.284  29.747
MAplot                13.783  0.391  14.176
expresso              12.940  0.156  13.096
AffyBatch-class        5.811  0.240   6.051
ProgressBarText-class  1.171  0.025  16.686
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘affy.Rnw’... OK
  ‘builtinMethods.Rnw’... OK
  ‘customMethods.Rnw’... OK
  ‘vim.Rnw’... OK
 OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/affy.Rcheck/00check.log’
for details.



Installation output

affy.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL affy
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/library’
* installing *source* package ‘affy’ ...
** using staged installation
creating cache ./config.cache
checking how to run the C preprocessor... gcc -E
checking for main in -lz... yes
checking for zlib.h... yes
checking if zlib version >= 1.1.3... yes
updating cache ./config.cache
creating ./config.status
creating src/Makevars
** libs
using C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -DHAVE_ZLIB=1  -I'/home/biocbuild/bbs-3.17-bioc/R/library/preprocessCore/include' -I/usr/local/include   -g -O2 -Wall -fPIC  -g -O2  -Wall -c chipbackground.c -o chipbackground.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -DHAVE_ZLIB=1  -I'/home/biocbuild/bbs-3.17-bioc/R/library/preprocessCore/include' -I/usr/local/include   -g -O2 -Wall -fPIC  -g -O2  -Wall -c getall_locations.c -o getall_locations.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -DHAVE_ZLIB=1  -I'/home/biocbuild/bbs-3.17-bioc/R/library/preprocessCore/include' -I/usr/local/include   -g -O2 -Wall -fPIC  -g -O2  -Wall -c mas5calls.c -o mas5calls.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -DHAVE_ZLIB=1  -I'/home/biocbuild/bbs-3.17-bioc/R/library/preprocessCore/include' -I/usr/local/include   -g -O2 -Wall -fPIC  -g -O2  -Wall -c rma2.c -o rma2.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -DHAVE_ZLIB=1  -I'/home/biocbuild/bbs-3.17-bioc/R/library/preprocessCore/include' -I/usr/local/include   -g -O2 -Wall -fPIC  -g -O2  -Wall -c rma_common.c -o rma_common.o
gcc -shared -L/home/biocbuild/bbs-3.17-bioc/R/lib -L/usr/local/lib -o affy.so chipbackground.o getall_locations.o mas5calls.o rma2.o rma_common.o -lz -L/home/biocbuild/bbs-3.17-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.17-bioc/R/library/00LOCK-affy/00new/affy/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (affy)

Tests output


Example timings

affy.Rcheck/affy-Ex.timings

nameusersystemelapsed
AffyBatch-class5.8110.2406.051
AffyRNAdeg2.3290.1352.462
MAplot13.783 0.39114.176
ProbeSet-class0.3980.0110.409
ProgressBarText-class 1.171 0.02516.686
affy-options0.0010.0000.001
barplot.ProbeSet0.6700.0200.691
bgc3.4960.0723.569
cleancdfname0.0010.0060.006
expresso12.940 0.15613.096
expressoWidget000
fit.li.wong3.7290.0603.789
generateExprSet-methods0.4760.0080.484
generateExprVal-methods0.3840.0080.392
generateExprVal.method.avgdiff0.2710.0040.276
list.celfiles0.0010.0000.001
maffy.subset0.0130.0000.013
mas529.462 0.28429.747
mas5calls1.9580.0241.982
mva.pairs0.0970.0000.097
normalize-methods0.2970.0040.301
normalize.loess0.0130.0000.012
plot.ProbeSet0.0140.0000.014
plot.density1.0530.0081.061
plotLocation1.8830.0441.927
pmcorrect0.3200.0120.331
ppsetApply000
read.affybatch1.5960.0401.640
rma1.9220.0001.922
setAffyOptions0.0000.0000.001
xy2indices1.8310.0781.909