Skip to content

Commit a1703b0

Browse files
Update R/add_dockerfiles_renv.R
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7885ffe commit a1703b0

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

R/add_dockerfiles_renv.R

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
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
2222
) {
2323
signal_arg_is_deprecated(
2424
source_folder,

0 commit comments

Comments
 (0)