Displaying 2 results from an estimated 2 matches for "test_maxstat".
2019 Mar 28
2
issue with latest release of R-devel
...a half dozen calls in the test file.? If
you cut and paste the whole batch into an R session, the last one of them fails.? But if
you run that call by itself it works.?? This yes/no behavior is reproducable.
Another puzzler was the ranger package.? In the tests/testthat directory,?
source('test_maxstat') fails if it is preceeded by source('test_jackknife'), but not
otherwise.? Again, I don't think the survival package is implicated in either of these tests.
Another package that succeeded under the older r-devel and now fails is arsenal, but I
haven't looked deeply at that....
2019 Mar 28
0
issue with latest release of R-devel
...in the test file. If
> you cut and paste the whole batch into an R session, the last one of them fails. But if
> you run that call by itself it works. This yes/no behavior is reproducable.
>
> Another puzzler was the ranger package. In the tests/testthat directory,
> source('test_maxstat') fails if it is preceeded by source('test_jackknife'), but not
> otherwise. Again, I don't think the survival package is implicated in either of these tests.
>
> Another package that succeeded under the older r-devel and now fails is arsenal, but I
> haven't looked...