garrick
  • blog
  • projects
  • talks
  • about
Categories
All (72)
Addin (2)
Announcement (3)
Apps (5)
Blog (3)
CSS (4)
Color (5)
Data Analysis (6)
Debugging (1)
Extensions (1)
GitHub (4)
Images (1)
Interesting Uses of R (2)
JavaScript (3)
LLMs (1)
Learning (1)
Markdown (3)
Music (1)
My Projects (4)
Personal Data (4)
Photos (4)
Presentation (3)
Productivity (6)
Programming (3)
Quarto (2)
R (52)
R Markdown (5)
RStudio (5)
Research (2)
Scripts (9)
Shiny (7)
Shortcuts (2)
Slides (6)
Teaching (1)
Text (1)
Themes (3)
Tips (15)
Tutorials (1)
Twitter (3)
Video (1)
Visualization (9)
Web Development (4)
Workflow (4)
Writing (6)
XML (1)
blogdown (3)
bslib (1)
countdown (1)
ellmer (1)
gganimate (1)
ggplot2 (5)
git (3)
htmltools (2)
htmlwidgets (1)
js4shiny (1)
knitr (2)
pandoc (5)
reprex (2)
rtweet (4)
usethis (2)
xaringan (13)
xaringan Tip (1)
xaringanExtra (3)
xaringanthemer (1)

My Blog

Mostly things I’ve figured out and wanted to share with you. Or remember later. Or things I wrote about because I wanted to learn something new. Occasional ramblings, sometimes thoughts.

A generative AI image of a wall calendar behind a desk. The calendar is a mess.

Remembering what I did this week with LLMs

R
LLMs
Personal Data
Productivity
GitHub
ellmer
Using the GitHub API and {ellmer} to remember what I did this week.
Jan 24, 2025
13 min

An RStudio editor window with library(shiny) and library(bslib).

It’s time to add bslib to your shinyapp snippet

R
Shiny
bslib
library(shiny) is better with library(bslib), so let’s make it official and update our shinyapp snippet together.
Apr 22, 2024
3 min

An AI-generated pencil-drawn sketch of a dream sequence. A spiral staircase descends into a clock face, surrounded by planets, clouds and stars.

Add last rendered or modified time to Quarto

Quarto
Extensions
Introducing now, a Quarto extension that adds the time right now, anywhere in your document.
Mar 29, 2024
7 min

The headless Chrome preview of the slides in a Chrome window.

Automated Image Overflow Detection for xaringan or remark Slides

R
Slides
xaringan
Using chromote and a little JavaScript to detect image overflow issues in {xaringan} or remark slides.
Jul 23, 2023
9 min

Read and Visualize your Twitter Archive

R
Twitter
Personal Data
Using R to read and visualize my Twitter archive data. Featuring {ggiraph}, {ggplot2}, {jsonlite}, {dplyr} and more…
Dec 7, 2022
34 min

countdown v0.4.0 – Now on CRAN!

R
My Projects
Slides
countdown
Shiny
JavaScript
Apps
Announcement
xaringan
Quarto
countdown v0.4.0 is now available on CRAN with a ton of new features!
Aug 15, 2022
15 min

Process Profile Pictures with magick

R
Images
Interesting Uses of R
Process a directory full of profile pictures, resizing and cropping the images to be centered around faces.
Jul 12, 2022
13 min

xaringanExtra v0.6.0 — Now on CRAN!

R
My Projects
xaringan
xaringanExtra
Slides
Announcement
xaringanExtra v0.6.0 is now available on CRAN! Plus some new features.
Jun 7, 2022
4 min

Saving Daylight Time?

R
Visualization
ggplot2
How much daylight do cities across the world get throughout the year? Does Daylight Saving Time really save any daylight? A visualization to explore these questions.
Mar 12, 2022
25 min

Wordle Guess Helper

R
JavaScript
js4shiny
Picking words to guess in Wordle. It’s only fun if you can solve it with R.
Feb 21, 2022
28 min

branchMover: A Shiny app for moving the default branch of your GitHub repos

R
usethis
GitHub
git
Apps
Shiny
RStudio
Introducing branchMover, a Shiny app slash RStudio addin for coordinated default branch changes across your GitHub repositories.
Nov 2, 2021
5 min

Pull Request Flow with usethis

R
usethis
Productivity
Workflow
Choose your own adventure and get in the ‘usethis’ pull request flow with this flow chart.
Oct 7, 2021
25 min

Signed and verified: signed git commits with Keybase and RStudio

R
git
GitHub
RStudio
Tutorials
Setting up signed git commits with a Keybase GPG key that works with RStudio.
Sep 13, 2021
13 min

A new GitHub issue page with our reprex as the issue body

Create a GitHub issue from a reprex with shrtcts

R
Addin
Shortcuts
GitHub
reprex
Turn a reprex into a GitHub issue using a custom RStudio addin with shrtcts.
Sep 3, 2021
10 min

Questions, answers, and reprexes

Teaching
Learning
CSS
Programming
reprex
A “CSS Battle” YouTube video made me ponder metacognition in programming. I had questions, reprex gave me answers.
Mar 16, 2021
8 min

please someone know what I'm talking about? to explain better...i feel like i've seen blog posts where someone types a hex code for a colour and it shows it inline, as a little circle??? but obviously google is not helping me rn

Little Inline Color Boxes

R
Tips
Color
Web Development
htmltools
Little cirlces with color previews, with R.
Mar 12, 2021
2 min

Printing xaringan slides with chromote

R
xaringan
xaringanExtra
Slides
Tips
Scripts
Create PDF versions of complicated xaringan slides using {chromote} and a little magic.
Jan 25, 2021
4 min

xaringan Playground: Using xaringan to learn web development

R
xaringan
Presentation
CSS
Web Development
Making slides with xaringan is a great way to learn more about CSS and web development.
Jan 21, 2021
4 min

Setting up a new MacBook Pro

R
Tips
Programming
Twitter
A big post with all the Mac apps and command line utilities I use everyday.
Dec 1, 2020
5 min

A Calendar in Your R Console

R
Scripts
Productivity
Interesting Uses of R
Print a nicely-formatted calendar in your R console.
Sep 21, 2020
6 min

R Colors in CSS for R Markdown HTML Documents

Color
xaringan
Tips
CSS
R Markdown
R
Web Development
Shiny
htmltools
Use R’s colors in HTML R Markdown documents, slides and Shiny apps with this set of CSS stylesheets.
Sep 14, 2020
6 min

Sharing Your xaringan Slides

R
xaringan
xaringanExtra
Slides
How to share your xaringan slides in style, on social media sites and embedded in your web page.
Sep 1, 2020
11 min

Video: Debugging JavaScript You Wrote in R

R
RStudio
JavaScript
Debugging
Web Development
htmlwidgets
Video
A pseudo-live-streamed walkthrough as I debug some buggy JavaScript written in R for a {reactable} htmlwidget.
Jul 20, 2020
1 min

Let’s move on from iris

R
Scripts
About iris and how to move on.
Jun 9, 2020
3 min

Better Progressive xaringan Slides with CSS and :last-of-type

R
xaringan
xaringan Tip
CSS
Slides
A few CSS rules for focused, progressively revealed lists and R code chunks in xaringan slides.
May 20, 2020
5 min
No matching items
  • 1
  • 2
  • 3

© 2025 Garrick Aden-Buie

  • View source
  • Edit this page
  • Report an issue

Made with 💙 RSS feed