Skip to contents

Compare conan installations.

Usage

conan_compare(path_lib, curr = 0, prev = -1)

Arguments

path_lib

Path to the library to compare

curr

The previous installation to compare against. Can be a name (see conan_list to get names), a negative number where -n indicates "n installations ago" or a positive number where n indicates "the nth installation". The default value of 0 corresponds to the current installation.

prev

The previous installation to compare against. Can be a name (see conan_list to get names), a negative number where -n indicates "n installations ago" or a positive number where n indicates "the nth installation". The default of -1 indicates the previous installation. Must refer to an installation before curr. Use NULL or -Inf if you want to compare against the empty installation.

Value

An object of class conan_compare, which can be printed nicely.