lib.installed_packages: Show the complete library content.

View source: R/VC_library_writing.R

lib.installed_packagesR Documentation

Show the complete library content.

Description

Use to print all available packages in the R_MV_library with all their versions including their dependencies. Simply performs a call to lib.dependsOnMe(all).

Usage

lib.installed_packages(lib_location = lib.location(), dont_print = FALSE)

Arguments

lib_location

The R_MV_library location.

dont_print

When true, will not print anything, but will expect you to make use of the invisibly returned package character vector.

Value

It returns a special character array with package:version names for every package and package version in the library.


multiversion documentation built on March 22, 2022, 1:07 a.m.