Skip to content

Instantly share code, notes, and snippets.

@adam-gruer
Created March 21, 2019 22:02
Show Gist options
  • Save adam-gruer/048c6a625c06ea1658156b9f13e6d9a1 to your computer and use it in GitHub Desktop.
Save adam-gruer/048c6a625c06ea1658156b9f13e6d9a1 to your computer and use it in GitHub Desktop.
handy and fun - runs on start of r session
if (interactive()) {
suppressMessages(require(devtools))
options(Ncpus = 3)
suppressMessages(require(goodshirt))
goodshirt::soul_squad()
cowsay::say(as.character(soul_squad()),
by = "random",
what_color = crayon::green$bold,
by_color = crayon::green$bold )
}
options(
usethis.full_name = "Adam Gruer",
usethis.name = "Adam Gruer",
usethis.description = list(
`Authors@R` = 'person("Adam", "Gruer", email = "myemail@email.com", role = c("aut", "cre"))',
License = "MIT + file LICENSE",
Version = "0.0.0.9000",
Language = "es"
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment