Skip to content

Commit

Permalink
Fix wording in function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkegley committed Aug 29, 2023
1 parent 382e35b commit 11c0648
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions R/deployApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,18 @@
#'
#' (This option is a shorthand flag which overwrites the values of both
#' `envManagementR` and `envManagementPy`.)
#' @param envManagementR Optional. Should Connect install R packages
#' @param envManagementR Optional. Should Posit Connect install R packages
#' for this content? (`TRUE`, `FALSE`, or `NULL`). The default, `NULL`, will
#' not write any values to the bundle manifest, and Connect will fall back to
#' the application default R environment management strategy, or the server
#' default if no application default is defined.
#'
#' (This option is ignored when `envManagement` is non-`NULL`.)
#' @param envManagementPy Optional. Should Connect install Python packages
#' @param envManagementPy Optional. Should Posit Connect install Python packages
#' for this content? (`TRUE`, `FALSE`, or `NULL`). The default, `NULL`, will
#' not write any values to the bundle manifest, and Connect will fall back to
#' the application default Python environment management strategy, or the server
#' default if no application default is defined.
#' the application default Python environment management strategy, or the
#' server default if no application default is defined.
#'
#' (This option is ignored when `envManagement` is non-`NULL`.)
#' @examples
Expand Down
8 changes: 4 additions & 4 deletions man/deployApp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/writeManifest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11c0648

Please sign in to comment.