Skip to content

Commit

Permalink
Tweak documentation for pkg argument
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 17, 2023
1 parent bdcf660 commit 8d5c3a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
#' package library.
#'
#' @param pkg Package names or package references. E.g.
#' - `ggplot2`: package from CRAN, Bioconductor or a CRAN-like repository
#' - `ggplot2` or `cran::ggplot2`: package from CRAN, Bioconductor or a CRAN-like repository
#' in general,
#' - `tidyverse/ggplot2`: package from GitHub,
#' - `tidyverse/[email protected]`: package from GitHub tag or branch,
#' - `https://examples.com/.../ggplot2_3.3.6.tar.gz`: package from URL,
#' - `.`: package in the current working directory.
#' - `tidyverse/ggplot2` or `github::tidyverse/ggplot2`: package from GitHub,
#' - `tidyverse/[email protected]` or `github::tidyverse/[email protected]`: package from GitHub tag or branch,
#' - `url::https://examples.com/.../ggplot2_3.3.6.tar.gz`: package from URL,
#' - `.` or `local::.`: package in the current working directory.
#'
#' See "[Package sources]" for more details.
#' @param lib Package library to install the packages to. Note that _all_
Expand Down

0 comments on commit 8d5c3a2

Please sign in to comment.