Skip to content

Commit

Permalink
Deploying to gh-pages from @ bc6e893 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 24, 2024
1 parent 1aa07ff commit 5d7d94c
Show file tree
Hide file tree
Showing 36 changed files with 1,898 additions and 1,897 deletions.
4 changes: 2 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,15 @@ <h1>Citation</h1>

Arel-Bundock V (????). _tinytable: Simple and Configurable Tables in
'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst'
Formats_. R package version 0.0.5.9010,
Formats_. R package version 0.0.5.9011,
&lt;https://vincentarelbundock.github.io/tinytable/&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats},
author = {Vincent Arel-Bundock},
note = {R package version 0.0.5.9010},
note = {R package version 0.0.5.9011},
url = {https://vincentarelbundock.github.io/tinytable/},
}</code></pre>

Expand Down
1 change: 1 addition & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
</ul>
<p>Misc:</p>
<ul>
<li>Support RevealJS slides in Quarto documents.</li>
<li>Typst now supports images and inline plots with <code>plot_tt()</code>. Thanks to <a href="https://github.com/aghaynes"><span class="citation" data-cites="aghaynes">@aghaynes</span></a> for contribution <a href="https://github.com/vincentarelbundock/tinytable//issues/155">#155</a>.</li>
<li>Improved support for <code>tibble</code>. ANSI characters (ex: fancy <code>pillar</code> formatting) are stripped automatically or converted to HTML when the <code>fansi</code> package is installed. <code>fansi</code> is a dependency of <code>tibble</code>, so it should often be installed.</li>
<li>New <code>tinytable_tt_digits</code> global option can set the default number of digits in the <code>tt()</code> function.</li>
Expand Down
32 changes: 16 additions & 16 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_szditea80xi7wbyuz79i</title>
<title>tinytable_nemrfag9hicps2ab9gnu</title>
<style>
.table td.tinytable_css_i8qhkupqk8xcqsb7vqoc, .table th.tinytable_css_i8qhkupqk8xcqsb7vqoc { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_21qly96yf8esfj7psxs2, .table th.tinytable_css_21qly96yf8esfj7psxs2 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -509,7 +509,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_szditea80xi7wbyuz79i" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_nemrfag9hicps2ab9gnu" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand All @@ -520,37 +520,37 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<tbody>
<tr>
<td>10 001</td>
<td>10 001</td>
</tr>
<tr>
<td> 9 999</td>
<td> 9 999</td>
<td> 9 998</td>
<td>10 000</td>
</tr>
<tr>
<td>10 001</td>
<td>10 000</td>
</tr>
<tr>
<td>10 002</td>
<td> 9 998</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_e6wg5iztzxg1ybf0m3n0(i, j, css_id) {
var table = document.getElementById("tinytable_szditea80xi7wbyuz79i");
function styleCell_tinytable_akmo7x938sk38i3ypro2(i, j, css_id) {
var table = document.getElementById("tinytable_nemrfag9hicps2ab9gnu");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_szditea80xi7wbyuz79i');
var table = document.getElementById('tinytable_nemrfag9hicps2ab9gnu');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_tinytable_e6wg5iztzxg1ybf0m3n0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_szditea80xi7wbyuz79i");
function spanCell_tinytable_akmo7x938sk38i3ypro2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_nemrfag9hicps2ab9gnu");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -577,8 +577,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_e6wg5iztzxg1ybf0m3n0(0, 0, 'tinytable_css_i8qhkupqk8xcqsb7vqoc') })
window.addEventListener('load', function () { styleCell_tinytable_e6wg5iztzxg1ybf0m3n0(0, 1, 'tinytable_css_i8qhkupqk8xcqsb7vqoc') })
window.addEventListener('load', function () { styleCell_tinytable_akmo7x938sk38i3ypro2(0, 0, 'tinytable_css_21qly96yf8esfj7psxs2') })
window.addEventListener('load', function () { styleCell_tinytable_akmo7x938sk38i3ypro2(0, 1, 'tinytable_css_21qly96yf8esfj7psxs2') })
</script>


Expand Down
84 changes: 42 additions & 42 deletions man/group_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,13 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_3e23a7zwlb2fupvyj7xf</title>
<title>tinytable_mum0px05nh0jhbb533ue</title>
<style>
.table td.tinytable_css_lrfvl7g96kzzfvegmp01, .table th.tinytable_css_lrfvl7g96kzzfvegmp01 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_1gsnuwahhl1tkd117o1a, .table th.tinytable_css_1gsnuwahhl1tkd117o1a { text-align: center; }
.table td.tinytable_css_qyh2dwmkcpib0smmqb27, .table th.tinytable_css_qyh2dwmkcpib0smmqb27 { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_41eclyl2f8ex764syn8j, .table th.tinytable_css_41eclyl2f8ex764syn8j { padding-left: 1em; }
.table td.tinytable_css_8szlr09isxfx56eoe0x8, .table th.tinytable_css_8szlr09isxfx56eoe0x8 { text-align: center; }
.table td.tinytable_css_yn4aqi5no7fjjfjxweg9, .table th.tinytable_css_yn4aqi5no7fjjfjxweg9 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_kwe4scadlsdce1h69lgn, .table th.tinytable_css_kwe4scadlsdce1h69lgn { text-align: center; }
.table td.tinytable_css_eokb6f81mqxt8xrq6afs, .table th.tinytable_css_eokb6f81mqxt8xrq6afs { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_51dk07qcf2ofqj8fm5gj, .table th.tinytable_css_51dk07qcf2ofqj8fm5gj { padding-left: 1em; }
.table td.tinytable_css_bpz1kbyuwza3mh62n204, .table th.tinytable_css_bpz1kbyuwza3mh62n204 { text-align: center; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -393,7 +393,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_3e23a7zwlb2fupvyj7xf" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_mum0px05nh0jhbb533ue" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
<tr>
<th scope="col" align="center" colspan="1"> </th>
Expand Down Expand Up @@ -486,21 +486,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_g1t11zbbb80g3ggc2f0h(i, j, css_id) {
var table = document.getElementById("tinytable_3e23a7zwlb2fupvyj7xf");
function styleCell_tinytable_yq3ou8njliww9xr04c5r(i, j, css_id) {
var table = document.getElementById("tinytable_mum0px05nh0jhbb533ue");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow_aptj0xabhbtalue8tfsa(i, colspan, content) {
var table = document.getElementById('tinytable_3e23a7zwlb2fupvyj7xf');
function insertSpanRow_9u8g89hc7hl1no61lsfa(i, colspan, content) {
var table = document.getElementById('tinytable_mum0px05nh0jhbb533ue');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_tinytable_g1t11zbbb80g3ggc2f0h(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_3e23a7zwlb2fupvyj7xf");
function spanCell_tinytable_yq3ou8njliww9xr04c5r(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_mum0px05nh0jhbb533ue");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -527,35 +527,35 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(1, 0, 'tinytable_css_lrfvl7g96kzzfvegmp01') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(1, 1, 'tinytable_css_lrfvl7g96kzzfvegmp01') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(1, 2, 'tinytable_css_lrfvl7g96kzzfvegmp01') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(1, 3, 'tinytable_css_lrfvl7g96kzzfvegmp01') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(1, 4, 'tinytable_css_lrfvl7g96kzzfvegmp01') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 0, 'tinytable_css_1gsnuwahhl1tkd117o1a') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 1, 'tinytable_css_1gsnuwahhl1tkd117o1a') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 2, 'tinytable_css_1gsnuwahhl1tkd117o1a') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 3, 'tinytable_css_1gsnuwahhl1tkd117o1a') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 4, 'tinytable_css_1gsnuwahhl1tkd117o1a') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 1, 'tinytable_css_qyh2dwmkcpib0smmqb27') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 2, 'tinytable_css_qyh2dwmkcpib0smmqb27') })
window.addEventListener('load', function () { insertSpanRow_aptj0xabhbtalue8tfsa(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_aptj0xabhbtalue8tfsa(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(2, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(3, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(5, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(6, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(7, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(8, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(9, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(11, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(12, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(13, 0, 'tinytable_css_41eclyl2f8ex764syn8j') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 0, 'tinytable_css_8szlr09isxfx56eoe0x8') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 1, 'tinytable_css_8szlr09isxfx56eoe0x8') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 2, 'tinytable_css_8szlr09isxfx56eoe0x8') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 3, 'tinytable_css_8szlr09isxfx56eoe0x8') })
window.addEventListener('load', function () { styleCell_tinytable_g1t11zbbb80g3ggc2f0h(0, 4, 'tinytable_css_8szlr09isxfx56eoe0x8') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(1, 0, 'tinytable_css_yn4aqi5no7fjjfjxweg9') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(1, 1, 'tinytable_css_yn4aqi5no7fjjfjxweg9') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(1, 2, 'tinytable_css_yn4aqi5no7fjjfjxweg9') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(1, 3, 'tinytable_css_yn4aqi5no7fjjfjxweg9') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(1, 4, 'tinytable_css_yn4aqi5no7fjjfjxweg9') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 0, 'tinytable_css_kwe4scadlsdce1h69lgn') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 1, 'tinytable_css_kwe4scadlsdce1h69lgn') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 2, 'tinytable_css_kwe4scadlsdce1h69lgn') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 3, 'tinytable_css_kwe4scadlsdce1h69lgn') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 4, 'tinytable_css_kwe4scadlsdce1h69lgn') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 1, 'tinytable_css_eokb6f81mqxt8xrq6afs') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 2, 'tinytable_css_eokb6f81mqxt8xrq6afs') })
window.addEventListener('load', function () { insertSpanRow_9u8g89hc7hl1no61lsfa(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_9u8g89hc7hl1no61lsfa(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(2, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(3, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(5, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(6, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(7, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(8, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(9, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(11, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(12, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(13, 0, 'tinytable_css_51dk07qcf2ofqj8fm5gj') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 0, 'tinytable_css_bpz1kbyuwza3mh62n204') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 1, 'tinytable_css_bpz1kbyuwza3mh62n204') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 2, 'tinytable_css_bpz1kbyuwza3mh62n204') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 3, 'tinytable_css_bpz1kbyuwza3mh62n204') })
window.addEventListener('load', function () { styleCell_tinytable_yq3ou8njliww9xr04c5r(0, 4, 'tinytable_css_bpz1kbyuwza3mh62n204') })
</script>


Expand Down
Loading

0 comments on commit 5d7d94c

Please sign in to comment.