Wired: Use here::here()
Wired: Prioritize .Rproj files for immediate open/actions with alfredapp.com
Wired: “2019-01-15_Notes-from-WTF-workshop.Rmd” (for file names: use IS0 8601 dates, separate fields by “_”, separate words within fields by “-“)
Wired: Load R scripts with callr github.com/r-lib/callr
Wired: Use FiraCode (gives you the fancy assignment arrow) github.com/tonsky/FiraCod…
Wired: Inspect an object with str()
Wired: Set options(error = recover) then jump around through the traceback with “s”
Wired: Use oh-my-zsh github.com/robbyrussell/o…
Wired: Use @jimhester_'s lookup package github.com/jimhester/look…
Wired: Do it with usethis
Wired: Make R respect all your quirks via .Rprofile and .Renviron *and* track these files in GitHub for use on multiple machines
Wired: brew cask install r-app
Wired: git commit --amend
Wired: View(listObj) in Rstudio
Wired: Read the sources: rstd.io/wtf-2019-rsc :: happygitwithr.com :: whattheyforgot.org