Re: [R-pkg-devel] check cross-references error: Non-file package-anchored link(s)

2020-07-03 Thread Sebastian Meyer
Has the discussion about potential updates to Rd2HTML come to an end? Should I be prepared to fix non-file package-anchored links in (non-roxygen) packages I maintain, i.e., look up the help file structure of the referenced packages? I don't yet believe that R has really given up on supporting

Re: [R-pkg-devel] Debugging Clang ASAN errors

2020-07-03 Thread Iñaki Ucar
On Fri, 3 Jul 2020 at 12:19, Martin R. Smith wrote: > > A package I recently had accepted to CRAN is throwing up a "memory not > mapped" segfault on CRAN's post-acceptance fedora-clang ASAN test. This > error does not occur with debian-clang or gcc. > (Check results: >

[R-pkg-devel] Debugging Clang ASAN errors

2020-07-03 Thread Martin R. Smith
A package I recently had accepted to CRAN is throwing up a "memory not mapped" segfault on CRAN's post-acceptance fedora-clang ASAN test. This error does not occur with debian-clang or gcc. (Check results: https://cran.r-project.org/web/checks/check_results_TBRDist.html) I found a similar issue

Re: [R-pkg-devel] Making possible the use of external java codes by downloading it

2020-07-03 Thread Rainer M Krug
Pleas keep the list in CC so that they know tat you have a solution. Thanks. There is the function “Sys.which()” which returns the full path to an executable. Although in many cases correct, it can be that Java is installed but not in the path. So I have a variable called “java.path” which is

Re: [R-pkg-devel] Making possible the use of external java codes by downloading it

2020-07-03 Thread Rainer M Krug
Please check out the recent thread "Proper CRAN way - How to handle dependency of java jar file?” About a week ago - I asked essentially the same questions. Cheers, Rainer > On 3 Jul 2020, at 10:15, Paul SAVARY wrote: > > Hello everyone, > > I would like to include external java codes

[R-pkg-devel] Making possible the use of external java codes by downloading it

2020-07-03 Thread Paul SAVARY
Hello everyone, I would like to include external java codes (.jar files) to a package in order to speed up some computations. However, this would increase the package size above 5 Mb and this code would not be working for users without java installation. Instead, I could include a default