Re: [R] Some general comments

2025-06-13 Thread avi.e.gross
I would add to what Jeff replied. Many and perhaps most or even all languages that have room for evolution, including Python, can end up getting more and more complex with multiple ways to do things but it generally is possible to write many useful programs in the core language. I often wonder wha

Re: [R] Some general comments

2025-06-13 Thread Jeff Newmiller via R-help
Would you prefer that R be static? If you don't like the dependency hell of certain packages, then perhaps those packages are not appropriate for you. You always have the option to create your own packages... and in nearly all cases the licenses of contributed packages allow you to re-formulate

[R] Some general comments

2025-06-13 Thread Small Investor via R-help
Dear R community, I have been using R for over 15 years. I want to raise an issue which has been haunting me for some time now: It feels as if R is falling apart. I try to justify this feeling by providing three discussion points: 1. Version compatibility issues seem to be on the rise. Very often

[R] [Rd] R 4.5.1 is released

2025-06-13 Thread Peter Dalgaard via R-announce
The build system rolled up R-4.5.1.tar.gz and .xz (codename “Great Square Root") this morning. This is a patch release with a handful of minor changes and mixups. The list below details the changes in this release. You can get the source code from https://cran.r-project.org/src/base/R-4/R-4.5

Re: [R] How to stratify data with multiple group simultaneously with R ggplot2?

2025-06-13 Thread Rui Barradas
Às 07:41 de 13/06/2025, Luigi Marongiu escreveu: Thank you, facets are good but I was looking for something that could merge everything in a single plot. I found that I could create an additional column, say M (merge), that accommodates two parameters into one, for instance, `a + A`, `a + B` etc.