Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc65f6d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 12, 2024
1 parent 2cf7c47 commit a03746e
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 16 deletions.
7 changes: 6 additions & 1 deletion install/reproducibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#downloading-repository-snapshots" id="toc-downloading-repository-snapshots" class="nav-link" data-scroll-target="#downloading-repository-snapshots"><span class="header-section-number">9.2.2</span> Downloading repository snapshots</a></li>
<li><a href="#using-snapshots" id="toc-using-snapshots" class="nav-link" data-scroll-target="#using-snapshots"><span class="header-section-number">9.2.3</span> Using snapshots</a></li>
</ul></li>
<li><a href="#using-snapshot-from-the-r-multiverse" id="toc-using-snapshot-from-the-r-multiverse" class="nav-link" data-scroll-target="#using-snapshot-from-the-r-multiverse"><span class="header-section-number">9.3</span> Using snapshot from the R-multiverse</a></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.com/r-universe-org/hitchhikers-guide/edit/main/install/reproducibility.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 @@ -351,9 +352,13 @@ <h3 data-number="9.2.3" class="anchored" data-anchor-id="using-snapshots"><span
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a>prefix <span class="ot">&lt;-</span> <span class="fu">ifelse</span> (.Platform<span class="sc">$</span>OS.type <span class="sc">==</span> <span class="st">"windows"</span>, <span class="st">"file:///"</span>, <span class="st">"file://"</span>)</span>
<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a>repos <span class="ot">&lt;-</span> <span class="fu">paste0</span>(prefix, <span class="fu">normalizePath</span>(snapshot, <span class="st">"/"</span>))</span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="fu">c</span>(<span class="st">"V8"</span>, <span class="st">"mongolite"</span>), <span class="at">repos =</span> repos)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</section>
</section>
<section id="using-snapshot-from-the-r-multiverse" class="level2" data-number="9.3">
<h2 data-number="9.3" class="anchored" data-anchor-id="using-snapshot-from-the-r-multiverse"><span class="header-section-number">9.3</span> Using snapshot from the R-multiverse</h2>
<p><a href="https://r-multiverse.org/">R-multiverse</a> is a general-purpose R package repository system with transparent governance and open source infrastructure. It <a href="https://r-multiverse.org/production.html#snapshots">deploys a production snapshot once every three months</a> TODO <a href="https://github.com/r-multiverse/help/discussions/115" class="uri">https://github.com/r-multiverse/help/discussions/115</a></p>


</section>
</section>

</main> <!-- /main -->
Expand Down
5 changes: 5 additions & 0 deletions publish/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#get-inspired-by-success-stories" id="toc-get-inspired-by-success-stories" class="nav-link" data-scroll-target="#get-inspired-by-success-stories"><span class="header-section-number">10.3</span> Get inspired by success stories</a></li>
<li><a href="#enjoy-it-for-free" id="toc-enjoy-it-for-free" class="nav-link" data-scroll-target="#enjoy-it-for-free"><span class="header-section-number">10.4</span> Enjoy it for free!</a></li>
<li><a href="#set-up-in-just-a-few-steps" id="toc-set-up-in-just-a-few-steps" class="nav-link" data-scroll-target="#set-up-in-just-a-few-steps"><span class="header-section-number">10.5</span> Set up in just a few steps</a></li>
<li><a href="#a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse" id="toc-a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse" class="nav-link" data-scroll-target="#a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse"><span class="header-section-number">10.6</span> A general-purpose package repository built on R-universe: the R-multiverse</a></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.com/r-universe-org/hitchhikers-guide/edit/main/publish/get-started.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 @@ -298,6 +299,10 @@ <h2 data-number="10.4" class="anchored" data-anchor-id="enjoy-it-for-free"><span
<section id="set-up-in-just-a-few-steps" class="level2" data-number="10.5">
<h2 data-number="10.5" class="anchored" data-anchor-id="set-up-in-just-a-few-steps"><span class="header-section-number">10.5</span> Set up in just a few steps</h2>
<p>Follow the <a href="../publish/set-up.html">set-up documentation</a> to get started quickly.</p>
</section>
<section id="a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse" class="level2" data-number="10.6">
<h2 data-number="10.6" class="anchored" data-anchor-id="a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse"><span class="header-section-number">10.6</span> A general-purpose package repository built on R-universe: the R-multiverse</h2>
<p>R-multiverse is a general-purpose R package repository system with <a href="https://r-multiverse.org/policies.html">transparent governance</a> and open source infrastructure. More on <a href="https://r-multiverse.org/">R-multiverse’s website</a></p>


</section>
Expand Down
22 changes: 22 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,17 @@
"<span class='chapter-number'>9</span>  <span class='chapter-title'>Reproducibility</span>"
]
},
{
"objectID": "install/reproducibility.html#using-snapshot-from-the-r-multiverse",
"href": "install/reproducibility.html#using-snapshot-from-the-r-multiverse",
"title": "9  Reproducibility",
"section": "9.3 Using snapshot from the R-multiverse",
"text": "9.3 Using snapshot from the R-multiverse\nR-multiverse is a general-purpose R package repository system with transparent governance and open source infrastructure. It deploys a production snapshot once every three months TODO https://github.com/r-multiverse/help/discussions/115",
"crumbs": [
"Install",
"<span class='chapter-number'>9</span>  <span class='chapter-title'>Reproducibility</span>"
]
},
{
"objectID": "publish/get-started.html",
"href": "publish/get-started.html",
Expand Down Expand Up @@ -372,6 +383,17 @@
"<span class='chapter-number'>10</span>  <span class='chapter-title'>Why publish on R-universe</span>"
]
},
{
"objectID": "publish/get-started.html#a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse",
"href": "publish/get-started.html#a-general-purpose-package-repository-built-on-r-universe-the-r-multiverse",
"title": "10  Why publish on R-universe",
"section": "10.6 A general-purpose package repository built on R-universe: the R-multiverse",
"text": "10.6 A general-purpose package repository built on R-universe: the R-multiverse\nR-multiverse is a general-purpose R package repository system with transparent governance and open source infrastructure. More on R-multiverse’s website",
"crumbs": [
"Publish",
"<span class='chapter-number'>10</span>  <span class='chapter-title'>Why publish on R-universe</span>"
]
},
{
"objectID": "publish/set-up.html",
"href": "publish/set-up.html",
Expand Down
30 changes: 15 additions & 15 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://docs.r-universe.dev/index.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/get-started.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/search.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/universes.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/packages.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/api.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/browse/rss-feeds.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/install/binaries.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/install/reproducibility.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/get-started.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/set-up.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/metadata.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/troubleshoot-build.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/terms.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
<url>
<loc>https://docs.r-universe.dev/publish/other-networks.html</loc>
<lastmod>2024-12-12T13:34:40.000Z</lastmod>
<lastmod>2024-12-12T13:45:45.000Z</lastmod>
</url>
</urlset>

0 comments on commit a03746e

Please sign in to comment.