# NOT RUN {
# }
# NOT RUN {
install_user_app(repo_location = "github",
repo = "chasemc/demoApp@d81fff0")
install_user_app(repo_location = "github",
repo = "chasemc/demoApp@d81fff0",
auth_token = "my_secret_token")
install_user_app(repo_location = "bitbucket",
repo = "chasemc/demoApp",
auth_user = bitbucket_user(),
password = bitbucket_password())
install_user_app(repo_location = "gitlab",
repo = "chasemc/demoApp",
auth_token = "my_secret_token")
install_user_app(repo_location = "local",
repo = "C:/Users/chase/demoApp",
build_vignettes = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab