# NOT RUN {
# }
# NOT RUN {
cr_project_set("my-project")
cr_region_set("europe-west1")
your_repo <- "MarkEdmondson1234/googleCloudRunner"
cr_deploy_git_html(your_repo, rmd_folder = "vignettes")
# change the Rmd rendering to pkgdown
r <- "devtools::install();pkgdown::build_site()"
cr_deploy_git_html(your_repo,
image = paste0(your_repo, "-pkgdown"),
rmd_folder = ".",
edit_r = r)
# }
Run the code above in your browser using DataLab