Fix typo in pkg_install
documentation.
Showing 1 of 6 files from the diff.
Newly tracked file
R/package.R
changed.
Other files ignored by Codecov
man/lockfile_create.Rd
has changed.
man/pkg_install.Rd
has changed.
man/local_install.Rd
has changed.
man/local_install_deps.Rd
has changed.
man/local_install_dev_deps.Rd
has changed.
@@ -168,8 +168,8 @@
Loading
168 | 168 | #' already installed in another library. |
|
169 | 169 | #' @param upgrade When `FALSE`, the default, does the minimum amount of work |
|
170 | 170 | #' to give you the latest version of `pkg`. It will only upgrade packages if |
|
171 | - | #' `pkg` or one of its explicitly requires a higher version than what you |
|
172 | - | #' currently have. |
|
171 | + | #' `pkg`, or one of its dependencies, explicitly requires a higher version |
|
172 | + | #' than what you currently have. |
|
173 | 173 | #' |
|
174 | 174 | #' When `upgrade = TRUE`, will do ensure that you have the latest version of |
|
175 | 175 | #' `pkg` and all its dependencies. |
Files | Coverage |
---|---|
R | 17.61% |
Project Totals (36 files) | 17.61% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.