mollusk 0e4acfb8f2 fix incorrect folder name for julia-0.6.x
Former-commit-id: ef2c7401e0876f22d2f7762d182cfbcd5a7d9c70
2018-06-11 03:28:36 -07:00

10 lines
27 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Package Manager Functions · The Julia Language</title><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28835595-6', 'auto');
ga('send', 'pageview');
</script><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="../assets/documenter.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link href="../assets/documenter.css" rel="stylesheet" type="text/css"/><link href="../assets/julia-manual.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><a href="../index.html"><img class="logo" src="../assets/logo.png" alt="The Julia Language logo"/></a><h1>The Julia Language</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="../search.html"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="../index.html">Home</a></li><li><span class="toctext">Manual</span><ul><li><a class="toctext" href="../manual/introduction.html">Introduction</a></li><li><a class="toctext" href="../manual/getting-started.html">Getting Started</a></li><li><a class="toctext" href="../manual/variables.html">Variables</a></li><li><a class="toctext" href="../manual/integers-and-floating-point-numbers.html">Integers and Floating-Point Numbers</a></li><li><a class="toctext" href="../manual/mathematical-operations.html">Mathematical Operations and Elementary Functions</a></li><li><a class="toctext" href="../manual/complex-and-rational-numbers.html">Complex and Rational Numbers</a></li><li><a class="toctext" href="../manual/strings.html">Strings</a></li><li><a class="toctext" href="../manual/functions.html">Functions</a></li><li><a class="toctext" href="../manual/control-flow.html">Control Flow</a></li><li><a class="toctext" href="../manual/variables-and-scoping.html">Scope of Variables</a></li><li><a class="toctext" href="../manual/types.html">Types</a></li><li><a class="toctext" href="../manual/methods.html">Methods</a></li><li><a class="toctext" href="../manual/constructors.html">Constructors</a></li><li><a class="toctext" href="../manual/conversion-and-promotion.html">Conversion and Promotion</a></li><li><a class="toctext" href="../manual/interfaces.html">Interfaces</a></li><li><a class="toctext" href="../manual/modules.html">Modules</a></li><li><a class="toctext" href="../manual/documentation.html">Documentation</a></li><li><a class="toctext" href="../manual/metaprogramming.html">Metaprogramming</a></li><li><a class="toctext" href="../manual/arrays.html">Multi-dimensional Arrays</a></li><li><a class="toctext" href="../manual/linear-algebra.html">Linear algebra</a></li><li><a class="toctext" href="../manual/networking-and-streams.html">Networking and Streams</a></li><li><a class="toctext" href="../manual/parallel-computing.html">Parallel Computing</a></li><li><a class="toctext" href="../manual/dates.html">Date and DateTime</a></li><li><a class="toctext" href="../manual/interacting-with-julia.html">Interacting With Julia</a></li><li><a class="toctext" href="../manual/running-external-programs.html">Running External Programs</a></li><li><a class="toctext" href="../manual/calling-c-and-fortran-code.html">Calling C and Fortran Code</a></li><li><a class="toctext" href="../manual/handling-operating-system-variation.html">Handling Operating System Variation</a></li><li><a class="toctext" href="../manual/environment-variables.html">Environment Variables</a></li><li><a class="toctext" href="../manual/embedding.html">Embedding Julia</a></li><li><a class="toctext" href="../manual/packages.html">Packages</a></li><li><a class="toctext" href="../manual/profile.html">Profiling</a></li><li><a class="toctext" href="../manual/stacktraces.html">Stack Traces</a></li><li><a class="toctext" href="../manual/performance-tips.html">Performance Tips</a></li><li><a class="toctext" href="../manual/workflow-tips.html">Workflow Tips</a></li><li><a class="toctext" href="../manual/style-guide.html">Style Guide</a></li><li><a class="toctext" href="../manual/faq.html">Frequently Asked Questions</a></li><li><a class="toctext" href="../manual/noteworthy-differences.html">Noteworthy Differences from other Languages</a></li><li><a class="toctext" href="../manual/unicode-input.html">Unicode Input</a></li></ul></li><li><span class="toctext">Standard Library</span><ul><li><a class="toctext" href="base.html">Essentials</a></li><li><a class="toctext" href="collections.html">Collections and Data Structures</a></li><li><a class="toctext" href="math.html">Mathematics</a></li><li><a class="toctext" href="numbers.html">Numbers</a></li><li><a class="toctext" href="strings.html">Strings</a></li><li><a class="toctext" href="arrays.html">Arrays</a></li><li><a class="toctext" href="parallel.html">Tasks and Parallel Computing</a></li><li><a class="toctext" href="linalg.html">Linear Algebra</a></li><li><a class="toctext" href="constants.html">Constants</a></li><li><a class="toctext" href="file.html">Filesystem</a></li><li><a class="toctext" href="io-network.html">I/O and Network</a></li><li><a class="toctext" href="punctuation.html">Punctuation</a></li><li><a class="toctext" href="sort.html">Sorting and Related Functions</a></li><li class="current"><a class="toctext" href="pkg.html">Package Manager Functions</a><ul class="internal"></ul></li><li><a class="toctext" href="dates.html">Dates and Time</a></li><li><a class="toctext" href="iterators.html">Iteration utilities</a></li><li><a class="toctext" href="test.html">Unit Testing</a></li><li><a class="toctext" href="c.html">C Interface</a></li><li><a class="toctext" href="libc.html">C Standard Library</a></li><li><a class="toctext" href="libdl.html">Dynamic Linker</a></li><li><a class="toctext" href="profile.html">Profiling</a></li><li><a class="toctext" href="stacktraces.html">StackTraces</a></li><li><a class="toctext" href="simd-types.html">SIMD Support</a></li></ul></li><li><span class="toctext">Developer Documentation</span><ul><li><a class="toctext" href="../devdocs/reflection.html">Reflection and introspection</a></li><li><span class="toctext">Documentation of Julia&#39;s Internals</span><ul><li><a class="toctext" href="../devdocs/init.html">Initialization of the Julia runtime</a></li><li><a class="toctext" href="../devdocs/ast.html">Julia ASTs</a></li><li><a class="toctext" href="../devdocs/types.html">More about types</a></li><li><a class="toctext" href="../devdocs/object.html">Memory layout of Julia Objects</a></li><li><a class="toctext" href="../devdocs/eval.html">Eval of Julia code</a></li><li><a class="toctext" href="../devdocs/callconv.html">Calling Conventions</a></li><li><a class="toctext" href="../devdocs/compiler.html">High-level Overview of the Native-Code Generation Process</a></li><li><a class="toctext" href="../devdocs/functions.html">Julia Functions</a></li><li><a class="toctext" href="../devdocs/cartesian.html">Base.Cartesian</a></li><li><a class="toctext" href="../devdocs/meta.html">Talking to the compiler (the <code>:meta</code> mechanism)</a></li><li><a class="toctext" href="../devdocs/subarrays.html">SubArrays</a></li><li><a class="toctext" href="../devdocs/sysimg.html">System Image Building</a></li><li><a class="toctext" href="../devdocs/llvm.html">Working with LLVM</a></li><li><a class="toctext" href="../devdocs/stdio.html">printf() and stdio in the Julia runtime</a></li><li><a class="toctext" href="../devdocs/boundscheck.html">Bounds checking</a></li><li><a class="toctext" href="../devdocs/locks.html">Proper maintenance and care of multi-threading locks</a></li><li><a class="toctext" href="../devdocs/offset-arrays.html">Arrays with custom indices</a></li><li><a class="toctext" href="../devdocs/libgit2.html">Base.LibGit2</a></li><li><a class="toctext" href="../devdocs/require.html">Module loading</a></li></ul></li><li><span class="toctext">Developing/debugging Julia&#39;s C code</span><ul><li><a class="toctext" href="../devdocs/backtraces.html">Reporting and analyzing crashes (segfaults)</a></li><li><a class="toctext" href="../devdocs/debuggingtips.html">gdb debugging tips</a></li><li><a class="toctext" href="../devdocs/valgrind.html">Using Valgrind with Julia</a></li><li><a class="toctext" href="../devdocs/sanitizers.html">Sanitizer support</a></li></ul></li></ul></li></ul></nav><article id="docs"><header><nav><ul><li>Standard Library</li><li><a href="pkg.html">Package Manager Functions</a></li></ul><a class="edit-page" href="https://github.com/JuliaLang/julia/blob/master/doc/src/stdlib/pkg.md"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>Package Manager Functions</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="Package-Manager-Functions-1" href="#Package-Manager-Functions-1">Package Manager Functions</a></h1><p>All package manager functions are defined in the <code>Pkg</code> module. None of the <code>Pkg</code> module&#39;s functions are exported; to use them, you&#39;ll need to prefix each function call with an explicit <code>Pkg.</code>, e.g. <a href="pkg.html#Base.Pkg.status"><code>Pkg.status()</code></a> or <a href="pkg.html#Base.Pkg.dir"><code>Pkg.dir()</code></a>.</p><p>Functions for package development (e.g. <code>tag</code>, <code>publish</code>, etc.) have been moved to the <a href="https://github.com/JuliaLang/PkgDev.jl">PkgDev</a> package. See <a href="https://github.com/JuliaLang/PkgDev.jl/blob/master/README.md">PkgDev README</a> for the documentation of those functions.</p><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.dir" href="#Base.Pkg.dir"><code>Base.Pkg.dir</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">dir() -&gt; AbstractString</code></pre><p>Returns the absolute path of the package directory. This defaults to <code>joinpath(homedir(),&quot;.julia&quot;,&quot;v$(VERSION.major).$(VERSION.minor)&quot;)</code> on all platforms (i.e. <code>~/.julia/v0.6</code> in UNIX shell syntax). If the <code>JULIA_PKGDIR</code> environment variable is set, then that path is used in the returned value as <code>joinpath(ENV[&quot;JULIA_PKGDIR&quot;],&quot;v$(VERSION.major).$(VERSION.minor)&quot;)</code>. If <code>JULIA_PKGDIR</code> is a relative path, it is interpreted relative to whatever the current working directory is.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L55-L64">source</a><div><pre><code class="language-none">dir(names...) -&gt; AbstractString</code></pre><p>Equivalent to <code>normpath(Pkg.dir(),names...)</code> i.e. it appends path components to the package directory and normalizes the resulting path. In particular, <code>Pkg.dir(pkg)</code> returns the path to the package <code>pkg</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L67-L73">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.init" href="#Base.Pkg.init"><code>Base.Pkg.init</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">init(meta::AbstractString=DEFAULT_META, branch::AbstractString=META_BRANCH)</code></pre><p>Initialize <code>Pkg.dir()</code> as a package directory. This will be done automatically when the <code>JULIA_PKGDIR</code> is not set and <code>Pkg.dir()</code> uses its default value. As part of this process, clones a local METADATA git repository from the site and branch specified by its arguments, which are typically not provided. Explicit (non-default) arguments can be used to support a custom METADATA setup.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L76-L84">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.resolve" href="#Base.Pkg.resolve"><code>Base.Pkg.resolve</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">resolve()</code></pre><p>Determines an optimal, consistent set of package versions to install or upgrade to. The optimal set of package versions is based on the contents of <code>Pkg.dir(&quot;REQUIRE&quot;)</code> and the state of installed packages in <code>Pkg.dir()</code>, Packages that are no longer required are moved into <code>Pkg.dir(&quot;.trash&quot;)</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L230-L237">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.edit" href="#Base.Pkg.edit"><code>Base.Pkg.edit</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">edit()</code></pre><p>Opens <code>Pkg.dir(&quot;REQUIRE&quot;)</code> in the editor specified by the <code>VISUAL</code> or <code>EDITOR</code> environment variables; when the editor command returns, it runs <code>Pkg.resolve()</code> to determine and install a new optimal set of installed package versions.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L94-L100">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.add" href="#Base.Pkg.add"><code>Base.Pkg.add</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">add(pkg, vers...)</code></pre><p>Add a requirement entry for <code>pkg</code> to <code>Pkg.dir(&quot;REQUIRE&quot;)</code> and call <code>Pkg.resolve()</code>. If <code>vers</code> are given, they must be <code>VersionNumber</code> objects and they specify acceptable version intervals for <code>pkg</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L110-L116">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.rm" href="#Base.Pkg.rm"><code>Base.Pkg.rm</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">rm(pkg)</code></pre><p>Remove all requirement entries for <code>pkg</code> from <code>Pkg.dir(&quot;REQUIRE&quot;)</code> and call <code>Pkg.resolve()</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L103-L107">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.clone" href="#Base.Pkg.clone"><code>Base.Pkg.clone</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">clone(pkg)</code></pre><p>If <code>pkg</code> has a URL registered in <code>Pkg.dir(&quot;METADATA&quot;)</code>, clone it from that URL on the default branch. The package does not need to have any registered versions.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L163-L168">source</a><div><pre><code class="language-none">clone(url, [pkg])</code></pre><p>Clone a package directly from the git URL <code>url</code>. The package does not need to be registered in <code>Pkg.dir(&quot;METADATA&quot;)</code>. The package repo is cloned by the name <code>pkg</code> if provided; if not provided, <code>pkg</code> is determined automatically from <code>url</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L171-L177">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.setprotocol!" href="#Base.Pkg.setprotocol!"><code>Base.Pkg.setprotocol!</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">setprotocol!(proto)</code></pre><p>Set the protocol used to access GitHub-hosted packages. Defaults to &#39;https&#39;, with a blank <code>proto</code> delegating the choice to the package developer.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L285-L290">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.available" href="#Base.Pkg.available"><code>Base.Pkg.available</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">available() -&gt; Vector{String}</code></pre><p>Returns the names of available packages.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L119-L123">source</a><div><pre><code class="language-none">available(pkg) -&gt; Vector{VersionNumber}</code></pre><p>Returns the version numbers available for package <code>pkg</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L126-L130">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.installed" href="#Base.Pkg.installed"><code>Base.Pkg.installed</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">installed() -&gt; Dict{String,VersionNumber}</code></pre><p>Returns a dictionary mapping installed package names to the installed version number of each package.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L133-L138">source</a><div><pre><code class="language-none">installed(pkg) -&gt; Void | VersionNumber</code></pre><p>If <code>pkg</code> is installed, return the installed version number. If <code>pkg</code> is registered, but not installed, return <code>nothing</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L141-L146">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.status" href="#Base.Pkg.status"><code>Base.Pkg.status</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">status()</code></pre><p>Prints out a summary of what packages are installed and what version and state they&#39;re in.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L149-L153">source</a><div><pre><code class="language-none">status(pkg)</code></pre><p>Prints out a summary of what version and state <code>pkg</code>, specifically, is in.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L156-L160">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.update" href="#Base.Pkg.update"><code>Base.Pkg.update</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">update(pkgs...)</code></pre><p>Update the metadata repo kept in <code>Pkg.dir(&quot;METADATA&quot;)</code> then update any fixed packages that can safely be pulled from their origin; then call <code>Pkg.resolve()</code> to determine a new optimal set of packages versions.</p><p>Without arguments, updates all installed packages. When one or more package names are provided as arguments, only those packages and their dependencies are updated.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L218-L227">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.checkout" href="#Base.Pkg.checkout"><code>Base.Pkg.checkout</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">checkout(pkg, [branch=&quot;master&quot;]; merge=true, pull=true)</code></pre><p>Checkout the <code>Pkg.dir(pkg)</code> repo to the branch <code>branch</code>. Defaults to checking out the &quot;master&quot; branch. To go back to using the newest compatible released version, use <code>Pkg.free(pkg)</code>. Changes are merged (fast-forward only) if the keyword argument <code>merge == true</code>, and the latest version is pulled from the upstream repo if <code>pull == true</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L180-L187">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.pin" href="#Base.Pkg.pin"><code>Base.Pkg.pin</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">pin(pkg)</code></pre><p>Pin <code>pkg</code> at the current version. To go back to using the newest compatible released version, use <code>Pkg.free(pkg)</code></p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L203-L208">source</a><div><pre><code class="language-none">pin(pkg, version)</code></pre><p>Pin <code>pkg</code> at registered version <code>version</code>.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L211-L215">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.free" href="#Base.Pkg.free"><code>Base.Pkg.free</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">free(pkg)</code></pre><p>Free the package <code>pkg</code> to be managed by the package manager again. It calls <code>Pkg.resolve()</code> to determine optimal package versions after. This is an inverse for both <code>Pkg.checkout</code> and <code>Pkg.pin</code>.</p><p>You can also supply an iterable collection of package names, e.g., <code>Pkg.free((&quot;Pkg1&quot;, &quot;Pkg2&quot;))</code> to free multiple packages at once.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L191-L200">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.build" href="#Base.Pkg.build"><code>Base.Pkg.build</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">build()</code></pre><p>Run the build scripts for all installed packages in depth-first recursive order.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L240-L244">source</a><div><pre><code class="language-none">build(pkgs...)</code></pre><p>Run the build script in <code>deps/build.jl</code> for each package in <code>pkgs</code> and all of their dependencies in depth-first recursive order. This is called automatically by <code>Pkg.resolve()</code> on all installed or updated packages.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L247-L253">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.test" href="#Base.Pkg.test"><code>Base.Pkg.test</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">test(; coverage=false)</code></pre><p>Run the tests for all installed packages ensuring that each package&#39;s test dependencies are installed for the duration of the test. A package is tested by running its <code>test/runtests.jl</code> file and test dependencies are specified in <code>test/REQUIRE</code>. Coverage statistics for the packages may be generated by passing <code>coverage=true</code>. The default behavior is not to run coverage.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L256-L264">source</a><div><pre><code class="language-none">test(pkgs...; coverage=false)</code></pre><p>Run the tests for each package in <code>pkgs</code> ensuring that each package&#39;s test dependencies are installed for the duration of the test. A package is tested by running its <code>test/runtests.jl</code> file and test dependencies are specified in <code>test/REQUIRE</code>. Coverage statistics for the packages may be generated by passing <code>coverage=true</code>. The default behavior is not to run coverage.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L267-L275">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="Base.Pkg.dependents" href="#Base.Pkg.dependents"><code>Base.Pkg.dependents</code></a><span class="docstring-category">Function</span>.</div><div><pre><code class="language-none">dependents(pkg)</code></pre><p>List the packages that have <code>pkg</code> as a dependency.</p></div><a class="source-link" target="_blank" href="https://github.com/JuliaLang/julia/blob/d55cadc350d426a95fd967121ba77494d08364c8/base/pkg/pkg.jl#L278-L282">source</a></section><footer><hr/><a class="previous" href="sort.html"><span class="direction">Previous</span><span class="title">Sorting and Related Functions</span></a><a class="next" href="dates.html"><span class="direction">Next</span><span class="title">Dates and Time</span></a></footer></article></body></html>