From 3b58fcbc76e8c6b70807b8f0e75931ab32386485 Mon Sep 17 00:00:00 2001 From: Leonardo Collado Torres Date: Sun, 22 Mar 2020 23:39:37 -0400 Subject: [PATCH] start repo --- R/00-setup.R | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/R/00-setup.R b/R/00-setup.R index e69de29..f787b0e 100644 --- a/R/00-setup.R +++ b/R/00-setup.R @@ -0,0 +1,9 @@ +## Create project +usethis::create_project('~/Desktop/osca_playground_leo') + +## Start this setup file +usethis::use_r('00-setup.R') + +## Start GitHub repo +usethis::use_git() +usethis::use_github()