Skip to content

Commit

Permalink
renv initialisation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Mar 29, 2023
1 parent 42ea0d6 commit 5bb982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/renv.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ renvInitialise <- function(project_directory,
)
}

dependencies %>%
lapply(
dependencies,
function(x,project_directory){renv::install(x,project = project_directory)},
project_directory = project_directory
)
Expand Down

0 comments on commit 5bb982b

Please sign in to comment.