We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fbd41 commit 8da91deCopy full SHA for 8da91de
1 file changed
src/command/use/commands/binder/binder.ts
@@ -409,7 +409,7 @@ async function binderFileOperations(
409
const renvPath = join(context.dir, "renv.lock");
410
if (existsSync(renvPath)) {
411
// Create an install.R file
412
- const installRText = "install.packages('renv')\nrenv::activate()";
+ const installRText = "install.packages('renv')\nrenv::restore()";
413
operations.push({
414
file: "install.R",
415
desc: "Activates the R environment described in renv.lock",
0 commit comments