List packages installed on this computer
get_pkgs_installed(rm_duplicates = TRUE)
(logical) Should duplicated names of packages be removed?
If TRUE
, when several packages are found, only the one with the
highest version is returned. If FALSE
, no packages are removed
from the list.
Data frame with columns "package"
and "current_version"
.
Other R-packages-related functions:
compare_version()
,
get_pkgs_installation_status()