File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
add_dockerfile_with_renv_ <- function (
2
- golem_wd = get_golem_wd(),
3
- lockfile = NULL ,
4
- output_dir = fs :: path(
5
- tempdir(),
6
- " deploy"
7
- ),
8
- distro = " focal" ,
9
- FROM = " rocker/verse" ,
10
- AS = " builder" ,
11
- sysreqs = TRUE ,
12
- repos = c(
13
- CRAN = " https://cran.rstudio.com/"
14
- ),
15
- expand = FALSE ,
16
- extra_sysreqs = NULL ,
17
- update_tar_gz = TRUE ,
18
- document = FALSE ,
19
- single_file = FALSE ,
20
- ... ,
21
- source_folder
2
+ golem_wd = get_golem_wd(),
3
+ lockfile = NULL ,
4
+ output_dir = fs :: path(
5
+ tempdir(),
6
+ " deploy"
7
+ ),
8
+ distro = " focal" ,
9
+ FROM = " rocker/verse" ,
10
+ AS = " builder" ,
11
+ sysreqs = TRUE ,
12
+ repos = c(
13
+ CRAN = " https://cran.rstudio.com/"
14
+ ),
15
+ expand = FALSE ,
16
+ extra_sysreqs = NULL ,
17
+ update_tar_gz = TRUE ,
18
+ document = FALSE ,
19
+ single_file = FALSE ,
20
+ ... ,
21
+ source_folder
22
22
) {
23
23
signal_arg_is_deprecated(
24
24
source_folder ,
You can’t perform that action at this time.
0 commit comments