| update_coda_packages | R Documentation |
Updates installed packages that belong to the coda ecosystem.
CRAN packages are updated only if a newer version is available on CRAN.
GitHub packages are updated from their development repositories.
update_coda_packages(
installed_only = TRUE,
ask = FALSE,
repos = NULL,
quiet = FALSE
)
installed_only |
Logical. If |
ask |
Logical. Passed to |
repos |
Character vector of CRAN repositories passed to
|
quiet |
Logical. If |
By default, only already installed packages are considered. This avoids installing optional packages that are part of the ecosystem but not yet present in the user's library.
Invisibly returns a list with components:
Character vector of CRAN packages updated.
Character vector of GitHub packages processed for update.
Character vector of ecosystem packages skipped because they
were not installed and installed_only = TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.