Skip to content

Commit

Permalink
Deploying to gh-pages from @ dcfaa65 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Feb 14, 2024
1 parent 49efcc0 commit be38451
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 98 deletions.
6 changes: 3 additions & 3 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,16 @@ <h1>Citation</h1>
<pre class="verbatim"><code>To cite package ‘tinyplot’ in publications use:

McDermott G, Arel-Bundock V, Zeileis A (????). _tinyplot: Lightweight
Extension of the Base R Graphics System_. R package version 0.0.5,
http://grantmcdermott.com/tinyplot/,
Extension of the Base R Graphics System_. R package version
0.0.5.9000, http://grantmcdermott.com/tinyplot/,
&lt;https://grantmcdermott.com/tinyplot/&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {tinyplot: Lightweight Extension of the Base R Graphics System},
author = {Grant McDermott and Vincent Arel-Bundock and Achim Zeileis},
note = {R package version 0.0.5,
note = {R package version 0.0.5.9000,
http://grantmcdermott.com/tinyplot/},
url = {https://grantmcdermott.com/tinyplot/},
}</code></pre>
Expand Down
7 changes: 7 additions & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ <h2 id="toc-title">On this page</h2>
<ul>
<li><a href="#news" id="toc-news" class="nav-link active" data-scroll-target="#news">News</a>
<ul class="collapse">
<li><a href="#development-version" id="toc-development-version" class="nav-link" data-scroll-target="#development-version">0.0.5.9000 (development version)</a></li>
<li><a href="#section" id="toc-section" class="nav-link" data-scroll-target="#section">0.0.5</a></li>
<li><a href="#section-1" id="toc-section-1" class="nav-link" data-scroll-target="#section-1">0.0.4</a></li>
<li><a href="#section-2" id="toc-section-2" class="nav-link" data-scroll-target="#section-2">0.0.3</a></li>
Expand All @@ -237,6 +238,12 @@ <h2 id="toc-title">On this page</h2>

<section id="news" class="level1">
<h1>News</h1>
<section id="development-version" class="level2">
<h2 class="anchored" data-anchor-id="development-version">0.0.5.9000 (development version)</h2>
<ul>
<li>Support user-supplied polygons. (<a href="https://github.com/grantmcdermott/tinyplot/issues/127">#127</a> <a href="https://github.com/grantmcdermott"><span class="citation" data-cites="grantmcdermott">@grantmcdermott</span></a>)</li>
</ul>
</section>
<section id="section" class="level2">
<h2 class="anchored" data-anchor-id="section">0.0.5</h2>
<p><strong>IMPORTANT BREAKING CHANGE:</strong></p>
Expand Down
Binary file modified freeze.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion man/tinyplot.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<p>The same set of 1-character values supported by plot: "p" for points, "l" for lines, "b" for both points and lines, "c" for empty points joined by lines, "o" for overplotted points and lines, "s" and "S" for stair steps and "h" for histogram-like vertical lines. "n" does not produce any points or lines.</p>
</li>
<li>
<p>Additional tinyplot types: "density" for densities, "pointrange" or "errorbar" for segement intervals, and "ribbon" or "area" for polygon intervals (where area plots are a special case of ribbon plots with <code>ymin</code> set to 0 and <code>ymax</code> set to <code>y</code>; see below).</p>
<p>Additional tinyplot types: "density" for densities, "polygon" for polygons, "pointrange" or "errorbar" for segment intervals, and "polygon", "ribbon" or "area" for polygon intervals (where area plots are a special case of ribbon plots with <code>ymin</code> set to 0 and <code>ymax</code> set to <code>y</code>; see below).</p>
</li>
</ul>
</td>
Expand Down
194 changes: 102 additions & 92 deletions search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h1 class="title">Gallery</h1>
});
</script>
</div> <!-- /content -->
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","selector":".lightbox","closeEffect":"zoom","loop":false,"descPosition":"bottom"});
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","openEffect":"zoom","loop":false,"closeEffect":"zoom","descPosition":"bottom"});
window.onload = () => {
lightboxQuarto.on('slide_before_load', (data) => {
const { slideIndex, slideNode, slideConfig, player, trigger } = data;
Expand Down

0 comments on commit be38451

Please sign in to comment.