Skip to content
Back to formatted view

Raw Message

Message-ID: <4D813038.4040409@stat.wisc.edu>
Date: 2011-03-16T21:48:40Z
From: Dongjun Chung
Subject: [Bioc-devel] error during multiple platform build/check

Dear developers,

I faced some errors during multiple platform build/check
("http://bioconductor.org/checkResults/2.8/bioc-LATEST/")
that I have never had before.

-------------------------------------------------------

* creating vignettes ... ERROR
Info: reading and preprocessing bin-level data...
Warning in file(file, "rt") :
   file("") only supports open = "w+" and open = "w+b": using the former

Error: processing vignette 'mosaics-example.Rnw' failed with diagnostics:
  chunk 4 (label=ts-readbin)
Error in read.table(chipFileName, header = FALSE, sep = "\t") :
   no lines available in input
Execution halted

-------------------------------------------------------

Briefly, I developed a software package & its experimental data package.
Vignette in the software package read the data (text files in 
inst/extdata/)
from experimental data package and fit models and so on.
This error message seems to say that vignette is not able to read the files
from the experimental data package.

Did anyone have similar experiences like this?
And can somebody help me to solve this problem?

Best,
Dongjun