Aymeric Stamm
Aymeric Stamm
To be more explicit, when I add ``` extern SEXP run_testthat_tests(SEXP); static const R_CallMethodDef CallEntries[] = { {"run_testthat_tests", (DL_FUNC) &run_testthat_tests, 1}, {NULL, NULL, 0} }; ``` to my `init.c` file,...
That's pretty neat, thanks @VincentRouvreau. I am wondering whether we can add comments directly in reviewnb. What I mean is that when reviewing code in the Github interface, you can...
Thanks. It is also affecting the Docker image containing a build with sanitisers.
@gaborcsardi any chance you found some time to work on this? I apologise if I am being too pressing. It is just that I had a package removed from CRAN...
@gkane26 Happy to receive and review your PR.
Thanks for contributing this PR. I can understand why you would propagate ellipsis to both function and gradient as they probably share the same optional parameters. However, why would you...
Great. I'll give it some more thoughts. I know it was some years ago but I became maintainer only some months ago.
We just merged PR #88 which mainly re-use an existing `nlopt` system build if `pkg-config` can detect it, which might improve the situation especially on Linux. Would you mind testing...
I got this very same warning on R-Hub Windows since they updated the platform to Windows Server 2022, R-devel, 64 bit : (https://artifacts.r-hub.io/nloptr_2.0.0.tar.gz-ef81a471d8d749aeb311072790c239d0). Not sure if it can help us...
After reading protocolbuffers/protobuf#7140, it seems that 1. This warning is legit. I reported it in stevengj/nlopt#431 and someone confirmed that. I do not know however their timeline to look into,...