Last active
November 1, 2018 17:50
-
-
Save mrchypark/fa980646d5c918d213af6016f506934c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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