Deploying to gh-pages from @ tmelliott/ts@606b6e195a 🚀

This commit is contained in:
tmelliott 2025-02-24 02:58:31 +00:00
parent 49052a3acf
commit 3ddc487f1c
3 changed files with 8 additions and 3 deletions

View File

@ -37,7 +37,12 @@
<div class="section level2">
<h2 class="pkg-version" data-toc-text="0.1.0" id="ts-010---initial-release">ts 0.1.0 - Initial release<a class="anchor" aria-label="anchor" href="#ts-010---initial-release"></a></h2>
<p>The initial developmental release of ts.</p>
<p>The initial developmental release of <code>ts</code>.</p>
<p>API expected to change in future releases as it is tested in various example applications, so if you happen to use this in a project I suggest you pin the version:</p>
<div class="sourceCode" id="cb1"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="co"># install.packages("remotes")</span></span>
<span><span class="fu">remotes</span><span class="fu">::</span><span class="fu">install_github</span><span class="op">(</span><span class="st">"ws1/ts@0.1.0"</span><span class="op">)</span></span></code></pre></div>
<p>To get started, check the docs site at <a href="https://tomelliott.co.nz/ts/" class="external-link uri">https://tomelliott.co.nz/ts/</a>.</p>
</div>
</main></div>

View File

@ -3,7 +3,7 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
simple-react-app: simple-react-app.html
last_built: 2025-02-24T01:40Z
last_built: 2025-02-24T02:58Z
urls:
reference: http://tomelliott.co.nz/ts/reference
article: http://tomelliott.co.nz/ts/articles

File diff suppressed because one or more lines are too long