Learn R Programming

pak (version 0.3.1)

lib_status: Status of packages in a library

Description

Status of packages in a library

Usage

lib_status(lib = .libPaths()[1])

pkg_list(lib = .libPaths()[1])

Value

Data frame the contains data about the packages installed in the library.

Arguments

lib

Path to library.

See Also

Other package functions: pak_package_sources, pak(), pkg_deps_tree(), pkg_deps(), pkg_download(), pkg_install(), pkg_remove(), pkg_status()