Skip to content

Instantly share code, notes, and snippets.

View daynefiler's full-sized avatar
🤓

Dayne Filer, MD, PhD daynefiler

🤓
  • Duke University Hospital, Renaissance Computing Institute
  • Durham, NC
View GitHub Profile
@daynefiler
daynefiler / mission_statement_personal.md
Last active January 4, 2022 19:39
Personal Mission Statement

I will live my life to serve others and will work to show greater love to all people.

I recognize the damage to my relationships, productivity, and happiness stemming from my ego. I will work continually to identify and suppress to the best of my ability the influence of ego.

I will seek the best in others and work to understand and value the differences they bring to the world. In particular, I will continue to seek education and understanding around my own biases and prejudice, particularly in regards to race. In seeking to understand, I will work towards eliminating systemic racism and barriers to all people engrained in our world.

I will seek feedback.

@daynefiler
daynefiler / supplement.Rnw
Created November 23, 2021 20:25
knitr template for supplemental file
\documentclass{article}
\usepackage{fullpage}
\usepackage{mathtools}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}
\usepackage[dvipsnames]{xcolor}
\usepackage{float}
\usepackage{caption}
\usepackage{wrapfig}
\usepackage{multicol}
@daynefiler
daynefiler / rPackageSetup.R
Last active December 2, 2021 22:28
Script for setting up new R package with GitHub repo using usethis
##----------------------------------------------------------------------------##
## Create new R package & associated GitHub repository
##----------------------------------------------------------------------------##
library(devtools)
##----------------------------------------------------------------------------##
## collect package params
tmpEnv <- new.env(parent = emptyenv())