Advertisement Β· 728 Γ— 90

Posts by Howard Baik

Congrats!

1 week ago 2 0 0 0
Analyzing Data with AI Assistants Join us with Sara Altman Tues, Feb 3 @ 12 pm ET pos.it/dslab

Analyzing Data with AI Assistants Join us with Sara Altman Tues, Feb 3 @ 12 pm ET pos.it/dslab

Join us on Tuesday at the Data Science Lab πŸ§ͺ We are joined by @sara-altman.bsky.social, who will show us how to explore and analyze data using AI assistants in #RStats or #Python!

Feb 3 @ 12 pm ET: pos.it/dslab

2 months ago 18 9 0 1
Post image

We appreciate your use of our free research and bioinformatics resources. If you’re interested in sharing your thoughts, you’re invited to take our survey: xiar7j-itn.shinyapps.io/itn_follow_up/

4 months ago 1 1 0 0
Post image

The ITCR Training Network (ITN) www.itcrtraining.org develops training materials for informatics and research.

We have a short survey ~3-9 min about your experience & preferences for learning as a researcher. Previous engagement not required!

xiar7j-itn.shinyapps.io/itn_follow_up/

5 months ago 5 7 0 2
Post image

New #rstats blog post: Deep Dive into ellmer: Part 3.

I explore the source code behind ellmer's structured data functionality:

www.howardbaik.com/posts/deep-d...

Thanks to @hadley.nz, @grrrck.xyz, @atheriel.bsky.social, others for 🐘ellmer🐘!

6 months ago 4 0 0 0
Observability at scale: Monitoring Shiny Applications with OpenTelemetry

* Minimal configurations
* Profile in development and production
* Multi-process support
* Increasing package adoption

Barret Schloerke
Posit - Shiny Team
@schloerke

Observability at scale: Monitoring Shiny Applications with OpenTelemetry * Minimal configurations * Profile in development and production * Multi-process support * Increasing package adoption Barret Schloerke Posit - Shiny Team @schloerke

Thank you for attending the #PositConf2025 Shiny session and all of your great questions! I'm excited to see the @opentelemetry.io integrations improve over time πŸŽ‰

πŸ—£οΈ: Observability at scale: Monitoring Shiny Applications with OpenTelemetry
πŸ™: github.com/schloerke/pr...

#RStats #RShiny

7 months ago 18 4 0 0
Post image

New #rstats blog post: Deep Dive into ellmer: Part 2.

I explore the source code behind ellmer's tool calling functionality:

www.howardbaik.com/posts/deep-d...

Thanks to @hadley.nz, @grrrck.xyz, @atheriel.bsky.social, others for 🐘ellmer🐘!

7 months ago 13 2 0 0
Advertisement
I'm speaking at posit::conf(2025) in Atlanta Sept 16-18

I'm speaking at posit::conf(2025) in Atlanta Sept 16-18

I'm hoping you'll join our session on Strengthening the R Ecosystem at posit::conf(2025) on the Thursday morning!

Find out about the hottest new thing in the tidyverse: "purrrfectly parallel, purrrfectly distributed" (yes, it's something about cats).

#rstats #tidyverse #PositConf2025

pos.it/conf

7 months ago 11 2 0 0
A screenshot showing the Logfire tracing UI with traces from a Shiny app using ellmer, httr2, and mirai on the left and some attributes on the right.

A screenshot showing the Logfire tracing UI with traces from a Shiny app using ellmer, httr2, and mirai on the left and some attributes on the right.

A Shiny chatbot with a conversation about the weather in Atlanta, GA. It clearly serves as the source of the traces in the first image.

A Shiny chatbot with a conversation about the weather in Atlanta, GA. It clearly serves as the source of the traces in the first image.

More #rstats + OpenTelemetry news: @schloerke.com finally got all of the async issues in {ellmer} and {shiny} sorted out and tracing now works!

Here's what combining {shiny} + {ellmer} + {httr2} + {mirai} + {otel} looks like today.

(All credit for the screenshots to @schloerke.com.)

7 months ago 11 3 1 1

{otel} + #rstats is becoming a crazy partnership.
This project has driven me to use/write {promises} in ways that makes my 🧠 ache πŸ˜…. The reward is worth it!

See you at #PositConf2025 where I'll talk about this in more detail

7 months ago 17 5 0 0

I've been reading the internals of {ellmer} and writing about it in my blog, and it's been fun seeing how all the pieces come together.

7 months ago 1 0 0 0
Post image

#rstats Anyone notice the new "Ask AI" feature on all the tidyverse package websites? πŸ‘€πŸ‘€

7 months ago 4 0 2 0
Preview
Claude R Tidyverse Expert Claude R Tidyverse Expert. GitHub Gist: instantly share code, notes, and snippets.

I was loving Claude Code... until I tried it with #rstats. Constant errors, wouldn't use the tidyverse even when asked, "optimized" functions were slower.

Frustrated, I started a session just to teach R to Claude and summarize what it learned into a CLAUDE.md file gist.github.com/sj-io/3828d6...

8 months ago 154 29 11 4
Video

Excited to share my newest quarto revealjs plugin: imagemover

Easily reposition and resize images directly in your quarto revealjs slides for a much smoother slidecrafting experience

github.com/EmilHvitfeld...
#quarto

8 months ago 205 50 6 10
Advertisement

You can watch Hadley's keynote at this link: www.youtube.com/live/ctc2kx3...

#useR2025

8 months ago 53 19 1 0

Thank you! There is more to come in the blog series!

8 months ago 0 0 0 0
Post image

Code with Claude πŸ‘‡πŸΌ

This looks like a great playlist. Anthropic released its developer conference. The conference included a variety of talks, keynotes, and tutorials focusing on Anthropic API, tools, MCP, prompt engineering, and vibe coding.

www.youtube.com/playlist?lis...

#ai

8 months ago 10 2 0 0
Post image

New #rstats blog post: Deep Dive into ellmer: Part 1.

I explore the source code behind ellmer's starter workflow - creating a new Chat object and calling the $chat() method.

www.howardbaik.com/posts/deep-d...

Thanks to @hadley.nz , @grrrck.xyz, @atheriel.bsky.social, and others for 🐘 ellmer 🐘 !

8 months ago 25 6 1 0

That's a very good reason πŸ˜‚

8 months ago 0 0 0 0

Just out of curiosity (I've been tracing the ellmer source code to learn), what's the design choice behind the new streamlined chat() function?

8 months ago 0 0 1 0
Preview
ellmer 0.3.0 The newest version of ellmer introduces a simpler `chat()` interface that can works with any provider, a bunch of improvements to tool calling, and a handful of smaller quality of life improvements.

🐘 ellmer 🐘 makes it easy and fun to use LLMs from #rstats, and 0.3.0 is out now. Read about the new streamlined chat() function, improvements to tool specifications, and more at www.tidyverse.org/blog/2025/07....

8 months ago 81 24 2 2
Post image Post image

New blog post! @posit.co Positron doesn't use Rproj files tofor #rstats projectsβ€”instead you open folders in the IDE directly. Opening folders can be a little tricky though. This shortcut lets you right click on a folder in macOS Finder to open a it in Positron! www.andrewheiss.com/blog/2025/07...

9 months ago 35 5 6 0
Advertisement
Preview
llms-for-R.md GitHub Gist: instantly share code, notes, and snippets.

Thanks to everyone who responded to my question about what folks should know about using LLMs to generate #rstats: I've summarised the feedback with a few of my thoughts at gist.github.com/hadley/77d42...

9 months ago 92 19 1 0

Putting myself out there a bit. Honest request from an open-source developer:

Can I please ask you to encourage people you know to stop with the "any updates on this?" discussion post? Every post like that genuinely makes me die inside a little bit.

I'll try to explain in this thread. 1/

10 months ago 55 22 2 1
A screenshot of the chapter

A screenshot of the chapter

The book cover

The book cover

Chapter 8: Geographic Data I/O πŸ“‚πŸŒπŸ’Ύ

Covers how to read and write spatial data in various formats, access open geoportals, and work with geographic web services in R. Includes tips on metadata and exporting maps.

πŸ”— https://r.geocompx.org/read-write

#rstats #rspatial #geocompx

10 months ago 3 3 0 0

Awesome, thanks for your hard work on {ellmer}!

10 months ago 1 0 0 0

Ah okay, that makes sense. Thanks for the helpful reply.

10 months ago 0 0 0 0

Hey Charlie, what's a good resource to learn about event-driven async and modern communications, and anything else that serves as the foundation of mirai?

10 months ago 0 0 1 0
Preview
Building software on top of Large Language Models I presented a three hour workshop at PyCon US yesterday titled Building software on top of Large Language Models. The goal of the workshop was to give participants everything they …

Here's the full workshop handout plus annotated slides from "Building software on top of Large Language Models", a three hour tutorial I presented yesterday at PyCon US #PyConUS simonwillison.net/2025/May/15/...

11 months ago 186 42 4 2
Advertisement
A screenshot from the blog post

A screenshot from the blog post

πŸš€ New blog post by Tim Appelhans: State of the (open source) web map – Part I: The base(map)

A thoughtful dive into the open source web mapping tools. Recommended.

Read here: https://tim-salabim.codeberg.page/sotwm/sotwm.html

#WebMapping #OpenSourceGIS #MapLibre #gischat

11 months ago 6 8 0 1