Skip to content

Commit

Permalink
Update docs to output generated at 73df562
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 29, 2024
1 parent ec9f6f0 commit 222656a
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 288 deletions.
6 changes: 3 additions & 3 deletions posts/2024-04-04-chat-with-llms-using-chattr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2230,10 +2230,10 @@ <h3>Contents</h3>
<p>Even though this article highlights <code>chattr</code>’s integration with the RStudio IDE,
it is worth mentioning that it works outside RStudio, for example the terminal.</p>
<h2 id="getting-started">Getting started</h2>
<p>To get started, simply download the package from GitHub, and call the Shiny app
<p>To get started, install the package from CRAN, and then call the Shiny app
using the <code>chattr_app()</code> function:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Install from GitHub</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>remotes<span class="sc">::</span><span class="fu">install_github</span>(<span class="st">&quot;mlverse/chattr&quot;</span>)</span>
<div class="sourceCode" id="cb1"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Install from CRAN</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="st">&quot;chattr&quot;</span>)</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="co"># Run the app</span></span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a>chattr<span class="sc">::</span><span class="fu">chattr_app</span>()</span>
Expand Down
Loading

0 comments on commit 222656a

Please sign in to comment.