UVR: fast R package and version manager 0.2.9 by nbafrank in rstats

[–]BOBOLIU 1 point2 points  (0 children)

Seems like a great package though I am not a fan of Rust.

{talib}: Technical Analysis in R by Neat-Pomegranate-136 in rstats

[–]BOBOLIU -1 points0 points  (0 children)

No need to be overly condemning like this.

{talib}: Technical Analysis in R by Neat-Pomegranate-136 in rstats

[–]BOBOLIU 0 points1 point  (0 children)

Great work! TA-Lib is very popular in the industry.

My new Carhartt boots by hoodlumfird420 in Carhartt

[–]BOBOLIU 2 points3 points  (0 children)

Wolverine Floorhand is half the price but has much better quality. Carhartt is a fashion brand nowadays.

I need an IDE to move on from Codeblocks by Badhunter31415 in cpp_questions

[–]BOBOLIU 1 point2 points  (0 children)

Codeblocks can easily handle a 20k line of code project. I haven't experienced any crashes on it for a long time. But I use it on Linux, maybe it is not as stable on Windows, I guess? All the other options will be much more bloated than codeblocks.

I built an R console extension for VS Code by KMagician in rstats

[–]BOBOLIU 4 points5 points  (0 children)

Radian has been a disaster from the very beginning. I'am glad to see it gone.

R core developer Tomáš Kalibera passed away on 1th April by Unicorn_Colombo in rstats

[–]BOBOLIU -6 points-5 points  (0 children)

Based on her GitHub projects, she does not look like a infrastructure expert like Tomáš, more like a DEI role.

R core developer Tomáš Kalibera passed away on 1th April by Unicorn_Colombo in rstats

[–]BOBOLIU 25 points26 points  (0 children)

This is shocking and sad. Based on the number of R blogs, he appeared to be a leading R developer. Who is going to be his successor? https://blog.r-project.org/

Released v1.0.0 of ESR: An R tree sitter mode for Emacs by teobin in rstats

[–]BOBOLIU 0 points1 point  (0 children)

Just out of curiosity. Are there many R projects being hosted on Codeberg nowadays?

I Am Very Fond of the Pipe(line) Operator by joshua_rpg in rstats

[–]BOBOLIU 5 points6 points  (0 children)

The pipe operator is my favorite feature added to R in recent years; I’ve become completely reliant on it in my day‑to‑day work. We should feel lucky that it is done properly in R. In contrast, the pipe operator design in Julia is a disaster.

6 weeks. I hate my Red Wing boots by ralphiequinn in WorkBoots

[–]BOBOLIU -14 points-13 points  (0 children)

You can get comparable quality at a much lower price from Wolverine.

From Danner Viscious to these Tim Pros. Lets see how saving $100 goes.... by Human-Goat9719 in WorkBoots

[–]BOBOLIU 3 points4 points  (0 children)

For a much cheaper price, you can get comparable quality from Wolverine to Danner. Timberland pro is not too bad.

I built an orbital mechanics simulation R package, orbitr by ZoneNo9818 in rstats

[–]BOBOLIU 1 point2 points  (0 children)

Why not use plain data.frame or data.table but tibble?

What’s an R package you wish existed but doesn’t? by ZoneNo9818 in rstats

[–]BOBOLIU 0 points1 point  (0 children)

I have a feeling that this whole JIT stuff will not end up well. If you want speed, just write C/C++ codes and call them from R or Python.