Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4a76b27 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 24, 2024
1 parent 89a59c2 commit a7777b6
Show file tree
Hide file tree
Showing 44 changed files with 2,085 additions and 2,081 deletions.
2 changes: 1 addition & 1 deletion CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h2 id="toc-title">On this page</h2>
<h1>Citation</h1>
<p>To cite package ‘tinytable’ in publications use:</p>
<p>
Arel-Bundock V (????). <em>tinytable: Simple and Configurable Tables in ‘HTML’, ‘LaTeX’, ‘Markdown’, ‘Word’, ‘PNG’, ‘PDF’, and ‘Typst’ Formats</em>. R package version 0.4.0.8, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
Arel-Bundock V (????). <em>tinytable: Simple and Configurable Tables in ‘HTML’, ‘LaTeX’, ‘Markdown’, ‘Word’, ‘PNG’, ‘PDF’, and ‘Typst’ Formats</em>. R package version 0.4.0.9, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
</p>


Expand Down
4 changes: 4 additions & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
<li><code>style_tt()</code> can override cell styling with successive calls, and the call order is respected.</li>
<li><code>options(tinytable_quarto_figure = FALSE)</code> wraps Typst tables in a <code>figure</code> environment in Quarto documents.</li>
</ul>
<p>Bugs:</p>
<ul>
<li><code>theme_tabular()</code> is no longer greedy in replacing <code>cmidrule</code>. Thanks to <a href="https://github.com/jsr-p"><span class="citation" data-cites="jsr-p">@jsr-p</span></a> for code submission <a href="https://github.com/vincentarelbundock/tinytable/issues/349">#349</a>.</li>
</ul>
</section>
<section id="section" class="level2">
<h2 class="anchored" data-anchor-id="section">0.4.0</h2>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2 class="anchored" data-anchor-id="first-steps">First steps</h2>
</section>
<section id="tutorial" class="level2">
<h2 class="anchored" data-anchor-id="tutorial">Tutorial</h2>
<p>The <code>tinytable</code> 0.4.0.8 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.4.0.9 tutorial will take you much further. It is available in two formats:</p>
<ul>
<li><a href="https://vincentarelbundock.github.io/tinytable/vignettes/tinytable_tutorial.pdf">Tutorial (PDF)</a></li>
<li>Tutorial (HTML):
Expand Down
130 changes: 65 additions & 65 deletions man/format_tt.html

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions man/group_tt.html

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions man/rbind2-tinytable-tinytable-method.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,21 +487,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_f0siknssq60y4shnar3j(i, j, css_id) {
var table = document.getElementById("tinytable_f0siknssq60y4shnar3j");
function styleCell_asxti3okrhtwkq7nir8i(i, j, css_id) {
var table = document.getElementById("tinytable_asxti3okrhtwkq7nir8i");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_f0siknssq60y4shnar3j');
var table = document.getElementById('tinytable_asxti3okrhtwkq7nir8i');
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_f0siknssq60y4shnar3j(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_f0siknssq60y4shnar3j");
function spanCell_asxti3okrhtwkq7nir8i(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_asxti3okrhtwkq7nir8i");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -527,18 +527,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_f0siknssq60y4shnar3j(0, 0, 'tinytable_css_id8yqj07x3jwpffnop32zi') })
window.addEventListener('load', function () { styleCell_f0siknssq60y4shnar3j(0, 1, 'tinytable_css_id8yqj07x3jwpffnop32zi') })
window.addEventListener('load', function () { styleCell_f0siknssq60y4shnar3j(0, 2, 'tinytable_css_id8yqj07x3jwpffnop32zi') })
window.addEventListener('load', function () { styleCell_f0siknssq60y4shnar3j(0, 3, 'tinytable_css_id8yqj07x3jwpffnop32zi') })
window.addEventListener('load', function () { styleCell_f0siknssq60y4shnar3j(0, 4, 'tinytable_css_id8yqj07x3jwpffnop32zi') })
window.addEventListener('load', function () { styleCell_asxti3okrhtwkq7nir8i(0, 0, 'tinytable_css_id4j2ds4xyv5wjc5vvuuib') })
window.addEventListener('load', function () { styleCell_asxti3okrhtwkq7nir8i(0, 1, 'tinytable_css_id4j2ds4xyv5wjc5vvuuib') })
window.addEventListener('load', function () { styleCell_asxti3okrhtwkq7nir8i(0, 2, 'tinytable_css_id4j2ds4xyv5wjc5vvuuib') })
window.addEventListener('load', function () { styleCell_asxti3okrhtwkq7nir8i(0, 3, 'tinytable_css_id4j2ds4xyv5wjc5vvuuib') })
window.addEventListener('load', function () { styleCell_asxti3okrhtwkq7nir8i(0, 4, 'tinytable_css_id4j2ds4xyv5wjc5vvuuib') })
</script>

<style>
.table td.tinytable_css_id8yqj07x3jwpffnop32zi, .table th.tinytable_css_id8yqj07x3jwpffnop32zi { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id4j2ds4xyv5wjc5vvuuib, .table th.tinytable_css_id4j2ds4xyv5wjc5vvuuib { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_f0siknssq60y4shnar3j" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_asxti3okrhtwkq7nir8i" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down Expand Up @@ -603,21 +603,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_ydlbfjf2nkl8k460dgyk(i, j, css_id) {
var table = document.getElementById("tinytable_ydlbfjf2nkl8k460dgyk");
function styleCell_gur08wfwuyd0neyb02us(i, j, css_id) {
var table = document.getElementById("tinytable_gur08wfwuyd0neyb02us");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ydlbfjf2nkl8k460dgyk');
var table = document.getElementById('tinytable_gur08wfwuyd0neyb02us');
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_ydlbfjf2nkl8k460dgyk(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ydlbfjf2nkl8k460dgyk");
function spanCell_gur08wfwuyd0neyb02us(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_gur08wfwuyd0neyb02us");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -643,18 +643,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_ydlbfjf2nkl8k460dgyk(0, 0, 'tinytable_css_idy1jkeg9z0scz7ngt97f9') })
window.addEventListener('load', function () { styleCell_ydlbfjf2nkl8k460dgyk(0, 1, 'tinytable_css_idy1jkeg9z0scz7ngt97f9') })
window.addEventListener('load', function () { styleCell_ydlbfjf2nkl8k460dgyk(0, 2, 'tinytable_css_idy1jkeg9z0scz7ngt97f9') })
window.addEventListener('load', function () { styleCell_ydlbfjf2nkl8k460dgyk(0, 3, 'tinytable_css_idy1jkeg9z0scz7ngt97f9') })
window.addEventListener('load', function () { styleCell_ydlbfjf2nkl8k460dgyk(0, 4, 'tinytable_css_idy1jkeg9z0scz7ngt97f9') })
window.addEventListener('load', function () { styleCell_gur08wfwuyd0neyb02us(0, 0, 'tinytable_css_idv4ekij9rguobwepxftrt') })
window.addEventListener('load', function () { styleCell_gur08wfwuyd0neyb02us(0, 1, 'tinytable_css_idv4ekij9rguobwepxftrt') })
window.addEventListener('load', function () { styleCell_gur08wfwuyd0neyb02us(0, 2, 'tinytable_css_idv4ekij9rguobwepxftrt') })
window.addEventListener('load', function () { styleCell_gur08wfwuyd0neyb02us(0, 3, 'tinytable_css_idv4ekij9rguobwepxftrt') })
window.addEventListener('load', function () { styleCell_gur08wfwuyd0neyb02us(0, 4, 'tinytable_css_idv4ekij9rguobwepxftrt') })
</script>

<style>
.table td.tinytable_css_idy1jkeg9z0scz7ngt97f9, .table th.tinytable_css_idy1jkeg9z0scz7ngt97f9 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idv4ekij9rguobwepxftrt, .table th.tinytable_css_idv4ekij9rguobwepxftrt { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_ydlbfjf2nkl8k460dgyk" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_gur08wfwuyd0neyb02us" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down Expand Up @@ -720,21 +720,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_96c7kg4vitl4ah39t7dl(i, j, css_id) {
var table = document.getElementById("tinytable_96c7kg4vitl4ah39t7dl");
function styleCell_sv6e85hw9oyrkdhes2a9(i, j, css_id) {
var table = document.getElementById("tinytable_sv6e85hw9oyrkdhes2a9");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_96c7kg4vitl4ah39t7dl');
var table = document.getElementById('tinytable_sv6e85hw9oyrkdhes2a9');
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_96c7kg4vitl4ah39t7dl(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_96c7kg4vitl4ah39t7dl");
function spanCell_sv6e85hw9oyrkdhes2a9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_sv6e85hw9oyrkdhes2a9");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -760,18 +760,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_96c7kg4vitl4ah39t7dl(0, 0, 'tinytable_css_idp9zoidzkukg6ffngcgdk') })
window.addEventListener('load', function () { styleCell_96c7kg4vitl4ah39t7dl(0, 1, 'tinytable_css_idp9zoidzkukg6ffngcgdk') })
window.addEventListener('load', function () { styleCell_96c7kg4vitl4ah39t7dl(0, 2, 'tinytable_css_idp9zoidzkukg6ffngcgdk') })
window.addEventListener('load', function () { styleCell_96c7kg4vitl4ah39t7dl(0, 3, 'tinytable_css_idp9zoidzkukg6ffngcgdk') })
window.addEventListener('load', function () { styleCell_96c7kg4vitl4ah39t7dl(0, 4, 'tinytable_css_idp9zoidzkukg6ffngcgdk') })
window.addEventListener('load', function () { styleCell_sv6e85hw9oyrkdhes2a9(0, 0, 'tinytable_css_idhxb6htdzt2gtjn5i024i') })
window.addEventListener('load', function () { styleCell_sv6e85hw9oyrkdhes2a9(0, 1, 'tinytable_css_idhxb6htdzt2gtjn5i024i') })
window.addEventListener('load', function () { styleCell_sv6e85hw9oyrkdhes2a9(0, 2, 'tinytable_css_idhxb6htdzt2gtjn5i024i') })
window.addEventListener('load', function () { styleCell_sv6e85hw9oyrkdhes2a9(0, 3, 'tinytable_css_idhxb6htdzt2gtjn5i024i') })
window.addEventListener('load', function () { styleCell_sv6e85hw9oyrkdhes2a9(0, 4, 'tinytable_css_idhxb6htdzt2gtjn5i024i') })
</script>

<style>
.table td.tinytable_css_idp9zoidzkukg6ffngcgdk, .table th.tinytable_css_idp9zoidzkukg6ffngcgdk { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idhxb6htdzt2gtjn5i024i, .table th.tinytable_css_idhxb6htdzt2gtjn5i024i { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_96c7kg4vitl4ah39t7dl" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_sv6e85hw9oyrkdhes2a9" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down Expand Up @@ -830,21 +830,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_xhfapeh5zks0luqxkrf0(i, j, css_id) {
var table = document.getElementById("tinytable_xhfapeh5zks0luqxkrf0");
function styleCell_l1lsye79mu2bwsxgre42(i, j, css_id) {
var table = document.getElementById("tinytable_l1lsye79mu2bwsxgre42");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_xhfapeh5zks0luqxkrf0');
var table = document.getElementById('tinytable_l1lsye79mu2bwsxgre42');
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_xhfapeh5zks0luqxkrf0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_xhfapeh5zks0luqxkrf0");
function spanCell_l1lsye79mu2bwsxgre42(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_l1lsye79mu2bwsxgre42");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -870,16 +870,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_xhfapeh5zks0luqxkrf0(0, 0, 'tinytable_css_idiijjjhnezc5krkdwryac') })
window.addEventListener('load', function () { styleCell_xhfapeh5zks0luqxkrf0(0, 1, 'tinytable_css_idiijjjhnezc5krkdwryac') })
window.addEventListener('load', function () { styleCell_xhfapeh5zks0luqxkrf0(0, 2, 'tinytable_css_idiijjjhnezc5krkdwryac') })
window.addEventListener('load', function () { styleCell_l1lsye79mu2bwsxgre42(0, 0, 'tinytable_css_idslm3bfeca77pnm1da7x8') })
window.addEventListener('load', function () { styleCell_l1lsye79mu2bwsxgre42(0, 1, 'tinytable_css_idslm3bfeca77pnm1da7x8') })
window.addEventListener('load', function () { styleCell_l1lsye79mu2bwsxgre42(0, 2, 'tinytable_css_idslm3bfeca77pnm1da7x8') })
</script>

<style>
.table td.tinytable_css_idiijjjhnezc5krkdwryac, .table th.tinytable_css_idiijjjhnezc5krkdwryac { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idslm3bfeca77pnm1da7x8, .table th.tinytable_css_idslm3bfeca77pnm1da7x8 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_xhfapeh5zks0luqxkrf0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_l1lsye79mu2bwsxgre42" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down
Loading

0 comments on commit a7777b6

Please sign in to comment.