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 options
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:
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:
> >
> https://win-bui
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 <- huxtable(a
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 = TRUE
Hey all,
I am trying to submit my R package to CRAN. I have previously tested on
win-builder but was unsuccessful to pass without ERROR due to the window
system still runs on outdated version of perl - 5.8.8 (13 years ago).
My package contains a fatpacked perl script that relies on a self contain
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 tes