Re: [R-pkg-devel] What to do when you can't reproduce CRAN R CMD check unit test failures?

2016-05-11 Thread boB Rudis
did you try winbuilder R-devel? I occasionally (ok, often) forget to do that and it sometimes kick out different errors than R-devel on local systems. On Wed, May 11, 2016 at 2:40 AM, Richard Cotton wrote: > Yesterday I uploaded a new version of the pathological package to > CRAN. It was initial

[R-pkg-devel] develop package with lots of tcltk in it

2016-05-11 Thread Dalthorp, Daniel
I have an R/tcltk application that is designed for use primarily by people who don't know R and don't care to learn much about it. I'd like users to be able to use the software with a bare minimum interaction with R. Although the application has some 15000 lines of code in a couple dozen .R files,

Re: [R-pkg-devel] What to do when you can't reproduce CRAN R CMD check unit test failures?

2016-05-11 Thread Richard Cotton
Thanks Bob, I'd forgotten about the option to run win-builder against R-devel. Though it seems that in this case, all the tests are passing there too. http://win-builder.r-project.org/21kc9XGKdANF/examples_and_tests/tests_i386/testthat.Rout http://win-builder.r-project.org/21kc9XGKdANF/examples_

Re: [R-pkg-devel] What to do when you can't reproduce CRAN R CMD check unit test failures?

2016-05-11 Thread Kevin Ushey
Is it possible that `getwd()` is reporting something on the CRAN build servers that your `decompose_path()` doesn't handle? For example, your tests fail for me if I run them while in the root directory (on OS X). Kevin On Thu, May 12, 2016 at 12:37 AM, Richard Cotton wrote: > Thanks Bob, > > I'd