To complete my previous email, here's the issue:
> library(rtracklayer)
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘pack
Thanks!
Actually, can you add getCurlInfo please? I missed it when checking
https://github.com/Bioconductor-mirror/rtracklayer/blob/master/R/web.R#L68-L84
versus
https://github.com/Bioconductor-mirror/rtracklayer/blob/master/NAMESPACE#L30-L31
On Wed, Jul 13, 2016 at 3:55 PM, Michael Lawrence
wr
Thanks, made the change.
On Wed, Jul 13, 2016 at 12:28 PM, Leonardo Collado Torres
wrote:
> Hi,
>
> I have a simple issue with rtracklayer::import.bw() which I believe
> can be fixed by a one line edit to the NAMESPACE file.
>
> The error is that url.exists() can't be found, which is part of RCur