diff options
author | 2013-09-03 16:30:53 +0200 | |
---|---|---|
committer | 2013-09-03 16:30:53 +0200 | |
commit | 714332a03d9ee88c8d050c8490df6e8360750c5c (patch) | |
tree | aa5d242fbfe63d273f5d549875000b7d004ac760 /doc | |
parent | doc/rst: document dynamic selfdep pool changes (diff) | |
download | R_overlay-714332a03d9ee88c8d050c8490df6e8360750c5c.tar.gz R_overlay-714332a03d9ee88c8d050c8490df6e8360750c5c.tar.bz2 R_overlay-714332a03d9ee88c8d050c8490df6e8360750c5c.zip |
update doc/html
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/usage.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/html/usage.html b/doc/html/usage.html index dd321ea..a37ecc9 100644 --- a/doc/html/usage.html +++ b/doc/html/usage.html @@ -4733,8 +4733,11 @@ These are called <strong>Dynamic Rule Pools</strong> and use runtime data like & R packages" to create rules.</p> <p id="dynamic-selfdep-rule-pool"><em>roverlay</em> uses one dynamic rule pool, the <strong>Dynamic Selfdep Rule Pool</strong>. This pool contains <em>selfdep</em> rules for all known R packages and is able -to resolve R package dependencies. -By convention, it will never resolve any system dependencies.</p> +to resolve R package dependencies. Moreover, it knows to which repository +a rule belongs, and tries to satisfy dependencies on a package within its +own repository first, before trying the other repositories in the order as +they appear in the repo config file(s).</p> +<p>By convention, this rule pool never resolves any system dependencies.</p> </div> <div class="section" id="dependency-resolver-modules"> <h3><a class="toc-backref" href="#contents">14.6.5 Dependency Resolver Modules</a></h3> @@ -4817,7 +4820,7 @@ becomes "loop until resolver closes".</p> </div> <div class="footer"> <hr class="footer" /> -Generated on: 2013-08-29. +Generated on: 2013-09-03. </div> </body> |