Re: [Bioc-devel] ndexr fails on vignette build on windows

2019-10-24 Thread Vincent Carey
; >> Buffalo, New York 14263 >> >> ____________ >> From: Florian J. Auer >> Sent: Wednesday, October 23, 2019 7:25 AM >> To: Shepherd, Lori >> ; bioc-devel@r-project.org < >> bioc-devel@r-project.org> >> Subject: Re:

Re: [Bioc-devel] ndexr fails on vignette build on windows

2019-10-24 Thread Florian J. Auer
> Buffalo, New York 14263 > > > From: Florian J. Auer <mailto:florian.a...@informatik.uni-augsburg.de>> > Sent: Wednesday, October 23, 2019 7:25 AM > To: Shepherd, Lori ; > bioc-devel@r-project.org <mai

Re: [Bioc-devel] ndexr fails on vignette build on windows

2019-10-23 Thread Vincent Carey
Florian J. Auer > Sent: Wednesday, October 23, 2019 7:25 AM > To: Shepherd, Lori ; > bioc-devel@r-project.org > Subject: Re: [Bioc-devel] ndexr fails on vignette build on windows > > > Hi Lori, > > Thanks a lot, that really helped! > > It seems, that the error is c

Re: [Bioc-devel] ndexr fails on vignette build on windows

2019-10-23 Thread Shepherd, Lori
019 7:25 AM To: Shepherd, Lori ; bioc-devel@r-project.org Subject: Re: [Bioc-devel] ndexr fails on vignette build on windows Hi Lori, Thanks a lot, that really helped! It seems, that the error is caused by httr, and curl in the end. https://github.com/r-lib/httr/issues/619 Greetings Flori

Re: [Bioc-devel] ndexr fails on vignette build on windows

2019-10-23 Thread Florian J. Auer
Hi Lori, Thanks a lot, that really helped! It seems, that the error is caused by httr, and curl in the end. https://github.com/r-lib/httr/issues/619 Greetings Florian Am 09.10.19 um 17:37 schrieb Shepherd, Lori: > I did a little digging and here is what I've found...� > > > I R CMD Stangl

Re: [Bioc-devel] ndexr fails on vignette build on windows

2019-10-09 Thread Shepherd, Lori
I did a little digging and here is what I've found... I R CMD Stangle the vignette and then sourced the code: > source("ndexr-vignette.R", echo=TRUE) > ## eval=FALSE- > ## if (!requireNamespace("BiocManager", quietly=TRUE)) > ##