Skip to content

Commit

Permalink
Deploying to gh-pages from @ d2c9745 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 21, 2024
1 parent 76d2f3c commit 55f15cc
Show file tree
Hide file tree
Showing 36 changed files with 1,902 additions and 1,902 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.9007,
Formats_. R package version 0.0.5.9008,
&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.9007},
note = {R package version 0.0.5.9008},
url = {https://vincentarelbundock.github.io/tinytable/},
}</code></pre>

Expand Down
Binary file modified freeze.rds
Binary file not shown.
30 changes: 15 additions & 15 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3 class="anchored" data-anchor-id="usage">Usage</h3>
x,
i = NULL,
j = NULL,
digits = getOption("tinytable_format_digits", default = getOption("digits")),
digits = getOption("tinytable_format_digits", default = NULL),
num_fmt = getOption("tinytable_format_num_fmt", default = "significant"),
num_zero = getOption("tinytable_format_num_zero", default = TRUE),
num_suffix = getOption("tinytable_format_num_suffix", default = FALSE),
Expand Down 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_tes7b39kbpipm3lip8kl</title>
<title>tinytable_6myxu42qv7nqttfumom5</title>
<style>
.table td.tinytable_css_njy22aw1wmi4isc8tvsq, .table th.tinytable_css_njy22aw1wmi4isc8tvsq { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_i3v56kigq3tbj50m5cb8, .table th.tinytable_css_i3v56kigq3tbj50m5cb8 { 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_tes7b39kbpipm3lip8kl" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_6myxu42qv7nqttfumom5" 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 000</td>
<td>10 003</td>
<td> 9 999</td>
</tr>
<tr>
<td>10 001</td>
<td>10 001</td>
<td> 9 999</td>
<td>10 002</td>
</tr>
<tr>
<td> 9 999</td>
<td>10 000</td>
<td>10 001</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_7bcm6lwvs7glrukh4qra(i, j, css_id) {
var table = document.getElementById("tinytable_tes7b39kbpipm3lip8kl");
function styleCell_tinytable_ncrjok6x6ubh0qzz0ilh(i, j, css_id) {
var table = document.getElementById("tinytable_6myxu42qv7nqttfumom5");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_tes7b39kbpipm3lip8kl');
var table = document.getElementById('tinytable_6myxu42qv7nqttfumom5');
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_7bcm6lwvs7glrukh4qra(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_tes7b39kbpipm3lip8kl");
function spanCell_tinytable_ncrjok6x6ubh0qzz0ilh(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6myxu42qv7nqttfumom5");
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_7bcm6lwvs7glrukh4qra(0, 0, 'tinytable_css_njy22aw1wmi4isc8tvsq') })
window.addEventListener('load', function () { styleCell_tinytable_7bcm6lwvs7glrukh4qra(0, 1, 'tinytable_css_njy22aw1wmi4isc8tvsq') })
window.addEventListener('load', function () { styleCell_tinytable_ncrjok6x6ubh0qzz0ilh(0, 0, 'tinytable_css_i3v56kigq3tbj50m5cb8') })
window.addEventListener('load', function () { styleCell_tinytable_ncrjok6x6ubh0qzz0ilh(0, 1, 'tinytable_css_i3v56kigq3tbj50m5cb8') })
</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_tacv2y3o7ibqsyfuo8iz</title>
<title>tinytable_fi8xizdentzjv4q7xald</title>
<style>
.table td.tinytable_css_4hkn2nfj9alka27quepa, .table th.tinytable_css_4hkn2nfj9alka27quepa { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_f52njmnb9za4knzsjt54, .table th.tinytable_css_f52njmnb9za4knzsjt54 { text-align: center; }
.table td.tinytable_css_gt6z2ns8bsptld32ld7b, .table th.tinytable_css_gt6z2ns8bsptld32ld7b { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_44lsnppz4hmk12r3f6bw, .table th.tinytable_css_44lsnppz4hmk12r3f6bw { padding-left: 1em; }
.table td.tinytable_css_n3k6evoiee6eo7lqdn2r, .table th.tinytable_css_n3k6evoiee6eo7lqdn2r { text-align: center; }
.table td.tinytable_css_y9ofc8p25vzorqxhfx0n, .table th.tinytable_css_y9ofc8p25vzorqxhfx0n { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_2m4v888aw6gp521rrt23, .table th.tinytable_css_2m4v888aw6gp521rrt23 { text-align: center; }
.table td.tinytable_css_haxgw0lkoyjal017ykm1, .table th.tinytable_css_haxgw0lkoyjal017ykm1 { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_rru99fpffenzjaktqf2w, .table th.tinytable_css_rru99fpffenzjaktqf2w { padding-left: 1em; }
.table td.tinytable_css_n9g31mo378v7hoqiynb2, .table th.tinytable_css_n9g31mo378v7hoqiynb2 { 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_tacv2y3o7ibqsyfuo8iz" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_fi8xizdentzjv4q7xald" 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_06vf8o2cn460au8n136y(i, j, css_id) {
var table = document.getElementById("tinytable_tacv2y3o7ibqsyfuo8iz");
function styleCell_tinytable_mqpn4auk22ubiwohpnpw(i, j, css_id) {
var table = document.getElementById("tinytable_fi8xizdentzjv4q7xald");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow_gewjpwmit51pkv2y8eiz(i, colspan, content) {
var table = document.getElementById('tinytable_tacv2y3o7ibqsyfuo8iz');
function insertSpanRow_284smmvysq4b99kzwfjn(i, colspan, content) {
var table = document.getElementById('tinytable_fi8xizdentzjv4q7xald');
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_06vf8o2cn460au8n136y(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_tacv2y3o7ibqsyfuo8iz");
function spanCell_tinytable_mqpn4auk22ubiwohpnpw(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_fi8xizdentzjv4q7xald");
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_06vf8o2cn460au8n136y(1, 0, 'tinytable_css_4hkn2nfj9alka27quepa') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(1, 1, 'tinytable_css_4hkn2nfj9alka27quepa') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(1, 2, 'tinytable_css_4hkn2nfj9alka27quepa') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(1, 3, 'tinytable_css_4hkn2nfj9alka27quepa') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(1, 4, 'tinytable_css_4hkn2nfj9alka27quepa') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 0, 'tinytable_css_f52njmnb9za4knzsjt54') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 1, 'tinytable_css_f52njmnb9za4knzsjt54') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 2, 'tinytable_css_f52njmnb9za4knzsjt54') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 3, 'tinytable_css_f52njmnb9za4knzsjt54') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 4, 'tinytable_css_f52njmnb9za4knzsjt54') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 1, 'tinytable_css_gt6z2ns8bsptld32ld7b') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 2, 'tinytable_css_gt6z2ns8bsptld32ld7b') })
window.addEventListener('load', function () { insertSpanRow_gewjpwmit51pkv2y8eiz(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_gewjpwmit51pkv2y8eiz(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(2, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(3, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(5, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(6, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(7, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(8, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(9, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(11, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(12, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(13, 0, 'tinytable_css_44lsnppz4hmk12r3f6bw') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 0, 'tinytable_css_n3k6evoiee6eo7lqdn2r') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 1, 'tinytable_css_n3k6evoiee6eo7lqdn2r') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 2, 'tinytable_css_n3k6evoiee6eo7lqdn2r') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 3, 'tinytable_css_n3k6evoiee6eo7lqdn2r') })
window.addEventListener('load', function () { styleCell_tinytable_06vf8o2cn460au8n136y(0, 4, 'tinytable_css_n3k6evoiee6eo7lqdn2r') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(1, 0, 'tinytable_css_y9ofc8p25vzorqxhfx0n') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(1, 1, 'tinytable_css_y9ofc8p25vzorqxhfx0n') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(1, 2, 'tinytable_css_y9ofc8p25vzorqxhfx0n') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(1, 3, 'tinytable_css_y9ofc8p25vzorqxhfx0n') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(1, 4, 'tinytable_css_y9ofc8p25vzorqxhfx0n') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 0, 'tinytable_css_2m4v888aw6gp521rrt23') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 1, 'tinytable_css_2m4v888aw6gp521rrt23') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 2, 'tinytable_css_2m4v888aw6gp521rrt23') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 3, 'tinytable_css_2m4v888aw6gp521rrt23') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 4, 'tinytable_css_2m4v888aw6gp521rrt23') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 1, 'tinytable_css_haxgw0lkoyjal017ykm1') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 2, 'tinytable_css_haxgw0lkoyjal017ykm1') })
window.addEventListener('load', function () { insertSpanRow_284smmvysq4b99kzwfjn(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_284smmvysq4b99kzwfjn(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(2, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(3, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(5, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(6, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(7, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(8, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(9, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(11, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(12, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(13, 0, 'tinytable_css_rru99fpffenzjaktqf2w') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 0, 'tinytable_css_n9g31mo378v7hoqiynb2') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 1, 'tinytable_css_n9g31mo378v7hoqiynb2') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 2, 'tinytable_css_n9g31mo378v7hoqiynb2') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 3, 'tinytable_css_n9g31mo378v7hoqiynb2') })
window.addEventListener('load', function () { styleCell_tinytable_mqpn4auk22ubiwohpnpw(0, 4, 'tinytable_css_n9g31mo378v7hoqiynb2') })
</script>


Expand Down
Loading

0 comments on commit 55f15cc

Please sign in to comment.