Skip to content
Prev 7909 / 21312 Next

[Bioc-devel] biocLite misbehavior?

On 08/21/2015 09:01 AM, Vincent Carey wrote:
yeah, that's what is trying to be done; I can't reproduce this. Is this with R 
--vanilla or equivalent? Can you step through the following and report output?

             con <- file(fl <- tempfile(), "a")
             xx <- close(file("https://bioconductor.org"))
             flush(con)
             length(readLines(fl))

if the second line causes problems can you run the file() and close() parts 
separately?

Thanks, Martin