Re: [R-pkg-devel] UBSAN Problems with Memory Sanitizer

2019-01-02 Thread Maximilian Leodolter
Ok thanks Dirk! I'll try to explain to the CRAN team. Yes the vignette-issue because of duplicated file titles is solved. Best, Max On Wed, Jan 2, 2019 at 5:02 PM Dirk Eddelbuettel wrote: > > On 2 January 2019 at 16:17, Maximilian Leodolter wrote: > | I just wanted to upload a new version of my

Re: [R-pkg-devel] UBSAN Problems with Memory Sanitizer

2019-01-02 Thread Dirk Eddelbuettel
On 2 January 2019 at 16:17, Maximilian Leodolter wrote: | I just wanted to upload a new version of my package (IncDTW) but got the | message that my old version causes the following error, even though it | works perfectly fine. | | The error message says: | | runtime error: member call on addre

[R-pkg-devel] UBSAN Problems with Memory Sanitizer

2019-01-02 Thread Maximilian Leodolter
Hi, I just wanted to upload a new version of my package (IncDTW) but got the message that my old version causes the following error, even though it works perfectly fine. The error message says: runtime error: member call on address 0x7f4c77dcb200 which does not point to an object of type 'schedul

Re: [R-pkg-devel] R package development

2019-01-02 Thread Brian G. Peterson
Normally you do not need to specify @usage in roxygen source files. As Duncan noted, without seeing everything, we are only guessing, but I suspect that you have tried to combine manual @usage directives with @alias or @Rdfile directives in the roxygen for the other functions. If my guesses a