lib.git_show_untracked: List all un-tracked library folders

View source: R/helper_functions.R

lib.git_show_untrackedR Documentation

List all un-tracked library folders

Description

List all un-tracked directories (libraries) within the multiversion library. The returned un-tracked directories are cleaned up and printed so that only the unique combinations of each library and it's version is shown once.

Usage

lib.git_show_untracked(lib_location = lib.location())

Arguments

lib_location

By default the default library path obtained with lib.location().

Value

No return value, is called for the printed feedback. Will show which packages inside the library are not yet tracked by git (when that is desired). It is recommended to track packages with git so that


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