brew_info()
displays detailed information about a formula or
cask.
brew_info(package, ...)
package | Name of one or more formulae or casks |
---|---|
... | Arguments passed on to
|
A list of lists. Each sub-list contains information about a package
or cask specified by the package
argument.
System and package analytics can be retrieved with brew_analytics
if (FALSE) { # Get info about unixodbc package brew_info("unixodbc") }