Dmitry Shemetov

Results 20 comments of Dmitry Shemetov

I'd like to take a stab at making an asv benchmark. Sometime this week.

My workaround for this has been ```r if ( TRUE || FALSE ) { TRUE } ```

Made a quick and hacky solution [here](https://github.com/dshemetov/radian/tree/ds/fzf). Still testing it, but it seems to work.

FWIW, `uv tool install radian` has been working well for me.

I think [`uv tool`](https://docs.astral.sh/uv/guides/tools/#installing-tools) is exactly what you want: it installs the tool in its own isolated environment and puts the tool in `~/.local/bin` so it's available globally if that's...

Sure thing, thank you for your help! Here's a screenshot, a [link to the docs](https://cmu-delphi.github.io/epiprocess/) and a [link to the pkgdown.yml](https://github.com/cmu-delphi/epiprocess/blob/dev/_pkgdown.yml). ![image](https://github.com/user-attachments/assets/2fddeafe-3c82-410e-b337-b93daa498d07)

+1 any plans to bring this package back to CRAN?

I benchmarked it and was surprised to find that parsing a csv is only ~2x slower than straight getting the bytes. For a 1.5M dataset this was the difference between...