Skip to content

Instantly share code, notes, and snippets.

@mrchypark
Last active November 1, 2018 17:50
Show Gist options
  • Save mrchypark/fa980646d5c918d213af6016f506934c to your computer and use it in GitHub Desktop.
Save mrchypark/fa980646d5c918d213af6016f506934c to your computer and use it in GitHub Desktop.
library(usethis)
## in global project
create_package("package_name")
## run code, restart rstudio in "package_name" project
use_roxygen_md()
use_readme_rmd()
use_pipe()
use_package_doc()
use_tibble()
use_git()
use_github()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment