Package Manager Functions
Package Manager Functions
All package manager functions are defined in the Pkg
module. None of the Pkg
module's functions are exported; to use them, you'll need to prefix each function call with an explicit Pkg.
, e.g. Pkg.status()
or Pkg.dir()
.
Functions for package development (e.g. tag
, publish
, etc.) have been moved to the PkgDev package. See PkgDev README for the documentation of those functions.
Base.Pkg.dir
Function
dir() -> AbstractString
Returns the absolute path of the pac