Skip to content

Commit

Permalink
Fix some typos in appDependencies.R (#938)
Browse files Browse the repository at this point in the history
* Fix some typos appDependencies.R

* Update documentation
  • Loading branch information
Moohan authored Jul 28, 2023
1 parent 74a2cf7 commit 66053e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/appDependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#' have source `CORPORATE`. Posit Connect
#' [can be configured](https://docs.posit.co/connect/admin/appendix/configuration/#RPackageRepository)
#' to override their repository url so that (e.g.) you can use different
#' packages versions on stagning and production servers.
#' packages versions on staging and production servers.
#'
#' * Packages installed from GitHub, GitLab, or BitBucket, have `Source`
#' `github`, `gitlab`, and `bitbucket` respectively. When deployed, the
Expand All @@ -77,7 +77,7 @@
#' be detected.
#'
#' For example, ggplot2's `geom_hex()` requires the hexbin package to be
#' installed, but it is only suggested by ggplot2. So if you app uses
#' installed, but it is only suggested by ggplot2. So if your app uses
#' `geom_hex()` it will fail, reporting that the hexbin package is not
#' installed.
#'
Expand All @@ -97,7 +97,7 @@
#' as described above.
#' * `Repository`: for CRAN and CRAN-like repositories, the URL to the
#' repository. This will be ignored by the server if it has been configured
#' with it's own repository name -> repository URL mapping.
#' with its own repository name -> repository URL mapping.
#' @examples
#' \dontrun{
#'
Expand Down
6 changes: 3 additions & 3 deletions man/appDependencies.Rd

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

0 comments on commit 66053e8

Please sign in to comment.