Russell Dinnage
Russell Dinnage
Hi @bhaller , Sorry for being a bit absent lately. I should be a bit more engaged with SLiM in the next few months because I just picked up development...
@bhaller Sorry I missed your last two pings somehow on this. Yes, I think I am too busy at the moment to do this. Apologies. However, let me know when...
@bhaller No worries. I will turn the crank on pacman for 4.1 then. Just ping me when its ready.
Okay, that sounds like a good plan.
Oh cool, yes, an MCMCglmm SDM would be cool. As far as the spatial mesh, it is not dependent on the occurrence points. It is kind of cool actually. It...
Hi Dan, Good point. I can have a look at this next week I think. Since I wrote this the interactive mapping world has moved fast. There is now much...
I would recommend using the `pbapply` package for this. It is lightweight (only a handful of functions), and implements a progress bar automatically. Plus if you pass a `parallel` cluster...
@bhaller I'm available and on board for a 4.1 Windows installer, once its released.
I am using the latest version of both `torch` and `safetensors` from CRAN: ``` r packageVersion("safetensors") #> [1] '0.1.2' packageVersion("torch") #> [1] '0.11.0' ``` I'm thinking now that I actually...
Yes, I decided to wait until the new release and just use `options(torch.serialization_version = 2)` in the mean time. I find the new precompiled cuda binary method of installation so...