# NOT RUN {
cr_project_set("my-project")
cr_bucket_set("my-bucket")
# assumes you have previously saved git ssh key called "github-ssh"
cr_build_yaml(
  steps = c(
    cr_buildstep_gitsetup("github-ssh"),
    cr_buildstep_git(c(
      "clone",
      "git@github.com:github_name/repo_name"
    ))
  )
)
# }
Run the code above in your browser using DataLab