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
Created January 30, 2025 18:53
My R package dev assistant
# About -------------------------------------------------------------------
# This script file is a guide that I use while I'm setting up a new package or
# making changes to existing packages. I started this when I created my first
# package, just to keep track of what I was doing because I was initially very
# confused. It quickly evolved into a workflow reference that I use continuously
# while working on a package. I keep this open in RStudio alongside whichever
# package files I'm editing. Though I may be using it in multiple packages at
# once, it's saved separately from any particular package or project. This way,
# if I need to make an edit then I'm making it once only. The code snippets and