Skip to content

Commit

Permalink
tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Sep 21, 2024
1 parent 3d1a34e commit c630ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/checkout.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down

0 comments on commit c630ca8

Please sign in to comment.