Earlier quoted context omitted.
Maybe it is for you, but the success of Dplyr and ggplot suggests a lot of others disagree.
I wonder how much of this is just a feedback loop; were people taught both tools and then chose the one that works best, or was one more heavily promoted than the other, so people went with what was easiest to get started?
Maker of RStudio launches new R and Python IDE
91–100 of 129 posts
Re: Maker of RStudio launches new R and Python IDE
#92Earlier quoted context omitted.
>ported to python are just objectively worse in that language This is absolutely the case. Dplyr syntax is much more intuitive for many use cases than Pandas or Polars equivalents. One thing I miss from RStudio is the Rmarkdown documents with inline outputs. Jupyter notebooks, even in VSCode, are so needlessly over-engineered and under-featured compared to the elegance of RMarkdown. So I am excited to see what Posit…
> One thing I miss from RStudio is the Rmarkdown documents with inline outputs RMarkdown (Rmd) was recently developed into “Quarto” (Qmd), precisely because they now support Python as well. I’ve used it a bit and it’s excellent.
Re: Maker of RStudio launches new R and Python IDE
#93Earlier quoted context omitted.
Youre wrong. Python is outpacing R in usage. Every metric you can find proves it. R also has fundamental issues and lacks serious development.
Not to dispute because I have no idea so I'll assume you're correct. But how many metrics did you find and how were they obtained? And how would you know they are representative of all R users?
Python is the first language many people are exposed to today. It has a library and tooling for every use case.
Re: Maker of RStudio launches new R and Python IDE
#94Are they going to drop RStudio? I very much prefer its Qt interface over whatever VSCode invented. It’s fast, has nice keyboard shortcuts, none of that pointless padding and it just feels great to use.
Hey! Product Manager for RStudio here (and Positron). We have no plans to stop development or maintenance on RStudio, and are committed to it for our users, both paid and community. While Positron and RStudio have some features in common, some R-focused features will remain exclusive to RStudio. If you're currently using RStudio and are happy with the experience, you can continue to enjoy RStudio. RStudio includes 10…
Re: Maker of RStudio launches new R and Python IDE
#95What is the strategy behind the dizzying pace of product changes in the R/Python space? I heard that RStudio was a great product, yet they have to redo everything again, of course also renaming the company as is also standard practice in the Python "scientific" market. Is it Jupyter envy? Why is it not possible to keep one good product and stay with it? I wish MatLab licenses weren't so expensive, at this point I'd j…
Re: Maker of RStudio launches new R and Python IDE
#96Earlier quoted context omitted.
It's not QT. The interface is HTML+css via node.
It’s Qt: https://github.com/rstudio/rstudio/blob/main/src/cpp/desktop... It seems with some JavaScript generated from Java via Gwt. Regardless, I prefer it over VSCode UI.
Re: Maker of RStudio launches new R and Python IDE
#97I would expect a bit more backwards compatibility for R packages. When I open a package.Rproj file with RStudio, it has GUI elements to build the package, to test it, etc. When I open it with positron, it is treated like a text file, at least as far as I can tell by looking at the many icons and pulldown menus. It is a weird choice, making a new application that cannot handle the key file type from its ancestor.
We do hope to add better GUI tooling for project-level actions; more info here: https://github.com/posit-dev/positron/issues/1486
Re: Maker of RStudio launches new R and Python IDE
#98Re: Maker of RStudio launches new R and Python IDE
#99Earlier quoted context omitted.
Im curious about the people who use R in big tech companies that you've worked at. Were the R users the people who had just come out of school and still working using their academic dev environment before weening off? I always found that was the group who used R - kind of a use what you are used to until it gets out of step with the remaining workflow. I also would say that the amount of R I see is far less than pyth…
So, (speaking as someone who started with R and now predominantly writes Python), I think there's a bunch of things going on here. 1. R is 100% better for analytics work and statistical modelling. There's just no contest. 2. Python is much, much better for data getting (APIs/scraping etc) and dealing with non table-like data. Again, there's basically no contest here. 3. Software engineers hate R (in most cases), whic…
Apropos this idea of a vs code competitor, I wish they would spend more effort on existing products. I find quarto frustratingly buggy and meanwhile see no reason to move my workflow from vscode to this new thing. Ymmv
Re: Maker of RStudio launches new R and Python IDE
#100Earlier quoted context omitted.
Wdym, the whole comment or just that statement? If you meant the statement, then yeah. I was just offering the context for my usage of copilot. Essentially a solution in search of an unstated problem.
It’s amusing to me to see companies asking their devs to play with AI to try to find some kernel of value there. Meanwhile, if said devs do that playing in other languages/frameworks, they’re chastised for not focusing on business value.