Ralf Stubner

Results 122 comments of Ralf Stubner

And I can now rule out using Visual C++, since Rcpp is not compatible with that. It seems packages like lightGBM use R's C-API only.

Thanks for your interest, @Despertaferro. The problem is simply that one has to compile ArrayFire for Windows using the mingw tool chain. There is no other way this can work....

@mschubert Thanks for the comment. `STRICT_R_HEADERS` is already used. Maybe I should try again to build this for Windows. Especially since RTools4 is now available.

Thanks for looking into this. Sorry for not being clear. So far no download link has worked for me, including the one you provided: ![image](https://user-images.githubusercontent.com/27821131/159233545-88a986fd-5e1e-43fa-833b-e70c9e8c74c4.png) So I assume there is...

My DS seems to be different, maybe because I am using DSM 6.2.4-25556 Update 5. There is no `@appconf` in `/volume1`. I did find a `userhosts` directory at `/usr/syno/etc/packages/DownloadStation/download/`, but...

I think the numbers are to be expected. On my system there is no user with UID 501 (or group with GID 20), but this should have no effect. To...

I am not sure if my DS218j has enough memory for DSM 7.x. Concerning PHP, I have only version 7.3 and 7.4 installed.

Thanks @MHartmann-427 for the encouragement. I have now also updated to DSM 7.1.1 and can report that downloading works as expected now. Interestingly, for @steeve-kaut1 using a recent DSM is...

@jlmelville Great! The following patch works for me both with the CRAN version and the version from #79: ``` diff --git a/inst/include/rnndescent/random.h b/inst/include/rnndescent/random.h index 9619b37..09b0b3c 100644 --- a/inst/include/rnndescent/random.h +++ b/inst/include/rnndescent/random.h...

More packages seem to be affected. It looks like those are affected by the change in default RNG. Most likely it would help to add `dqRNGkind("xoroshiro128+")` before `dqset.seed(...)` in the...