Skip to content

Commit

Permalink
start repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Mar 23, 2020
1 parent bd2648d commit 3b58fcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/00-setup.R
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 3b58fcb

Please sign in to comment.