Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5f1b672 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 5, 2024
1 parent 1763b53 commit 8e3af0d
Show file tree
Hide file tree
Showing 36 changed files with 1,642 additions and 1,627 deletions.
4 changes: 2 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <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.3.9002,
Formats_. R package version 0.0.3.9003,
https://github.com/vincentarelbundock/tinytable/,
&lt;https://vincentarelbundock.github.io/tinytable/&gt;.

Expand All @@ -257,7 +257,7 @@ <h1>Citation</h1>
@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.3.9002, https://github.com/vincentarelbundock/tinytable/},
note = {R package version 0.0.3.9003, https://github.com/vincentarelbundock/tinytable/},
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 @@ -256,6 +256,7 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
<p>New:</p>
<ul>
<li><code>j</code> argument in <code>style_tt()</code> and <code>format_tt()</code> now accepts a string vector to match columns. Issue <a href="https://github.com/vincentarelbundock/tinytable//issues/122">#122</a></li>
<li>Line plots: <code>plot_tt(fun = "line")</code></li>
</ul>
</section>
<section id="section" class="level2">
Expand Down
24 changes: 12 additions & 12 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,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_bciovlcbyxe1lv0ictj4</title>
<title>tinytable_v0h9db0r7c8ux9kr28d5</title>
<style>
.table td.tinytable_css_rha573ps7uky40ig4ptf, .table th.tinytable_css_rha573ps7uky40ig4ptf { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_qkql99gaxdxztepjophi, .table th.tinytable_css_qkql99gaxdxztepjophi { 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 @@ -484,7 +484,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<tbody>
<tr>
<td> 9 999</td>
<td> 9 999</td>
<td>10 002</td>
<td>10 000</td>
</tr>
<tr>
<td>10 000</td>
<td>10 000</td>
<td> 9 999</td>
<td>10 001</td>
</tr>
<tr>
<td> 9 999</td>
Expand All @@ -511,21 +511,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_0olng94pjfglg7viueih(i, j, css_id) {
var table = document.getElementById("tinytable_bciovlcbyxe1lv0ictj4");
function styleCell_tinytable_s0tolrxxh1ijhuhqhwbh(i, j, css_id) {
var table = document.getElementById("tinytable_v0h9db0r7c8ux9kr28d5");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_bciovlcbyxe1lv0ictj4');
var table = document.getElementById('tinytable_v0h9db0r7c8ux9kr28d5');
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;
}
window.addEventListener('load', function () { styleCell_tinytable_0olng94pjfglg7viueih(0, 0, 'tinytable_css_rha573ps7uky40ig4ptf') })
window.addEventListener('load', function () { styleCell_tinytable_0olng94pjfglg7viueih(0, 1, 'tinytable_css_rha573ps7uky40ig4ptf') })
window.addEventListener('load', function () { styleCell_tinytable_s0tolrxxh1ijhuhqhwbh(0, 0, 'tinytable_css_qkql99gaxdxztepjophi') })
window.addEventListener('load', function () { styleCell_tinytable_s0tolrxxh1ijhuhqhwbh(0, 1, 'tinytable_css_qkql99gaxdxztepjophi') })
</script>


Expand Down
80 changes: 40 additions & 40 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_3as7waxaxfsgm9hbx4j7</title>
<title>tinytable_a56al8an62sia891mh0b</title>
<style>
.table td.tinytable_css_j5tolxw57dyyamb3t45c, .table th.tinytable_css_j5tolxw57dyyamb3t45c { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_6cqzbyu0q16c3e3dxrgn, .table th.tinytable_css_6cqzbyu0q16c3e3dxrgn { text-align: center; }
.table td.tinytable_css_k9jzyfh235b5glh78v5v, .table th.tinytable_css_k9jzyfh235b5glh78v5v { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_07k6js0ckcc814uc9alt, .table th.tinytable_css_07k6js0ckcc814uc9alt { padding-left: 1em; }
.table td.tinytable_css_3jit8c8ufhich2kyqicy, .table th.tinytable_css_3jit8c8ufhich2kyqicy { text-align: center; }
.table td.tinytable_css_vffjsfgvv33cw8c3cp5v, .table th.tinytable_css_vffjsfgvv33cw8c3cp5v { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_8noc4vzbu6rhgbombn3m, .table th.tinytable_css_8noc4vzbu6rhgbombn3m { text-align: center; }
.table td.tinytable_css_684uct16uykf1yrbv2cj, .table th.tinytable_css_684uct16uykf1yrbv2cj { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_b5xq42hv7nmlpymm89sw, .table th.tinytable_css_b5xq42hv7nmlpymm89sw { padding-left: 1em; }
.table td.tinytable_css_89s6lp95rbvrhjctsu3q, .table th.tinytable_css_89s6lp95rbvrhjctsu3q { 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_3as7waxaxfsgm9hbx4j7" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_a56al8an62sia891mh0b" 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,48 +486,48 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_gypetmgcz2uc34m01ajs(i, j, css_id) {
var table = document.getElementById("tinytable_3as7waxaxfsgm9hbx4j7");
function styleCell_tinytable_dax52jgeb5po38y9l46w(i, j, css_id) {
var table = document.getElementById("tinytable_a56al8an62sia891mh0b");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow_151xow99cup1aoz2kyct(i, colspan, content) {
var table = document.getElementById('tinytable_3as7waxaxfsgm9hbx4j7');
function insertSpanRow_rcxssi46hldaetb0w7up(i, colspan, content) {
var table = document.getElementById('tinytable_a56al8an62sia891mh0b');
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;
}
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(1, 0, 'tinytable_css_j5tolxw57dyyamb3t45c') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(1, 1, 'tinytable_css_j5tolxw57dyyamb3t45c') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(1, 2, 'tinytable_css_j5tolxw57dyyamb3t45c') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(1, 3, 'tinytable_css_j5tolxw57dyyamb3t45c') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(1, 4, 'tinytable_css_j5tolxw57dyyamb3t45c') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 0, 'tinytable_css_6cqzbyu0q16c3e3dxrgn') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 1, 'tinytable_css_6cqzbyu0q16c3e3dxrgn') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 2, 'tinytable_css_6cqzbyu0q16c3e3dxrgn') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 3, 'tinytable_css_6cqzbyu0q16c3e3dxrgn') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 4, 'tinytable_css_6cqzbyu0q16c3e3dxrgn') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 1, 'tinytable_css_k9jzyfh235b5glh78v5v') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 2, 'tinytable_css_k9jzyfh235b5glh78v5v') })
window.addEventListener('load', function () { insertSpanRow_151xow99cup1aoz2kyct(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_151xow99cup1aoz2kyct(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(2, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(3, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(5, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(6, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(7, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(8, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(9, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(11, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(12, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(13, 0, 'tinytable_css_07k6js0ckcc814uc9alt') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 0, 'tinytable_css_3jit8c8ufhich2kyqicy') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 1, 'tinytable_css_3jit8c8ufhich2kyqicy') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 2, 'tinytable_css_3jit8c8ufhich2kyqicy') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 3, 'tinytable_css_3jit8c8ufhich2kyqicy') })
window.addEventListener('load', function () { styleCell_tinytable_gypetmgcz2uc34m01ajs(0, 4, 'tinytable_css_3jit8c8ufhich2kyqicy') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(1, 0, 'tinytable_css_vffjsfgvv33cw8c3cp5v') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(1, 1, 'tinytable_css_vffjsfgvv33cw8c3cp5v') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(1, 2, 'tinytable_css_vffjsfgvv33cw8c3cp5v') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(1, 3, 'tinytable_css_vffjsfgvv33cw8c3cp5v') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(1, 4, 'tinytable_css_vffjsfgvv33cw8c3cp5v') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 0, 'tinytable_css_8noc4vzbu6rhgbombn3m') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 1, 'tinytable_css_8noc4vzbu6rhgbombn3m') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 2, 'tinytable_css_8noc4vzbu6rhgbombn3m') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 3, 'tinytable_css_8noc4vzbu6rhgbombn3m') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 4, 'tinytable_css_8noc4vzbu6rhgbombn3m') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 1, 'tinytable_css_684uct16uykf1yrbv2cj') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 2, 'tinytable_css_684uct16uykf1yrbv2cj') })
window.addEventListener('load', function () { insertSpanRow_rcxssi46hldaetb0w7up(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_rcxssi46hldaetb0w7up(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(2, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(3, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(5, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(6, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(7, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(8, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(9, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(11, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(12, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(13, 0, 'tinytable_css_b5xq42hv7nmlpymm89sw') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 0, 'tinytable_css_89s6lp95rbvrhjctsu3q') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 1, 'tinytable_css_89s6lp95rbvrhjctsu3q') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 2, 'tinytable_css_89s6lp95rbvrhjctsu3q') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 3, 'tinytable_css_89s6lp95rbvrhjctsu3q') })
window.addEventListener('load', function () { styleCell_tinytable_dax52jgeb5po38y9l46w(0, 4, 'tinytable_css_89s6lp95rbvrhjctsu3q') })
</script>


Expand Down
Loading

0 comments on commit 8e3af0d

Please sign in to comment.