Skip to contents

List conan installations, and optionally test if they are current.

Usage

conan_list(path_lib, hash = NULL)

Arguments

path_lib

Path to the library to compare

hash

A hash to compare; if given (not NULL) then we highlight installations that match this hash.

Value

A data.frame with columns:

  • name: the name of the installation. This might be useful with conan_compare

  • time: the time the installation was started

  • hash: the installation hash

  • method: the method used for the installation

  • args: the arguments to the installation (as a list column)

  • current: Matches the hash passed in the argument hash

This object also has class conan_list so that it prints nicely, but you can drop this with as.data.frame.