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-08-16 13:29:13 -0400 (Wed, 16 Aug 2017).
Package 861/1382 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | |||||
MSnbase 2.2.0 Laurent Gatto
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | OK | ||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | ||||||
veracruz2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | [ ERROR ] | OK |
Package: MSnbase |
Version: 2.2.0 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings MSnbase_2.2.0.tar.gz |
StartedAt: 2017-08-16 05:41:52 -0400 (Wed, 16 Aug 2017) |
EndedAt: 2017-08-16 05:58:52 -0400 (Wed, 16 Aug 2017) |
EllapsedTime: 1020.3 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: MSnbase.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings MSnbase_2.2.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/MSnbase.Rcheck’ * using R version 3.4.1 (2017-06-30) * using platform: x86_64-apple-darwin15.6.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘MSnbase/DESCRIPTION’ ... OK * this is package ‘MSnbase’ version ‘2.2.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 ‘MSnbase’ can be installed ... OK * checking installed package size ... NOTE installed size is 8.3Mb sub-directories of 1Mb or more: data 1.9Mb doc 4.4Mb * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Authors@R field gives more than one person with maintainer role: Laurent Gatto <lg390@cam.ac.uk> [aut, cre] Johannes Rainer <Johannes.Rainer@eurac.edu> [aut, cre] Sebastian Gibb <mail@sebastiangibb.de> [aut, cre] * 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: ‘Biobase:::.showAnnotatedDataFrame’ ‘MALDIquant:::.estimateNoise’ ‘MALDIquant:::.localMaxima’ ‘MALDIquant:::.movingAverage’ ‘MALDIquant:::.savitzkyGolay’ 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 ... OK * 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 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 ... OK Examples with CPU or elapsed time > 5s user system elapsed OnDiskMSnExp-class 12.528 0.381 13.344 MSnSet-class 7.970 0.103 8.370 averageMSnSet 7.449 0.155 7.895 aggvar 5.419 0.057 5.629 quantify-methods 2.522 0.280 7.786 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition testthat results ================================================================ OK: 1325 SKIPPED: 0 FAILED: 7 1. Failure: Combine MSnSet features (L) (@test_MSnSet.R#128) 2. Error: makeNAdata (@test_nadata.R#8) 3. Error: makeNAdata (@test_nadata.R#8) 4. Error: makeNAdata (@test_nadata.R#8) 5. Error: makeNAdata (@test_nadata.R#8) 6. Error: makeNAdata (@test_nadata.R#8) 7. Error: makeNAdata (@test_nadata.R#8) Error: testthat unit tests failed Execution halted * 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, 3 NOTEs See ‘/Users/biocbuild/bbs-3.5-bioc/meat/MSnbase.Rcheck/00check.log’ for details.
testthat.Rout.fail:
R version 3.4.1 (2017-06-30) -- "Single Candle" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin15.6.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # setting R_TESTS to empty string because of > # https://github.com/hadley/testthat/issues/144 > # revert this when that issue in R is fixed. > Sys.setenv("R_TESTS" = "") > library("testthat") > library("MSnbase") Loading required package: BiocGenerics Loading required package: parallel Attaching package: 'BiocGenerics' The following objects are masked from 'package:parallel': clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, parApply, parCapply, parLapply, parLapplyLB, parRapply, parSapply, parSapplyLB The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, append, as.data.frame, cbind, colMeans, colSums, colnames, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply, union, unique, unsplit, which, which.max, which.min Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Loading required package: mzR Loading required package: Rcpp Loading required package: BiocParallel Loading required package: ProtGenerics This is MSnbase version 2.2.0 Read '?MSnbase' and references therein for information about the package and how to get started. Attaching package: 'MSnbase' The following object is masked from 'package:stats': smooth The following object is masked from 'package:base': trimws > setMSnbaseVerbose(FALSE) > register(SerialParam()) ## see issue 205 > > test_check("MSnbase") Experiment data Experimenter name: Laurent Gatto Laboratory: Cambridge Centre for Proteomics (CCP) Contact information: Laurent Gatto Contact email: lg390@cam.ac.uk Title: Example 'MSnExp' data set URL: PMIDs: No abstract available. Instrument : Model: test (1) Manufacturer: Customisations: Use 'msInfo(object)' for more MIAPE-MS information. Experiment data Experimenter name: Laurent Gatto Laboratory: Cambridge Centre for Proteomics (CCP) Contact information: Laurent Gatto Contact email: lg390@cam.ac.uk Title: Example 'MSnExp' data set URL: PMIDs: No abstract available. notes: Note1: First note MIAPE-MS information: 1. General features: Date stamp: Contact: Laurent Gatto Name: Laurent Gatto Laboratory: Cambridge Centre for Proteomics (CCP) Instument model: test Manufacturer: Customisations: Software: Version: Switching: Param file: 2. Ion source Source: Source details: 3. Post-source componentry Analyzer: Analyzer details: Collision gas: Pressure: bars Energy: Detector type: Sensitivity: Attaching package: 'AnnotationHub' The following object is masked from 'package:Biobase': cache snapshotDate(): 2017-04-25 loading from cache '/Users/biocbuild//.AnnotationHub/55314' 1 Object of class "MSmap" Map [75, 401] [1] Retention time: 30:1 - 34:58 [2] M/Z: 521 - 523 (res 0.005) Object of class "MSmap" Map [401, 75] [1] M/Z: 521 - 523 (res 0.005) [2] Retention time: 30:1 - 34:58 1 1 1. Failure: Combine MSnSet features (L) (@test_MSnSet.R#128) ------------------- combineFeatures(ee, L, redundancy.handler = "unique", cv = FALSE) showed 0 warnings Object of class "MzTab". Description: mzTab example file for reporting a summary report of quantification data quantified on the protein level Mode: Complete Type: Quantification Available data: Proteins PSMs Instance of class 'MSnSetList' containig 3 objects. MSn experiment data ("OnDiskMSnExp") Object size in memory: 0.13 Mb - - - Spectra data - - - MS level(s): 1 2 Number of spectra: 509 MSn retention times: 18:28 - 22:3 minutes - - - Processing information - - - Data loaded [Wed Aug 16 05:53:38 2017] MSnbase version: 2.2.0 - - - Meta data - - - phenoData rowNames: TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01.mzML.gz varLabels: sampleNames varMetadata: labelDescription Loaded from: TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01.mzML.gz protocolData: none featureData featureNames: X001.1 X002.1 ... X509.1 (509 total) fvarLabels: fileIdx spIdx ... spectrum (27 total) fvarMetadata: labelDescription experimentData: use 'experimentData(object)' Object of class "ReporterIons" TMT10HCD: '10-plex TMT HCD' with 10 reporter ions - 126.1277 +/- 0.002 (#8DD3C7) - 127.1248 +/- 0.002 (#FFFFB3) - 127.1311 +/- 0.002 (#BEBADA) - 128.1281 +/- 0.002 (#FB8072) - 128.1344 +/- 0.002 (#80B1D3) - 129.1315 +/- 0.002 (#FDB462) - 129.1378 +/- 0.002 (#B3DE69) - 130.1348 +/- 0.002 (#FCCDE5) - 130.1411 +/- 0.002 (#D9D9D9) - 131.1382 +/- 0.002 (#BC80BD) Object of class "Spectrum1" Retention time: 0:0 MSn level: 1 Total ion count: 684 Polarity: 1 This is pRolocdata version 1.14.0. Use 'pRolocdata()' to list available data sets. MSn experiment data ("MSnExp") Object size in memory: 0.18 Mb - - - Spectra data - - - MS level(s): 2 Number of spectra: 5 MSn retention times: 25:1 - 25:2 minutes - - - Processing information - - - Data loaded: Wed Aug 16 05:56:17 2017 MSnbase version: 2.2.0 - - - Meta data - - - phenoData rowNames: dummyiTRAQ.mzXML varLabels: sampleNames varMetadata: labelDescription Loaded from: dummyiTRAQ.mzXML protocolData: none featureData featureNames: X1.1 X2.1 ... X5.1 (5 total) fvarLabels: spectrum fvarMetadata: labelDescription experimentData: use 'experimentData(object)' MSn experiment data ("MSnExp") Object size in memory: 0.2 Mb - - - Spectra data - - - MS level(s): 2 Number of spectra: 5 MSn retention times: 25:1 - 25:2 minutes - - - Processing information - - - Data loaded: Wed Aug 16 05:56:17 2017 MSnbase version: 2.2.0 - - - Meta data - - - phenoData rowNames: dummyiTRAQ.mzXML varLabels: sampleNames varMetadata: labelDescription Loaded from: dummyiTRAQ.mzXML protocolData: none featureData featureNames: X1.1 X2.1 ... X5.1 (5 total) fvarLabels: spectrum fvarMetadata: labelDescription experimentData: use 'experimentData(object)' 1 Object of class "FeaturesOfInterest" Created on Wed Aug 16 05:57:08 2017 Description: small foi 3 features of interest: P20353, P53501, Q7KU78 Traceable object of class "FeaturesOfInterest" Created on Wed Aug 16 05:57:08 2017 Description: my description 10 features of interest: P20353, P53501 ... Q9VCK0, Q9VIU7 A collection of 1 features of interest. A collection of 10 features of interest. Iterations of EM: 1...2...3...4...5...6...7...8...9...10...11... [1] 0.07947339 2. Error: makeNAdata (@test_nadata.R#8) ---------------------------------------- attempt to apply non-function 1: makeNaData(dunkley2006, nNA = 1, exclude = 1:688) at testthat/test_nadata.R:8 2: combine(object, objectX) 3: combine(object, objectX) 4: combine(assayData(x), assayData(y)) 5: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list("environment", "environment"), structure(function (x, y, ...) { if (length(list(...)) > 0L) { combine(x, do.call(combine, list(y, ...))) } else { standardGeneric("combine") } }, generic = structure("combine", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = c("x", "y"), default = `\001NULL\001`, skeleton = (function (x, y, ...) stop("invalid call in method dispatch to 'combine' (no default method)", domain = NA))(x, y, ...), class = structure("nonstandardGenericFunction", package = "methods")), <environment>) 6: .findInheritedMethods(classes, fdef, mtable) 7: .duplicateClassesExist() 8: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 9: (function (x) x$.self$finalize())(<environment>) Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition 3. Error: makeNAdata (@test_nadata.R#8) ---------------------------------------- attempt to apply non-function 1: makeNaData(dunkley2006, nNA = 1, exclude = 1:688) at testthat/test_nadata.R:8 2: combine(object, objectX) 3: combine(object, objectX) 4: combine(assayData(x), assayData(y)) 5: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list("environment", "environment"), structure(function (x, y, ...) { if (length(list(...)) > 0L) { combine(x, do.call(combine, list(y, ...))) } else { standardGeneric("combine") } }, generic = structure("combine", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = c("x", "y"), default = `\001NULL\001`, skeleton = (function (x, y, ...) stop("invalid call in method dispatch to 'combine' (no default method)", domain = NA))(x, y, ...), class = structure("nonstandardGenericFunction", package = "methods")), <environment>) 6: .findInheritedMethods(classes, fdef, mtable) 7: .duplicateClassesExist() 8: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 9: (function (x) x$.self$finalize())(<environment>) Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition 4. Error: makeNAdata (@test_nadata.R#8) ---------------------------------------- attempt to apply non-function 1: makeNaData(dunkley2006, nNA = 1, exclude = 1:688) at testthat/test_nadata.R:8 2: combine(object, objectX) 3: combine(object, objectX) 4: combine(assayData(x), assayData(y)) 5: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list("environment", "environment"), structure(function (x, y, ...) { if (length(list(...)) > 0L) { combine(x, do.call(combine, list(y, ...))) } else { standardGeneric("combine") } }, generic = structure("combine", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = c("x", "y"), default = `\001NULL\001`, skeleton = (function (x, y, ...) stop("invalid call in method dispatch to 'combine' (no default method)", domain = NA))(x, y, ...), class = structure("nonstandardGenericFunction", package = "methods")), <environment>) 6: .findInheritedMethods(classes, fdef, mtable) 7: .duplicateClassesExist() 8: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 9: (function (x) x$.self$finalize())(<environment>) Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition 5. Error: makeNAdata (@test_nadata.R#8) ---------------------------------------- attempt to apply non-function 1: makeNaData(dunkley2006, nNA = 1, exclude = 1:688) at testthat/test_nadata.R:8 2: combine(object, objectX) 3: combine(object, objectX) 4: combine(assayData(x), assayData(y)) 5: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list("environment", "environment"), structure(function (x, y, ...) { if (length(list(...)) > 0L) { combine(x, do.call(combine, list(y, ...))) } else { standardGeneric("combine") } }, generic = structure("combine", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = c("x", "y"), default = `\001NULL\001`, skeleton = (function (x, y, ...) stop("invalid call in method dispatch to 'combine' (no default method)", domain = NA))(x, y, ...), class = structure("nonstandardGenericFunction", package = "methods")), <environment>) 6: .findInheritedMethods(classes, fdef, mtable) 7: .duplicateClassesExist() 8: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 9: (function (x) x$.self$finalize())(<environment>) Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition 6. Error: makeNAdata (@test_nadata.R#8) ---------------------------------------- attempt to apply non-function 1: makeNaData(dunkley2006, nNA = 1, exclude = 1:688) at testthat/test_nadata.R:8 2: combine(object, objectX) 3: combine(object, objectX) 4: combine(assayData(x), assayData(y)) 5: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list("environment", "environment"), structure(function (x, y, ...) { if (length(list(...)) > 0L) { combine(x, do.call(combine, list(y, ...))) } else { standardGeneric("combine") } }, generic = structure("combine", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = c("x", "y"), default = `\001NULL\001`, skeleton = (function (x, y, ...) stop("invalid call in method dispatch to 'combine' (no default method)", domain = NA))(x, y, ...), class = structure("nonstandardGenericFunction", package = "methods")), <environment>) 6: .findInheritedMethods(classes, fdef, mtable) 7: .duplicateClassesExist() 8: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 9: (function (x) x$.self$finalize())(<environment>) Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition 7. Error: makeNAdata (@test_nadata.R#8) ---------------------------------------- attempt to apply non-function 1: makeNaData(dunkley2006, nNA = 1, exclude = 1:688) at testthat/test_nadata.R:8 2: combine(object, objectX) 3: combine(object, objectX) 4: combine(assayData(x), assayData(y)) 5: (function (classes, fdef, mtable) { methods <- .findInheritedMethods(classes, fdef, mtable) if (length(methods) == 1L) return(methods[[1L]]) else if (length(methods) == 0L) { cnames <- paste0("\"", vapply(classes, as.character, ""), "\"", collapse = ", ") stop(gettextf("unable to find an inherited method for function %s for signature %s", sQuote(fdef@generic), sQuote(cnames)), domain = NA) } else stop("Internal error in finding inherited methods; didn't return a unique method", domain = NA) })(list("environment", "environment"), structure(function (x, y, ...) { if (length(list(...)) > 0L) { combine(x, do.call(combine, list(y, ...))) } else { standardGeneric("combine") } }, generic = structure("combine", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = c("x", "y"), default = `\001NULL\001`, skeleton = (function (x, y, ...) stop("invalid call in method dispatch to 'combine' (no default method)", domain = NA))(x, y, ...), class = structure("nonstandardGenericFunction", package = "methods")), <environment>) 6: .findInheritedMethods(classes, fdef, mtable) 7: .duplicateClassesExist() 8: get("#HAS_DUPLICATE_CLASS_NAMES", envir = .classTable) 9: (function (x) x$.self$finalize())(<environment>) Error in signalCondition(e) : no function to return from, jumping to top level Calls: <Anonymous> -> .handleSimpleError -> h -> signalCondition testthat results ================================================================ OK: 1325 SKIPPED: 0 FAILED: 7 1. Failure: Combine MSnSet features (L) (@test_MSnSet.R#128) 2. Error: makeNAdata (@test_nadata.R#8) 3. Error: makeNAdata (@test_nadata.R#8) 4. Error: makeNAdata (@test_nadata.R#8) 5. Error: makeNAdata (@test_nadata.R#8) 6. Error: makeNAdata (@test_nadata.R#8) 7. Error: makeNAdata (@test_nadata.R#8) Error: testthat unit tests failed Execution halted
MSnbase.Rcheck/00install.out:
* installing *source* package ‘MSnbase’ ... ** libs clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include -fPIC -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include -fPIC -Wall -g -O2 -c Spectrum1_class.c -o Spectrum1_class.o Spectrum1_class.c:8:13: warning: unused function '_new_Spectrum1' [-Wunused-function] static SEXP _new_Spectrum1(SEXP msLevel, SEXP peaksCount, SEXP rt, ^ 1 warning generated. clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include -fPIC -Wall -g -O2 -c Spectrum2_class.c -o Spectrum2_class.o Spectrum2_class.c:9:13: warning: unused function '_new_Spectrum2' [-Wunused-function] static SEXP _new_Spectrum2(SEXP msLevel, SEXP peaksCount, SEXP rt, ^ 1 warning generated. clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include -fPIC -Wall -g -O2 -c imp_neighbour_avg.cpp -o imp_neighbour_avg.o clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include -fPIC -Wall -g -O2 -c utils.c -o utils.o utils.c:92:15: warning: unused variable 'ret' [-Wunused-variable] int i1, i2, ret; ^ utils.c:107:15: warning: unused variable 'ret' [-Wunused-variable] int i1, i2, ret; ^ utils.c:123:18: warning: unused variable 'ret' [-Wunused-variable] double d1, d2, ret; ^ utils.c:133:18: warning: unused variable 'ret' [-Wunused-variable] double d1, d2, ret; ^ utils.c:121:12: warning: unused function 'compar_double_asc_order' [-Wunused-function] static int compar_double_asc_order(const void *p1, const void *p2) ^ utils.c:131:12: warning: unused function 'compar_double_desc_order' [-Wunused-function] static int compar_double_desc_order(const void *p1, const void *p2) ^ 6 warnings generated. 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 MSnbase.so RcppExports.o Spectrum1_class.o Spectrum2_class.o imp_neighbour_avg.o utils.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Users/biocbuild/bbs-3.5-bioc/meat/MSnbase.Rcheck/MSnbase/libs ** R ** data *** moving datasets to lazyload DB Creating a new generic function for ‘smooth’ in package ‘MSnbase’ Creating a new generic function for ‘trimws’ in package ‘MSnbase’ in method for ‘coerce’ with signature ‘"IBSpectra","MSnSet"’: no definition for class “IBSpectra” ** inst ** preparing package for lazy loading Creating a new generic function for ‘smooth’ in package ‘MSnbase’ Creating a new generic function for ‘trimws’ in package ‘MSnbase’ in method for ‘coerce’ with signature ‘"IBSpectra","MSnSet"’: no definition for class “IBSpectra” ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded * DONE (MSnbase)
MSnbase.Rcheck/MSnbase-Ex.timings:
name | user | system | elapsed | |
FeatComp-class | 0.291 | 0.024 | 0.319 | |
FeaturesOfInterest-class | 0.083 | 0.006 | 0.092 | |
MSmap-class | 0.001 | 0.000 | 0.002 | |
MSnExp-class | 0.379 | 0.004 | 0.395 | |
MSnProcess-class | 0.002 | 0.000 | 0.002 | |
MSnSet-class | 7.970 | 0.103 | 8.370 | |
MSnSetList-class | 4.176 | 0.025 | 4.316 | |
MzTab-class | 1.210 | 0.029 | 4.087 | |
NAnnotatedDataFrame-class | 0.024 | 0.001 | 0.024 | |
OnDiskMSnExp-class | 12.528 | 0.381 | 13.344 | |
ProcessingStep-class | 0.007 | 0.000 | 0.007 | |
ReporterIons-class | 0.016 | 0.000 | 0.016 | |
TMT6 | 0.019 | 0.000 | 0.022 | |
addIdentificationData-methods | 0.779 | 0.004 | 0.808 | |
aggvar | 5.419 | 0.057 | 5.629 | |
averageMSnSet | 7.449 | 0.155 | 7.895 | |
bin-methods | 0.935 | 0.015 | 0.975 | |
calculateFragments-methods | 0.795 | 0.014 | 0.829 | |
chromatogram-methods | 0.107 | 0.017 | 0.127 | |
clean-methods | 0.905 | 0.037 | 0.971 | |
combineFeatures | 0.996 | 0.011 | 1.027 | |
commonFeatureNames | 0.471 | 0.016 | 0.497 | |
compareSpectra-methods | 0.259 | 0.008 | 0.270 | |
estimateNoise-method | 0.011 | 0.000 | 0.012 | |
exprsToRatios-methods | 0.107 | 0.002 | 0.116 | |
extractPrecSpectra-methods | 0.597 | 0.003 | 0.615 | |
featureCV | 0.031 | 0.001 | 0.032 | |
fillUp | 0.015 | 0.001 | 0.015 | |
formatRt | 0.001 | 0.000 | 0.001 | |
get.amino.acids | 0.005 | 0.001 | 0.005 | |
get.atomic.mass | 0.001 | 0.000 | 0.000 | |
getVariableName | 0.004 | 0.000 | 0.005 | |
iPQF | 0.518 | 0.005 | 0.537 | |
iTRAQ4 | 0.012 | 0.000 | 0.012 | |
imageNA2 | 3.520 | 0.066 | 3.721 | |
impute-methods | 0.821 | 0.014 | 0.906 | |
itraqdata | 0.119 | 0.003 | 0.126 | |
listOf | 0.003 | 0.000 | 0.003 | |
makeNaData | 1.223 | 0.006 | 1.273 | |
missing-data | 3.522 | 0.036 | 3.665 | |
nFeatures | 0.531 | 0.029 | 0.575 | |
nQuants | 0.141 | 0.001 | 0.147 | |
naplot | 0.077 | 0.003 | 0.083 | |
navMS | 3.436 | 0.074 | 3.613 | |
normalise-methods | 0.020 | 0.001 | 0.021 | |
npcv | 0.007 | 0.000 | 0.007 | |
pSet-class | 0.002 | 0.000 | 0.003 | |
pickPeaks-method | 0.286 | 0.006 | 0.298 | |
plot-methods | 1.639 | 0.005 | 1.689 | |
plot2d-methods | 0.806 | 0.004 | 0.834 | |
plotDensity-methods | 1.154 | 0.003 | 1.192 | |
plotMzDelta-methods | 1.272 | 0.042 | 1.360 | |
plotNA-methods | 0.592 | 0.003 | 0.610 | |
plotSpectrumSpectrum-methods | 0.888 | 0.006 | 0.916 | |
precSelection | 0.024 | 0.001 | 0.032 | |
purityCorrect-methods | 0.111 | 0.003 | 0.117 | |
quantify-methods | 2.522 | 0.280 | 7.786 | |
readMSData | 1.034 | 0.004 | 1.065 | |
readMSnSet | 0.363 | 0.006 | 0.377 | |
readMgfData | 3.171 | 0.028 | 3.313 | |
readMzTabData | 2.604 | 0.035 | 3.202 | |
readMzTabData_v0.9 | 0.342 | 0.004 | 0.703 | |
removeNoId-methods | 1.187 | 0.004 | 1.216 | |
removePeaks-methods | 0.786 | 0.011 | 0.812 | |
removeReporters-methods | 0.790 | 0.005 | 0.815 | |
selectFeatureData | 0.113 | 0.005 | 0.121 | |
smooth-methods | 0.241 | 0.006 | 0.267 | |
trimMz-methods | 0.196 | 0.003 | 0.201 | |
writeMgfData-methods | 0.001 | 0.000 | 0.001 | |
xic-methods | 0.001 | 0.000 | 0.001 | |