Skip to content

Commit

Permalink
correct argument references in documentation (#1069)
Browse files Browse the repository at this point in the history
fixes #1068
  • Loading branch information
aronatkins authored May 10, 2024
1 parent 53d1591 commit 203da2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/deployApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' @param appDir A directory containing an application (e.g. a Shiny app
#' or plumber API). Defaults to the current directory.
#' @param appFiles,appFileManifest Use `appFiles` to specify a
#' character vector of files to bundle in the app or `appManifestFiles`
#' character vector of files to bundle in the app or `appFileManifest`
#' to provide a path to a file containing a list of such files. If neither
#' are supplied, will bundle all files in `appDir`, apart from standard
#' exclusions and files listed in a `.rscignore` file. See
Expand Down
2 changes: 1 addition & 1 deletion man/appDependencies.Rd

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

2 changes: 1 addition & 1 deletion man/deployApp.Rd

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

2 changes: 1 addition & 1 deletion man/listDeploymentFiles.Rd

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

2 changes: 1 addition & 1 deletion man/writeManifest.Rd

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

0 comments on commit 203da2e

Please sign in to comment.