File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
# ' package library.
6
6
# '
7
7
# ' @param pkg Package names or package references. E.g.
8
- # ' - `ggplot2`: package from CRAN, Bioconductor or a CRAN-like repository
8
+ # ' - `ggplot2` or `cran::ggplot2` : package from CRAN, Bioconductor or a CRAN-like repository
9
9
# ' in general,
10
- # ' - `tidyverse/ggplot2`: package from GitHub,
11
- # ' - `tidyverse/ggplot2@v3.4.0`: package from GitHub tag or branch,
12
- # ' - `https://examples.com/.../ggplot2_3.3.6.tar.gz`: package from URL,
13
- # ' - `.`: package in the current working directory.
10
+ # ' - `tidyverse/ggplot2` or `github::tidyverse/ggplot2` : package from GitHub,
11
+ # ' - `tidyverse/ggplot2@v3.4.0` or `github::tidyverse/ggplot2@v3.4.0` : package from GitHub tag or branch,
12
+ # ' - `url:: https://examples.com/.../ggplot2_3.3.6.tar.gz`: package from URL,
13
+ # ' - `.` or `local::.` : package in the current working directory.
14
14
# '
15
15
# ' See "[Package sources]" for more details.
16
16
# ' @param lib Package library to install the packages to. Note that _all_
You can’t perform that action at this time.
0 commit comments