Philipp Baumann

Results 47 comments of Philipp Baumann

Hi @l-ramirez-lopez , is this something you have already coded? Would be nice to add those to the toolbox. I can for sure help a bit with that in June.

`simplerspec::preprocess_spc()` has a `select` argument for custom preprocessing tags, which are linked to preprocessing methods and specific parameter settings. This obscures the intention from the user, unless one does manual...

Thanks a lot @wdwatkins and @assignUser also from my side for the encouraging review feedback and concrete tips to improve {rix}, and @ldecicco-USGS for guiding the review process.

Hi @lorenzwalthert thanks a lot for providing these R hooks and excellent documentation! Not sure if this is the right place to address my current issue (it's just a gut...

hmm interesting all of the above is now automagically fixed (just pushed some unrelated fixes in doc to PR) and now the check CI passes on PR branch :-) no...

Thanks Lorenz for the tip. Added now `GITHUB_PAT` via `secrets.GITHUB_TOKEN`. Tried again and I could always reproduce and then fix it when deleting the actions cache that failed and pushing...

Hi @topepo sorry just saw now, it's been long ago. If you have time just making the change, would be great! otherwise, I guess if this is an original limitation,...

Hi Leo, have you considered using arma for this purpose? Cheers, Philipp

Hi Leo, Hi Jon, cool. data.table would be neat for memory and speed. Indeed, 0.5Gb is nothing to worry about, except maybe some parallel overhead. My machines have 128GB and...

maybe another option would be to use [{disk.frame}](https://cran.r-project.org/web/packages/disk.frame/readme/README.html) when random-access memory is sparse. This would mean that distance data is written out onto disk and chunked.