Re: [R-pkg-devel] Another CRAN-only bug

2019-06-13 Thread Dirk Eddelbuettel
On 12 June 2019 at 21:57, David Hugh-Jones wrote: | Not for the first time, my package has a bug that isn't found on rhub, | travis, appveyor, or my local machine, but is found on CRAN. This time it's | Windows-only, so I can't even download a Docker image and investigate that | way. Two

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-13 Thread Uwe Ligges
Use winbuilder. Best, Uwe Ligges On 13.06.2019 10:40, David Hugh-Jones wrote:  Well, the test that fails is this one: https://win-builder.r-project.org/incoming_pretest/huxtable_4.6.0_20190612_195453/Windows/examples_and_tests/tests_x64/testthat/test-openxlsx.R The last line fails here:

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-13 Thread David Hugh-Jones
That is true. But the test doesn’t fail on my machine, or several others, so I still wonder how I am going to debug it. On Thu, 13 Jun 2019 at 10:54, Iñaki Ucar wrote: > On Thu, 13 Jun 2019 at 10:41, David Hugh-Jones > wrote: > > > > Well, the test that fails is this one: > > >

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-13 Thread Iñaki Ucar
On Thu, 13 Jun 2019 at 10:41, David Hugh-Jones wrote: > > Well, the test that fails is this one: > https://win-builder.r-project.org/incoming_pretest/huxtable_4.6.0_20190612_195453/Windows/examples_and_tests/tests_x64/testthat/test-openxlsx.R > > > The last line fails here: > > hx <-

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-13 Thread David Hugh-Jones
Well, the test that fails is this one: https://win-builder.r-project.org/incoming_pretest/huxtable_4.6.0_20190612_195453/Windows/examples_and_tests/tests_x64/testthat/test-openxlsx.R The last line fails here: hx <- huxtable(a = 1:2 + 0.5, b = -1:-2 + 0.5, d = letters[1:2], add_colnames =

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-13 Thread Uwe Ligges
You can assume that CRAN packages are available within a day for on demand checks and even at once for CRAN incoming checks on winbuilder. Nevertheless, I have no idea where the problem comes from given the standard test mechanisms are not use and hence output does not show what the actual

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-12 Thread David Hugh-Jones
Hi Duncan, Of course I appreciate the value of a centralised repository, and I acknowledge the hard work that goes into maintaining it. That does not mean that it should be beyond criticism. I wrote out of frustration, but also because I hope things could be better. David On Wed, 12 Jun 2019

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-12 Thread Duncan Murdoch
On 12/06/2019 4:57 p.m., David Hugh-Jones wrote: Hi all, Not for the first time, my package has a bug that isn't found on rhub, travis, appveyor, or my local machine, but is found on CRAN. This time it's Windows-only, so I can't even download a Docker image and investigate that way. TBH I am

Re: [R-pkg-devel] Another CRAN-only bug

2019-06-12 Thread Iñaki Ucar
On Wed, 12 Jun 2019 at 22:58, David Hugh-Jones wrote: > > Hi all, > > Not for the first time, my package has a bug that isn't found on rhub, > travis, appveyor, or my local machine, but is found on CRAN. This time it's > Windows-only, so I can't even download a Docker image and investigate that >