Skip to content

[Bioc-devel] Access check.log file after error

1 message · Brian Long

#
Sorry for the additional email. It turns out there is additional
information in the file
/Users/biocbuild/bbs-3.3-bioc/meat/SWATH2stats.Rcheck/tests/test-all.Rout.fail
on morelia (and similar on zin2). Below are the contents of each.
R Under development (unstable) (2015-11-08 r69614) -- "Unsuffered Consequences"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.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.
Loading required package: SWATH2stats
1. Error: data conversion ------------------------------------------------------
The number of transitions annotated and measured do not match in the
following transitions:
 1069078_FIIDPAAVITGR_2, 1069082_FIIDPAAVITGR_2,
1069080_FIIDPAAVITGR_2, 1069071_FIIDPAAVITGR_2,
1069078_FIIDPAAVITGR_2, 1069082_FIIDPAAVITGR_2,
1069080_FIIDPAAVITGR_2, 1069071_FIIDPAAVITGR_2,
1069084_FIIDPAAVITGR_2, 1069076_FIIDPAAVITGR_2
1: withCallingHandlers(eval(code, new_test_environment), error =
capture_calls, message = function(c) invokeRestart("muffleMessage"))
2: eval(code, new_test_environment)
3: eval(expr, envir, enclos)
4: expect_that(disaggregate(data.max.test2), shows_message("The
library contains between 4 and 6 transitions per precursor.",
       fixed = TRUE)) at test_convert.R:50
5: condition(object)
6: evaluate_promise(expr)
7: with_sink(temp, withCallingHandlers(withVisible(code), warning =
wHandler, message = mHandler))
8: withCallingHandlers(withVisible(code), warning = wHandler, message
= mHandler)
9: withVisible(code)
10: disaggregate(data.max.test2)
11: stop(paste("The number of transitions annotated and measured do
not match in the following transitions:\n",
       paste(unlist(n.transitions[n.transitions2 != n.transitions4]),
collapse = ", ")))

testthat results
================================================================
OK: 46 SKIPPED: 0 FAILED: 1
1. Error: data conversion

Error: testthat unit tests failed
Execution halted
R Under development (unstable) (2015-11-08 r69614) -- "Unsuffered Consequences"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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.
Loading required package: SWATH2stats
1. Error: data conversion ------------------------------------------------------
The number of transitions annotated and measured do not match in the
following transitions:
 1069078_FIIDPAAVITGR_2, 1069082_FIIDPAAVITGR_2,
1069080_FIIDPAAVITGR_2, 1069071_FIIDPAAVITGR_2,
1069078_FIIDPAAVITGR_2, 1069082_FIIDPAAVITGR_2,
1069080_FIIDPAAVITGR_2, 1069071_FIIDPAAVITGR_2,
1069084_FIIDPAAVITGR_2, 1069076_FIIDPAAVITGR_2
1: withCallingHandlers(eval(code, new_test_environment), error =
capture_calls, message = function(c) invokeRestart("muffleMessage"))
2: eval(code, new_test_environment)
3: eval(expr, envir, enclos)
4: expect_that(disaggregate(data.max.test2), shows_message("The
library contains between 4 and 6 transitions per precursor.",
       fixed = TRUE)) at test_convert.R:50
5: condition(object)
6: evaluate_promise(expr)
7: with_sink(temp, withCallingHandlers(withVisible(code), warning =
wHandler, message = mHandler))
8: withCallingHandlers(withVisible(code), warning = wHandler, message
= mHandler)
9: withVisible(code)
10: disaggregate(data.max.test2)
11: stop(paste("The number of transitions annotated and measured do
not match in the following transitions:\n",
       paste(unlist(n.transitions[n.transitions2 != n.transitions4]),
collapse = ", ")))

testthat results
================================================================
OK: 46 SKIPPED: 0 FAILED: 1
1. Error: data conversion

Error: testthat unit tests failed
Execution halted

Hope this helps,
Brian
?
On Wed, Nov 11, 2015 at 12:29 PM, Brian Long <brian at bioconductor.org> wrote: