Skip to content

Commit

Permalink
Deploying to gh-pages from @ f5fb353 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 9, 2024
1 parent a979d8c commit 2406ec5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
18 changes: 9 additions & 9 deletions browse/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ <h2 id="toc-title">Table of contents</h2>

<ul>
<li><a href="#how-is-the-package-rank-score-calculated" id="toc-how-is-the-package-rank-score-calculated" class="nav-link active" data-scroll-target="#how-is-the-package-rank-score-calculated"><span class="header-section-number">3.1</span> How is the package-rank score calculated?</a></li>
<li><a href="#why-is-a-package-sometimes-listed-twice" id="toc-why-is-a-package-sometimes-listed-twice" class="nav-link" data-scroll-target="#why-is-a-package-sometimes-listed-twice"><span class="header-section-number">3.2</span> Why is a package sometimes listed twice?</a></li>
<li><a href="#deduplication" id="toc-deduplication" class="nav-link" data-scroll-target="#deduplication"><span class="header-section-number">3.3</span> Which packages get included in search?</a></li>
<li><a href="#deduplication" id="toc-deduplication" class="nav-link" data-scroll-target="#deduplication"><span class="header-section-number">3.2</span> Which packages get included in search?</a></li>
<li><a href="#why-is-a-package-sometimes-listed-twice" id="toc-why-is-a-package-sometimes-listed-twice" class="nav-link" data-scroll-target="#why-is-a-package-sometimes-listed-twice"><span class="header-section-number">3.3</span> Why is a package sometimes listed twice?</a></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.com/r-universe-org/hitchhikers-guide/edit/main/browse/search.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/r-universe-org/hitchhikers-guide/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
</div>
Expand Down Expand Up @@ -320,19 +320,19 @@ <h2 data-number="3.1" class="anchored" data-anchor-id="how-is-the-package-rank-s
<p>You can explore <a href="https://r-universe.dev/packages">scores and metrics for all packages</a>.<br>
The algorithm will evolve as R-universe matures and better data becomes available.</p>
</section>
<section id="why-is-a-package-sometimes-listed-twice" class="level2" data-number="3.2">
<h2 data-number="3.2" class="anchored" data-anchor-id="why-is-a-package-sometimes-listed-twice"><span class="header-section-number">3.2</span> Why is a package sometimes listed twice?</h2>
<p>If a source package fails to build (indicating a critical issue), a red “build failure” message is displayed.<br>
If a previous build succeeded, it remains available for users to install.</p>
</section>
<section id="deduplication" class="level2" data-number="3.3">
<h2 data-number="3.3" class="anchored" data-anchor-id="deduplication"><span class="header-section-number">3.3</span> Which packages get included in search?</h2>
<section id="deduplication" class="level2" data-number="3.2">
<h2 data-number="3.2" class="anchored" data-anchor-id="deduplication"><span class="header-section-number">3.2</span> Which packages get included in search?</h2>
<p>In R-universe, a given R package can appear in multiple registries. To avoid duplicates, search results only display packages from the upstream GitHub owner’s universe, excluding third-party copies.</p>
<p>Specifically, search results include:</p>
<ul>
<li>Packages where the GitHub owner matches the universe name (e.g., packages under <code>https://jeroen.r-universe.dev</code> from <code>https://github.com/jeroen/</code>). This includes all CRAN packages.</li>
<li>Packages where the universe name differs from the GitHub owner, but the DESCRIPTION file includes the full <code>user.r-universe.dev</code> URL in the <code>URL</code> field (e.g., <code>https://jeroen.r-universe.dev</code> or <code>https://jeroen.r-universe.dev/mypkg</code>).</li>
</ul>
</section>
<section id="why-is-a-package-sometimes-listed-twice" class="level2" data-number="3.3">
<h2 data-number="3.3" class="anchored" data-anchor-id="why-is-a-package-sometimes-listed-twice"><span class="header-section-number">3.3</span> Why is a package sometimes listed twice?</h2>
<p>If a source package fails to build (indicating a critical issue), a red “build failure” message is displayed.<br>
If a previous build succeeded, it remains available for users to install.</p>


</section>
Expand Down
16 changes: 8 additions & 8 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
]
},
{
"objectID": "browse/search.html#why-is-a-package-sometimes-listed-twice",
"href": "browse/search.html#why-is-a-package-sometimes-listed-twice",
"objectID": "browse/search.html#deduplication",
"href": "browse/search.html#deduplication",
"title": "3  Search for packages",
"section": "3.2 Why is a package sometimes listed twice?",
"text": "3.2 Why is a package sometimes listed twice?\nIf a source package fails to build (indicating a critical issue), a red “build failure” message is displayed.\nIf a previous build succeeded, it remains available for users to install.",
"section": "3.2 Which packages get included in search?",
"text": "3.2 Which packages get included in search?\nIn R-universe, a given R package can appear in multiple registries. To avoid duplicates, search results only display packages from the upstream GitHub owner’s universe, excluding third-party copies.\nSpecifically, search results include:\n\nPackages where the GitHub owner matches the universe name (e.g., packages under https://jeroen.r-universe.dev from https://github.com/jeroen/). This includes all CRAN packages.\nPackages where the universe name differs from the GitHub owner, but the DESCRIPTION file includes the full user.r-universe.dev URL in the URL field (e.g., https://jeroen.r-universe.dev or https://jeroen.r-universe.dev/mypkg).",
"crumbs": [
"Browse",
"<span class='chapter-number'>3</span>  <span class='chapter-title'>Search for packages</span>"
]
},
{
"objectID": "browse/search.html#deduplication",
"href": "browse/search.html#deduplication",
"objectID": "browse/search.html#why-is-a-package-sometimes-listed-twice",
"href": "browse/search.html#why-is-a-package-sometimes-listed-twice",
"title": "3  Search for packages",
"section": "3.3 Which packages get included in search?",
"text": "3.3 Which packages get included in search?\nIn R-universe, a given R package can appear in multiple registries. To avoid duplicates, search results only display packages from the upstream GitHub owner’s universe, excluding third-party copies.\nSpecifically, search results include:\n\nPackages where the GitHub owner matches the universe name (e.g., packages under https://jeroen.r-universe.dev from https://github.com/jeroen/). This includes all CRAN packages.\nPackages where the universe name differs from the GitHub owner, but the DESCRIPTION file includes the full user.r-universe.dev URL in the URL field (e.g., https://jeroen.r-universe.dev or https://jeroen.r-universe.dev/mypkg).",
"section": "3.3 Why is a package sometimes listed twice?",
"text": "3.3 Why is a package sometimes listed twice?\nIf a source package fails to build (indicating a critical issue), a red “build failure” message is displayed.\nIf a previous build succeeded, it remains available for users to install.",
"crumbs": [
"Browse",
"<span class='chapter-number'>3</span>  <span class='chapter-title'>Search for packages</span>"
Expand Down
28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://docs.r-universe.dev/index.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/get-started.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/search.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/universes.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/packages.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/api.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/rss-feeds.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/install/binaries.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/install/reproducibility.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/get-started.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/set-up.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/metadata.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/debug-build.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/other-networks.html</loc>
<lastmod>2024-12-09T08:02:45.000Z</lastmod>
<lastmod>2024-12-09T08:26:51.000Z</lastmod>
</url>
</urlset>

0 comments on commit 2406ec5

Please sign in to comment.