Back to the "Multiple platform build/check report" | A B C D E F G H I J K L M N O P Q R [S] T U V W X Y Z |
This page was generated on 2017-03-04 16:36:21 -0500 (Sat, 04 Mar 2017).
Package 1172/1339 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | |||||
ShortRead 1.33.1 Bioconductor Package Maintainer
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | ERROR | ||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | ERROR | OK | ||||||
toluca2 | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | ERROR | OK | ||||||
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | [ ERROR ] | OK |
Package: ShortRead |
Version: 1.33.1 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings ShortRead_1.33.1.tar.gz |
StartedAt: 2017-03-04 09:04:03 -0800 (Sat, 04 Mar 2017) |
EndedAt: 2017-03-04 09:09:02 -0800 (Sat, 04 Mar 2017) |
EllapsedTime: 298.7 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: ShortRead.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings ShortRead_1.33.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/ShortRead.Rcheck’ * using R Under development (unstable) (2017-02-15 r72177) * using platform: x86_64-apple-darwin13.4.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘ShortRead/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘ShortRead’ version ‘1.33.1’ * 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 ‘ShortRead’ can be installed ... OK * checking installed package size ... NOTE installed size is 6.6Mb sub-directories of 1Mb or more: R 1.3Mb extdata 4.0Mb * 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 ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking dependencies in R code ... NOTE Unexported objects imported by ':::' calls: ‘Biostrings:::xscodes’ ‘S4Vectors:::V_recycle’ 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 ... NOTE .plotCycleBaseCall: no visible binding for global variable ‘Base’ .readAligned_bam: no visible global function definition for ‘.readAligned_bamWhat’ flag,QAReadQuality: no visible binding for global variable ‘Score’ flag,QAReadQuality: no visible binding for global variable ‘Id’ flag,QAReadQuality: no visible binding for global variable ‘Density’ report,QAFrequentSequence: no visible binding for global variable ‘TopCount’ report,QAFrequentSequence: no visible binding for global variable ‘Id’ report,QANucleotideByCycle: no visible binding for global variable ‘Base’ report,QANucleotideUse: no visible binding for global variable ‘Nucleotide’ report,QAQualityUse: no visible binding for global variable ‘Count’ report,QAQualityUse: no visible binding for global variable ‘Id’ report,QAQualityUse: no visible binding for global variable ‘Quality’ report,QAReadQuality: no visible binding for global variable ‘Id’ report,QASequenceUse: no visible binding for global variable ‘Occurrences’ report,QASequenceUse: no visible binding for global variable ‘Id’ report,QASequenceUse: no visible binding for global variable ‘Reads’ Undefined global functions or variables: .readAligned_bamWhat Base Count Density Id Nucleotide Occurrences Quality Reads Score TopCount * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... WARNING Missing link or links in documentation object 'AlignedRead-class.Rd': ‘[IRanges:IntervalTree-class]{overlap}’ Missing link or links in documentation object 'SRFilter-class.Rd': ‘[IRanges]{FilterRules}’ See section 'Cross-references' in the 'Writing R Extensions' manual. * checking for missing documentation entries ... WARNING Undocumented code objects: ‘left’ ‘right’ All user-level objects in a package 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 ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... 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 compiled code ... OK * checking sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘ShortRead-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Snapshot-class > ### Title: Class '"Snapshot"' > ### Aliases: Snapshot-class trellis-class Snapshot > ### Snapshot,character,GRanges-method Snapshot,character,missing-method > ### Snapshot,BamFileList,GRanges-method files files,Snapshot-method > ### functions functions,Snapshot-method show,Snapshot-method view > ### view,Snapshot-method vrange vrange,Snapshot-method annTrack > ### annTrack,Snapshot-method fac fac,Snapshot-method getTrellis > ### getTrellis,Snapshot-method ignore.strand > ### ignore.strand,Snapshot-method pan pan,Snapshot-method togglefun > ### togglefun,Snapshot-method togglep togglep,Snapshot-method togglez > ### togglez,Snapshot-method zoom zoom,Snapshot-method > ### Keywords: classes > > ### ** Examples > > > ## example 1: Importing specific ranges of records > > file <- system.file("extdata", "SRR002051.chrI-V.bam", + package="yeastNagalakshmi") > which <- GRanges("chrI", IRanges(1, 2e5)) > s <- Snapshot(file, range=which) > > ## methods > zoom(s) # zoom in > ## zoom in to a specific region > zoom(s, range=GRanges("chrI", IRanges(7e4, 7e4+8000))) > pan(s) # pan right > togglez(s) # change effect of zooming > zoom(s) # zoom out > togglep(s) # change effect of panning > pan(s) > > ## accessors > functions(s) SnapshotFunctionList of length 4 names(4): fine_coverage coarse_coverage multifine_coverage multicoarse_coverage > vrange(s) GRanges object with 1 range and 0 metadata columns: seqnames ranges strand <Rle> <IRanges> <Rle> [1] chrI [50486, 74185] * ------- seqinfo: 1 sequence from an unspecified genome; no seqlengths > show(s) class: Snapshot file(s): SRR002051.chrI-V.bam Orginal range: chrI:1-200000 active range: chrI:50486-74185 zoom (togglez() to change): out pan (togglep() to change): left fun (togglefun() to change): coarse_coverage functions: fine_coverage coarse_coverage multifine_coverage multicoarse_coverage > ignore.strand(s) [1] FALSE > view(s) ## extract the spTrellis object class: SpTrellis region: 48829.77 75841.23 viewing window: 48829.77 75841.23 > getTrellis(s) ## extract the trellis object > > ## example 2: ignore strand > s <- Snapshot(file, range=which, ignore.strand=TRUE) > > ## > ## example 3: visualizing annotation track > ## > > library(GenomicFeatures) Loading required package: AnnotationDbi > > getAnnGR <- function(txdb, which) { + ex <- exonsBy(txdb, by="gene") + seqlevels(ex, force=TRUE) <- seqlevels(which) + r <- range(ex) + gr <- unlist(r) + values(gr)[["gene_id"]] <- rep.int(names(r), times=lengths(r)) + gr + } > > txdbFile <- system.file("extdata", "sacCer2_sgdGene.sqlite", + package="yeastNagalakshmi") > # txdb <- makeTxDbFromUCSC(genome="sacCer2", tablename="sgdGene") > txdb <- loadDb(txdbFile) Error in validObject(.Object) : invalid class “TxDb” object: 'Db type' is not 'TxDb' Calls: loadDb -> new -> initialize -> initialize -> validObject Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘ShortRead_unit_tests.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: 1 ERROR, 2 WARNINGs, 3 NOTEs See ‘/Users/biocbuild/bbs-3.5-bioc/meat/ShortRead.Rcheck/00check.log’ for details.
ShortRead.Rcheck/00install.out:
* installing *source* package ‘ShortRead’ ... checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gzeof in -lz... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of unsigned long... 8 configure: creating ./config.status config.status: creating src/Makevars ** libs clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c Biostrings_stubs.c -o Biostrings_stubs.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c IRanges_stubs.c -o IRanges_stubs.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c R_init_ShortRead.c -o R_init_ShortRead.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c XVector_stubs.c -o XVector_stubs.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c alphabet.c -o alphabet.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c io.c -o io.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c io_bowtie.c -o io_bowtie.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c io_soap.c -o io_soap.o clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIBZ=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_LONG=8 -fPIC -Wall -mtune=core2 -g -O2 -c readBfaToc.cc -o readBfaToc.o clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_LIBZ=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_LONG=8 -fPIC -Wall -mtune=core2 -g -O2 -c read_maq_map.cc -o read_maq_map.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c sampler.c -o sampler.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c trim.c -o trim.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c util.c -o util.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/IRanges/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/XVector/include" -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Biostrings/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -fPIC -Wall -mtune=core2 -g -O2 -c xsnap.c -o xsnap.o clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o ShortRead.so Biostrings_stubs.o IRanges_stubs.o R_init_ShortRead.o S4Vectors_stubs.o XVector_stubs.o alphabet.o io.o io_bowtie.o io_soap.o readBfaToc.o read_maq_map.o sampler.o trim.o util.o xsnap.o -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Users/biocbuild/bbs-3.5-bioc/meat/ShortRead.Rcheck/ShortRead/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded * DONE (ShortRead)
ShortRead.Rcheck/ShortRead-Ex.timings:
name | user | system | elapsed | |
AlignedRead-class | 0.721 | 0.010 | 0.731 | |
BowtieQA-class | 0.002 | 0.000 | 0.002 | |
ExperimentPath-class | 0.000 | 0.000 | 0.001 | |
FastqQA-class | 0.001 | 0.001 | 0.001 | |
Intensity-class | 0.305 | 0.013 | 0.319 | |
MAQMapQA-class | 0.001 | 0.000 | 0.001 | |
QA-class | 0.001 | 0.000 | 0.002 | |
QualityScore-class | 0.029 | 0.002 | 0.029 | |
QualityScore | 0.008 | 0.000 | 0.009 | |
RochePath-class | 0.001 | 0.001 | 0.001 | |
RocheSet-class | 0.002 | 0.001 | 0.001 | |
RtaIntensity-class | 0.077 | 0.000 | 0.078 | |
RtaIntensity | 0.049 | 0.001 | 0.049 | |
SRFilter-class | 0.001 | 0.000 | 0.001 | |
SRFilterResult-class | 0.111 | 0.001 | 0.112 | |
SRSet-class | 0.001 | 0.001 | 0.001 | |
SRUtil-class | 0.005 | 0.000 | 0.006 | |
Sampler-class | 1.309 | 0.031 | 1.342 | |
ShortRead-class | 0.085 | 0.001 | 0.087 | |
ShortReadQ-class | 0.364 | 0.022 | 0.385 | |