Skip to content

Commit

Permalink
Deploying to gh-pages from @ bbb35c1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Apr 2, 2024
1 parent 0fca74f commit cfaeace
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"href": "users.html",
"title": "Users",
"section": "",
"text": "R has built-in support for multiple repositories. Simply add R-multiverse to your repository settings. For example:\noptions(repos = c(\"https://r-multiverse.r-universe.dev\", getOption(\"repos\")))\nSetting the repos option is only required once per session. We recommend adding this line to your .Rprofile so that it is set automatically. Then proceed to use install.packages() or pak::pak() etc. as you would normally."
"text": "R has built-in support for multiple repositories.\nSimply add R-multiverse to your repository settings. For example:\noptions(repos = c(\"https://r-multiverse.r-universe.dev\", getOption(\"repos\")))\nSetting the repos option is only required once per session. We recommend adding this line to your .Rprofile so that it is set automatically.\nThen proceed to use install.packages() or pak::pak() etc. as you would normally."
},
{
"objectID": "users.html#how-to-install-a-package-from-r-multiverse",
"href": "users.html#how-to-install-a-package-from-r-multiverse",
"title": "Users",
"section": "",
"text": "R has built-in support for multiple repositories. Simply add R-multiverse to your repository settings. For example:\noptions(repos = c(\"https://r-multiverse.r-universe.dev\", getOption(\"repos\")))\nSetting the repos option is only required once per session. We recommend adding this line to your .Rprofile so that it is set automatically. Then proceed to use install.packages() or pak::pak() etc. as you would normally."
"text": "R has built-in support for multiple repositories.\nSimply add R-multiverse to your repository settings. For example:\noptions(repos = c(\"https://r-multiverse.r-universe.dev\", getOption(\"repos\")))\nSetting the repos option is only required once per session. We recommend adding this line to your .Rprofile so that it is set automatically.\nThen proceed to use install.packages() or pak::pak() etc. as you would normally."
},
{
"objectID": "users.html#what-does-r-multiverse-provide",
Expand Down
2 changes: 1 addition & 1 deletion site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://r-multiverse.org/users.html</loc>
<lastmod>2024-04-02T15:50:13.140Z</lastmod>
<lastmod>2024-04-02T15:58:43.476Z</lastmod>
</url>
<url>
<loc>https://r-multiverse.org/index.html</loc>
<lastmod>2024-04-02T15:50:13.140Z</lastmod>
<lastmod>2024-04-02T15:58:43.476Z</lastmod>
</url>
<url>
<loc>https://r-multiverse.org/conduct.html</loc>
<lastmod>2024-04-02T15:50:13.140Z</lastmod>
<lastmod>2024-04-02T15:58:43.476Z</lastmod>
</url>
<url>
<loc>https://r-multiverse.org/about.html</loc>
<lastmod>2024-04-02T15:50:13.140Z</lastmod>
<lastmod>2024-04-02T15:58:43.476Z</lastmod>
</url>
<url>
<loc>https://r-multiverse.org/contributors.html</loc>
<lastmod>2024-04-02T15:50:13.140Z</lastmod>
<lastmod>2024-04-02T15:58:43.476Z</lastmod>
</url>
<url>
<loc>https://r-multiverse.org/review.html</loc>
<lastmod>2024-04-02T15:50:13.140Z</lastmod>
<lastmod>2024-04-02T15:58:43.476Z</lastmod>
</url>
</urlset>
6 changes: 4 additions & 2 deletions users.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,11 @@ <h1 class="title">Users</h1>

<section id="how-to-install-a-package-from-r-multiverse" class="level2">
<h2 class="anchored" data-anchor-id="how-to-install-a-package-from-r-multiverse">How to install a package from R-multiverse</h2>
<p>R has built-in support for multiple repositories. Simply add R-multiverse to your repository settings. For example:</p>
<p>R has built-in support for multiple repositories.</p>
<p>Simply add R-multiverse to your repository settings. For example:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">options</span>(<span class="at">repos =</span> <span class="fu">c</span>(<span class="st">"https://r-multiverse.r-universe.dev"</span>, <span class="fu">getOption</span>(<span class="st">"repos"</span>)))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Setting the <code>repos</code> option is only required once per session. We recommend adding this line to your <code>.Rprofile</code> so that it is set automatically. Then proceed to use <code>install.packages()</code> or <code>pak::pak()</code> etc. as you would normally.</p>
<p>Setting the <code>repos</code> option is only required once per session. We recommend adding this line to your <code>.Rprofile</code> so that it is set automatically.</p>
<p>Then proceed to use <code>install.packages()</code> or <code>pak::pak()</code> etc. as you would normally.</p>
</section>
<section id="what-does-r-multiverse-provide" class="level2">
<h2 class="anchored" data-anchor-id="what-does-r-multiverse-provide">What does R-multiverse provide?</h2>
Expand Down

0 comments on commit cfaeace

Please sign in to comment.