Thank you!!!
19.09.2025 23:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0@jameshwade.bsky.social
Analytical chemist in industry working on materials characterization and data science. Interested in #rstats, modeling, & sustainability. Owner of many pets.
Thank you!!!
19.09.2025 23:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Introducing ensure, a new #rstats package for LLM-assisted unit testing in RStudio! Select some code, press a shortcut, and then the helper will stream testing code into the corresponding test file that incorporates context from your project.
github.com/simonpcouch/...
Iโd like to learn how the boundaries of the tidyverse have changed over time. Would you consider removing a package from the tidyverse - maybe you already have?
This overlaps with @ivelasq3.bsky.socialโs question I think.
Great ๐ฆ name! Will be giving this a try for sure.
20.11.2024 00:06 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Jumping on the #rstats "we're so back" train ๐
Here's two fun (unrelated) things I scrolled upon tonight:
๐ tinyplot - base R plotting system with grouping, legends, facets, and more ๐ github.com/grantmcdermo...
๐ openalexR - Clean API access to search OpenAlex docs.ropensci.org/openalexR/ar...
Would love to be included โจ
08.11.2024 23:54 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0๐
08.11.2024 00:29 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Update... I just pranked myself with this ๐
Protip: restart your session when you open a new file
Worst prank *ever*
06.11.2024 01:41 โ ๐ 18 ๐ 3 ๐ฌ 2 ๐ 2And in vctrs no less. I used that a few months back for a side project and felt so fancy
06.11.2024 01:07 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Do you use mirai directly or via something like crew?
06.11.2024 01:05 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Thatโs a new one for me. Trying that out tomorrow
05.11.2024 23:44 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Having a hard time focusing on code today. Instead of refreshing news sites, tell me about an R package or function that made your life easier recently?
I finally figured out how group_modify() works, and it's been a game-changer for some nested data madness. #rstats #dataBS
If youโve been waiting try out LLMs with code, now is the time to do it.
29.10.2024 22:42 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0The last Wednesday of each month I host a Workflow Demo with various Posit folks ๐
Tomorrow Oct 30th @ 11am ET Ryan Johnson will share how to use #Quarto & #Shiny to create #Typst PDFs dynamically ๐
add to ๐๏ธ: pos.it/team-demo
I know it's during R/Pharma ๐ฌ so please know it's recorded too!
elmer: github.com/hadley/elmer
shinychat: github.com/jcheng5/shin...
library(shiny) ui <- bslib::page_fluid( shinychat::chat_ui("chat") ) server <- function(input, output, session) { chat <- elmer::chat_openai( model = "gpt-4o-mini", system_prompt = "You are a pithy, but helpful assistant." ) observeEvent(input$chat_user_input, { stream <- chat$stream_async(input$chat_user_input) shinychat::chat_append("chat", stream) }) } shinyApp(ui, server)
You can now build a chatbot in shiny in less than 20 lines of code. shinychat and elmer make this much easier than it was even a month ago.
elmer nails LLM abstractions. Go check them out if you haven't already!
Integrating AI Assistants into Shiny Apps: Simply Development and Enhance User Experience
I had fun giving a talk at #rpharma about how to integrate AI into your shiny apps.
You can check out my talk here: jameshwade.github.io/r-pharma-talk/