List conan installations, and optionally test if they are current.
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 withconan_compare
time
: the time the installation was startedhash
: the installation hashmethod
: the method used for the installationargs
: the arguments to the installation (as a list column)current
: Matches the hash passed in the argumenthash
This object also has class conan_list
so that it prints nicely,
but you can drop this with as.data.frame
.