Skip to content

Instantly share code, notes, and snippets.

View eliotmonaco's full-sized avatar

Eliot Monaco eliotmonaco

  • Kansas City Health Department
  • Kansas City, MO
  • LinkedIn in/eliotmonaco
View GitHub Profile
@eliotmonaco
eliotmonaco / pkg-dev-guide.R
Last active April 26, 2025 16:28
My R package dev assistant
# About -------------------------------------------------------------------
# This is a cheatsheet of code snippets and workflows that I've been adding to
# since I started my first package. I keep it open in RStudio while doing any
# dev work so I can execute code directly from the script. It owes a ton to "R
# Packages (2e)" by Hadley Wickham and Jennifer Bryan, still my main package dev
# reference. Please use and modify this as you see fit. FYI, I use RStudio for
# code editing, GitHub for versioning, and pkgdown for the package website, so
# this is written with those tools in mind.