From 203da2e6ed5e2c0685f6f42c36760b75b7241cb0 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Fri, 10 May 2024 11:28:22 -0400 Subject: [PATCH] correct argument references in documentation (#1069) fixes #1068 --- R/deployApp.R | 2 +- man/appDependencies.Rd | 2 +- man/deployApp.Rd | 2 +- man/listDeploymentFiles.Rd | 2 +- man/writeManifest.Rd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/R/deployApp.R b/R/deployApp.R index 61f6c851..0a349bf2 100644 --- a/R/deployApp.R +++ b/R/deployApp.R @@ -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 diff --git a/man/appDependencies.Rd b/man/appDependencies.Rd index 68979021..141b7ef6 100644 --- a/man/appDependencies.Rd +++ b/man/appDependencies.Rd @@ -16,7 +16,7 @@ appDependencies( or plumber API). Defaults to the current directory.} \item{appFiles, appFileManifest}{Use \code{appFiles} to specify a -character vector of files to bundle in the app or \code{appManifestFiles} +character vector of files to bundle in the app or \code{appFileManifest} to provide a path to a file containing a list of such files. If neither are supplied, will bundle all files in \code{appDir}, apart from standard exclusions and files listed in a \code{.rscignore} file. See diff --git a/man/deployApp.Rd b/man/deployApp.Rd index dd9c9d5f..2c72bda7 100644 --- a/man/deployApp.Rd +++ b/man/deployApp.Rd @@ -42,7 +42,7 @@ deployApp( or plumber API). Defaults to the current directory.} \item{appFiles, appFileManifest}{Use \code{appFiles} to specify a -character vector of files to bundle in the app or \code{appManifestFiles} +character vector of files to bundle in the app or \code{appFileManifest} to provide a path to a file containing a list of such files. If neither are supplied, will bundle all files in \code{appDir}, apart from standard exclusions and files listed in a \code{.rscignore} file. See diff --git a/man/listDeploymentFiles.Rd b/man/listDeploymentFiles.Rd index 5eeca659..b22643c2 100644 --- a/man/listDeploymentFiles.Rd +++ b/man/listDeploymentFiles.Rd @@ -16,7 +16,7 @@ listDeploymentFiles( or plumber API). Defaults to the current directory.} \item{appFiles, appFileManifest}{Use \code{appFiles} to specify a -character vector of files to bundle in the app or \code{appManifestFiles} +character vector of files to bundle in the app or \code{appFileManifest} to provide a path to a file containing a list of such files. If neither are supplied, will bundle all files in \code{appDir}, apart from standard exclusions and files listed in a \code{.rscignore} file. See diff --git a/man/writeManifest.Rd b/man/writeManifest.Rd index 8c22674a..dfe8b9f5 100644 --- a/man/writeManifest.Rd +++ b/man/writeManifest.Rd @@ -27,7 +27,7 @@ writeManifest( or plumber API). Defaults to the current directory.} \item{appFiles, appFileManifest}{Use \code{appFiles} to specify a -character vector of files to bundle in the app or \code{appManifestFiles} +character vector of files to bundle in the app or \code{appFileManifest} to provide a path to a file containing a list of such files. If neither are supplied, will bundle all files in \code{appDir}, apart from standard exclusions and files listed in a \code{.rscignore} file. See