HackerTrans
TopNewTrendsCommentsPastAskShowJobs

egecant

no profile record

Submissions

Show HN: Gait – A Command Line Tool for reviewing code changes

github.com
2 points·by egecant·قبل سنتين·0 comments

comments

egecant
·قبل 4 أشهر·discuss
This is even worse because you are working with clinical trials, which literally has impact on human lives
egecant
·قبل 8 أشهر·discuss
This article reminds me of another great article comparing R to Python: "Why pandas feels clunky when coming from R" (https://www.sumsar.net/blog/pandas-feels-clunky-when-coming-...)
egecant
·السنة الماضية·discuss
Microsoft Teams is DaaS (Dread as a Service). Here is a great video about how it sucks your soul: https://youtu.be/3O0VbCvWlxk?si=E61rlKLjtFMczl3D
egecant
·السنة الماضية·discuss
The `echarts4r` [1] R package lets you create ECharts charts directly in R and render them in graphical device, Shiny apps, Rmarkdown or Quarto documents.

[1] https://echarts4r.john-coene.com/
egecant
·قبل سنتين·discuss
Completely agree, from the perspective of someone that primarily uses R/tidyverse for data wrangling, there is this great article on why Pandas API feel clunky: https://www.sumsar.net/blog/pandas-feels-clunky-when-coming-...
egecant
·قبل سنتين·discuss
I don't understand why other people are hating on Kanye's music. I understand that he is not a very likeable person, but his music is damn good y'all. Especially the ones you tried :D
egecant
·قبل سنتين·discuss
Maybe its because you load tidyverse, which is a library of libraries, instead of loading only what you need? It seems like an issue related to your understanding of the tidyverse rather than R.
egecant
·قبل سنتين·discuss
I agree; It’s excellent for rapid prototyping, as its easy to learn/develop and time to deployment is incredibly fast, especially with Posit Connect. However, it’s not ideal for handling hundreds of concurrent users.
egecant
·قبل سنتين·discuss
In R, you can build Single Page Applications with Shiny, created by Posit https://shiny.posit.co/ It is very useful, if you don't know HTML,JS,CSS and want to create an interactive dashboard, showcasing your analysis, models, visualizations, or even to create an internal tool for your organization.

It seems that reactR provides functions for building react components directly from R that can be used in Shiny apps.