A month or two ago someone posted a link to their really amazing set of LLM system instructions for writing #rstats code with good tidy/NSE patterns. (They were also good for humans!) Does anyone recall who or where that was?
07.10.2025 19:17 β π 15 π 6 π¬ 2 π 1
Ah, was mistaken then. Base R's `file.choose()` is probably the next best thing. Or `choose.files()` for multiple files and much more customisable.
L
02.10.2025 05:00 β π 1 π 0 π¬ 1 π 0
I think it's the same? The rstudioapi package is largely compatible with positron
30.09.2025 09:08 β π 0 π 0 π¬ 1 π 0
Thereβs a billboard in Nairobi advertising a luxury development with the tagline βluxury is waking up to lush green viewsβ. And it really it goes to the heart of how neoliberal approaches to development screw over poor countries. They really are paving paradise to put up a parking lot.
13.09.2025 11:13 β π 19 π 7 π¬ 1 π 0
Look, I just want all of the #rstats peeps out there to know - this is why the @rconsortium.bsky.social exists. We direct money to projects that directly support the R language and community. Apply and engage with others who are just as enthusiastic and committed to this language as you are.
12.09.2025 05:58 β π 7 π 2 π¬ 0 π 0
To remove the need to use them, you could use the {janitor} package to clean your variable/column names. For example:
```
library(janitor)
x <- data.frame("Month Name" = 1:12) |> clean_names()
```
This should turn the column name to month_name and allow you to refer to it without quotes.
05.09.2025 07:21 β π 0 π 0 π¬ 0 π 0
You typically don't need those while working with R. I think it comes up because of how you are creating/reading in variable/column names eg from excel. The names probably have spaces in them hence the need to use ' or " or `. You can totally work with them as is but R does not play well with them
05.09.2025 07:13 β π 0 π 0 π¬ 1 π 0
I know a guy
04.09.2025 13:10 β π 53 π 8 π¬ 0 π 0
Would you consider having literate programming a first class feature? Scripts with special comments could be compiled into a pdf/html etc?
Otherwise, looks really good!
27.08.2025 06:51 β π 1 π 0 π¬ 1 π 0
oh hi! I know what you're thinking, insurance sounds super boring. trust me it's not, and we have the panelists to prove it! ‡οΈ
26.08.2025 18:27 β π 6 π 3 π¬ 0 π 0
Thank you! I'll add it to the list!
26.08.2025 13:31 β π 0 π 0 π¬ 0 π 0
Thank you so much, this is helpful!
I am trying to improve upon a package that primarily uses matrices. But it's limited by the two-dimensional nature of them, and arrays seem like the natural step up.
26.08.2025 13:30 β π 1 π 0 π¬ 0 π 0
Hello #rstats hivemind,
Does anyone know of any good reading material for arrays in R? Particularly multi-dimensional arrays?
25.08.2025 14:43 β π 4 π 1 π¬ 2 π 0
Best table making in #rstats. Hands down. Cannot recommend it enough
03.07.2025 15:18 β π 10 π 1 π¬ 1 π 0
nation
DAILYΒ©NATION
Black Wednesday: Nine killed, 400 injured as protests rock 27 counties
Nine people were killed, about 400 injured, and 61 arrested on Wednesday as at least 27 counties witnessed protests marking the first anniversary of the June 25, 2024, demonstrations that saw youth protesters storm Parliament.
The final tally of yesterdayβs protests in #Kenya. Nine killed, 400 injured and 61 arrests. All killed by the police because the president will not listen to the young people who put him in power.
26.06.2025 05:17 β π 132 π 109 π¬ 1 π 1
Ok found a solution. Turns out scales::label_number(style_negative = "parents") does this.
Note to future self: read the documentation of functions!!
29.04.2025 21:20 β π 1 π 0 π¬ 0 π 0
Hey #rsats hivemind, does anyone have a custom function to format negative numbers/percentages to have brackets instead of negative signs for a table generated by {tinytable}?
29.04.2025 16:51 β π 2 π 1 π¬ 1 π 0
This is fun! A merge of my 2 interests: #Rstats and #gamedevπ€ On top of that it is a source of inspiration for learning the new #S7 classes.
I am really thinking about making making turn-based RPG in R using procedural generation, but incorporating #LLM never came to mi mind! Really cool!π
#OOP
21.03.2025 05:40 β π 6 π 3 π¬ 0 π 1
Hi #rstats friends!
I'm starting consulting! I've had a great journey in academia working with brilliant people, and while it's bittersweet (and a bit scary!), I'm excited for this next step. I'll still be maintaining {greta} and am hoping to be even more involved with the R community.
1/n
20.03.2025 00:35 β π 99 π 24 π¬ 5 π 1
Screenshot of Google Colab's 'Change runtime type' dialog box showing runtime options. The dropdown menu displays language options including Julia, Python, and R. Hardware accelerator options show T4 GPU, A100 GPU, L4 GPU, and v5e-1 TPU. A message at the bottom offers access to premium GPUs
Julia has joined Python and R as a native kernel in Google Colab for a complete JuPyteR experience! Now you can use Julia with a free T4 GPU and leverage packages like Reactant without complex setup.
Details: github.com/googlecolab/...
#JuliaLang #Colab #DataScience
06.03.2025 19:45 β π 21 π 6 π¬ 0 π 0
It's the lack of any arrow between 9 and 17 for me Clive
06.03.2025 20:29 β π 4 π 2 π¬ 1 π 0
The 2nd wave of uv is here β developers of other systems building on top of uv to make new and effortless workflows that use Python virtual environments behind the scenes π€©
03.03.2025 15:08 β π 25 π 8 π¬ 1 π 1
So maybe more on pak/rig integration
03.03.2025 15:31 β π 2 π 1 π¬ 1 π 0
I do have to say though, pak, renv and rig are really great tools and have changed how I work with R.
03.03.2025 15:57 β π 1 π 0 π¬ 0 π 0
I feel like uv is a lot more frictionless for package and project management.
03.03.2025 15:55 β π 0 π 0 π¬ 1 π 0
The equivalent in R would be pak+renv+rig. I would need to learn 3 tools and their quirks vs one tool with uv. I believe this is one of the few places a unified tool excels compared to decoupling, add onto the caveat that the 3 tools in R, from my experience, don't have great interoperability
03.03.2025 15:54 β π 2 π 0 π¬ 1 π 0
Making analytics fun, frictionless and ducking awesome with an unorthodox data warehouse for the post big data era based on @duckdb.org in collab with DuckDB Labs
The central mission of the R Consortium is to support to the R Foundation and key organizations developing, maintaining, distributing R software through the identification, development and implementation of infrastructure projects.
research software, ecology, public health, open science
Research Fellow at The Kids Research Institute, Australia and University of Western Australia
she/her
Open source #rstats + #python + data + web
Shiny dev at @posit.co
github.com/schloerke
schloerke.com
The most authoritative publication covering tech that high-powered tech execs and founders read daily.
Subscribe: https://www.theinformation.com/subscribe
Financing the AI Revolution: https://www.theinformation.com/events/fair-2025
A blog/newsletter of #rstats stuff by Damie Pak (βͺβͺ@damiepak.bsky.social)β¬. Kinda like a travel blog but it's about transitioning into industry from a postdoc. I create silly things for you to enjoy. Entirely free.
#Rstats and theater nerd. Makes silly things. Social Media Coordinator for @Rladies.
pakdamie.github.io to know more.
Hourly automated updates about changes at the CRAN repositories for R. More details at http://dirk.eddelbuettel.com/cranberries/about/
Journalist (ex The Register, The Next Web, HowToGeek). Writer. Software developer. Dog owner (x3). Scouser.
I have a newsletter about how tech companies are ruining our lives. https://whatwelost.substack.com/
The AI community building the future!
PhD Candidate in Statistics, Utrecht University
Creates fake data for a living.
thomvolker.github.io
Co-founder & editor, Works in Progress. Writer, Scientific Discovery. Podcaster, Hard Drugs. Advisor, Open Philanthropy. // Previously at Our World in Data.
Newsletter: https://scientificdiscovery.dev
Podcast: https://harddrugs.worksinprogress.co
π³οΈβπ
Python, Ruby, R
Software dev @ Fred Hutch Cancer Center Data Science Lab https://ocdo.fredhutch.org
Also at https://hachyderm.io/@sckottie
web: https://scottchamberlain.info
Biostatistician. Baritone. He/Him.
Product of more than one country.
May contain nuts.
github.com/andrewallenbruce
#python, #rstats, #shiny, #datascience training and consultancy. We help organisations extract the most from their data.
PhD in economics from LISER, Luxembourg, now looking for research software engineer or data science positions. Mostly here to talk about #rstats
https://github.com/etiennebacher
maxing the pixels to glow
meshes, R, Python, GDAL, virtual Zarr, coordinate systems, southern ocean research
β€οΈπ | π£οΈDE|EN|FR | #rstats | #econsky