From 13cbaa26f81ac5fdf88d4864e04bc99b72f0fa2e Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 23 Sep 2024 19:26:28 +0200 Subject: [PATCH] tweak formatting (#1989) --- R/checkout.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/checkout.R b/R/checkout.R index e11606313..52922d06d 100644 --- a/R/checkout.R +++ b/R/checkout.R @@ -44,12 +44,12 @@ #' #' @param restart Should the \R session be restarted after the new #' packages have been checked out? When `NULL` (the default), the -#' session is restarted if the "restore" action was taken. +#' session is restarted if the `"restore"` action was taken. #' #' @param actions The action(s) to perform with the requested repositories. -#' This can either be "snapshot", in which `renv` will generate a lockfile +#' This can either be `"snapshot"`, in which `renv` will generate a lockfile #' based on the latest versions of the packages available from `repos`, or -#' "restore" if you'd like to install those packages. You can use +#' `"restore"` if you'd like to install those packages. You can use #' `c("snapshot", "restore")` if you'd like to generate a lockfile and #' install those packages in a single call. #'