Articles by hrbrmstr

Ligatures In RStudio Dailies

November 12, 2023 | hrbrmstr

I had thought most folks likely knew this already, but if you are user of RStudio dailies (this may apply to regular RStudio, but I only use the dailies) and are missing ligatures in the editor (for some fonts), the “fix” is pretty simple (some misguided folks think ligatures are ... [Read more...]

Tracking Rite-Aid Store Closures

September 23, 2023 | hrbrmstr

Rite-Aid closed 60+ stores in 2021. They said they’d nuke over 1,000 of them over three years, back in 2022. And, they’re now about to close ~500 due to bankruptcy. FWIW Heyward Donigan, Former President and CEO — in 2023 — took home $1,043,713 in cash, $7,106,993 in equity, and $617,105 in “other” (total $8,767,811)... Continue reading → [Read more...]

New R Package For HTTP Headers Hashing

July 9, 2023 | hrbrmstr

HTTP Headers Hashing (HHHash) is a technique developed by Alexandre Dulaunoy to generate a fingerprint of an HTTP server based on the headers it returns. It employs one-way hashing to generate a hash value from the list of header keys returned by the server. The HHHash value is calculated by ... [Read more...]

Start Creating Vanilla JS WebR Apps With Less Inertia

April 16, 2023 | hrbrmstr

WebR has a template for React, but I’m not a fan of it or Vue (a fact longtime readers are likely tired of hearing right about now). It’s my opinion and experience that Lit webcomponents come closer to “bare metal” webcomponents, which means the “lock-in” with Lit is ...
[Read more...]

Make “Solar System” Plots With {ggsolar}

April 12, 2023 | hrbrmstr

I was cranking out a blog post for work earlier this week that shows off just how many integrations our platform has. I won’t blather about that content here, but as I was working on it, I really wanted to show off all the integrations. A table seemed far ...
[Read more...]

WebR Filesystem Machinations & ReefR

March 20, 2023 | hrbrmstr

It’s difficult to believe it has only been a couple of weeks since WebR has been around. But that might just be my perception. The spike protein invasion has significantly increased sedentary time, and that has enabled me to focus on this new toy to keep my attention focused ... [Read more...]

Almost Bare Bones WebR Starter App

March 12, 2023 | hrbrmstr

Let’s walk through how to set up a ~minimal HTML/JS/CS + WebR-powered “app” on a server you own. This will be vanilla JS (i.e. no React/Vue/npm/bundler) you can hack on at-will. TL;DR: You can find the source to the app and track changes ... [Read more...]

WebR IS HERE!

March 9, 2023 | hrbrmstr

WebR 0.1.0 was released! I had been git-stalking George (the absolute genius who we all must thank for this) for a while and noticed the GH org and repos being updated earlier this week, So, I was already pretty excited. It dropped today, and you can hit that link for all ... [Read more...]

2022 Hanukkah of Data • Puzzle 2

December 20, 2022 | hrbrmstr

Ref: https://rud.is/b/2022/12/19/2022-hanukkah-of-data-puzzle-1/ library(tidyverse) cust orders orders |__ filter( 2017 == lubridate::year(ordered), grepl("cleaner|bagel", desc, ignore.case=TRUE) ) |__ group_by(customerid, orderid) |__ summarise( ord = paste0(desc, collapse="; "), n = n() ) |__ arrange(desc(n)) # look for bagel... Continue reading → [Read more...]
1 2 3 23

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)