search for: check_results_corpus

Displaying 3 results from an estimated 3 matches for "check_results_corpus".

2017 May 06
2
xrealloc namespace conflict
I have a package on CRAN now (corpus-0.3.1) that is currently failing tests on Linux, but passing on all other architectures: https://cran.r-project.org/web/checks/check_results_corpus.html I believe that the issue arrises from a namespace class between "xrealloc", which my package provides for internal use, but which R also seems to provide (possibly as part of TRE in src/extra/tre/xmalloc.c). It looks like my package is not picking up my custom xrealloc, but using...
2017 May 11
0
xrealloc namespace conflict
...ibreadline xrealloc at https://github.com/JuliaLang/readline/blob/master/xmalloc.c#L67 Patrick Perry wrote: > > I have a package on CRAN now (corpus-0.3.1) that is currently failing > tests on Linux, but passing on all other architectures: > > https://cran.r-project.org/web/checks/check_results_corpus.html > > I believe that the issue arrises from a namespace class between > "xrealloc", which my package provides for internal use, but which R > also seems to provide (possibly as part of TRE in > src/extra/tre/xmalloc.c). It looks like my package is not picking up > my...
2017 May 11
1
xrealloc namespace conflict
On 11 May 2017 at 12:16, Patrick Perry wrote: | I've done a bit more investigation into this issue. Here is my current | understanding of the situation: | | 1. I have a package on CRAN (corpus-0.3.1) that passes tests on all | platforms except for Linux. | 2. My package defines a C function, "xrealloc", for internal use. | 3. The libreadline library that R links to defines a