File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -445,24 +445,24 @@ add_dockerfile_with_renv_shinyproxy <- function(
445
445
# ' @export
446
446
# ' @export
447
447
add_dockerfile_with_renv_heroku <- function (
448
- golem_wd = get_golem_wd(),
449
- lockfile = NULL ,
450
- output_dir = fs :: path(tempdir(), " deploy" ),
451
- distro = " focal" ,
452
- from = " rocker/verse" ,
453
- as = NULL ,
454
- sysreqs = TRUE ,
455
- repos = c(CRAN = " https://cran.rstudio.com/" ),
456
- expand = FALSE ,
457
- extra_sysreqs = NULL ,
458
- open = TRUE ,
459
- document = TRUE ,
460
- user = " rstudio" ,
461
- update_tar_gz = TRUE ,
462
- single_file = TRUE ,
463
- set_golem.app.prod = TRUE ,
464
- ... ,
465
- source_folder
448
+ golem_wd = get_golem_wd(),
449
+ lockfile = NULL ,
450
+ output_dir = fs :: path(tempdir(), " deploy" ),
451
+ distro = " focal" ,
452
+ from = " rocker/verse" ,
453
+ as = NULL ,
454
+ sysreqs = TRUE ,
455
+ repos = c(CRAN = " https://cran.rstudio.com/" ),
456
+ expand = FALSE ,
457
+ extra_sysreqs = NULL ,
458
+ open = TRUE ,
459
+ document = TRUE ,
460
+ user = " rstudio" ,
461
+ update_tar_gz = TRUE ,
462
+ single_file = TRUE ,
463
+ set_golem.app.prod = TRUE ,
464
+ ... ,
465
+ source_folder
466
466
) {
467
467
signal_arg_is_deprecated(
468
468
source_folder ,
You can’t perform that action at this time.
0 commit comments