brew_version()
returns version info about Homebrew, core formulae, and
casks.
brew_version(...)
... | Arguments passed on to
|
---|
A named list containing the following items:
homebrew
String describing the version of Homebrew
core
String describing git commit info for core formulae
cask
String describing git commit info for casks, if tapped
Version information for installed packages can be retrieved with
brew_list()
if (FALSE) { brew_version() }