Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9e630f7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 4, 2024
1 parent 6a88b8b commit e35430d
Show file tree
Hide file tree
Showing 46 changed files with 1,414 additions and 1,413 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.5.0.3, <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.5.0.4, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
</p>


Expand Down
1 change: 1 addition & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
<p>Bugs:</p>
<ul>
<li>Typst notes returned an error since the last release. Thanks to <a href="https://github.com/DominikVogel"><span class="citation" data-cites="DominikVogel">@DominikVogel</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable/issues/357">#357</a>.</li>
<li>Duplicate group labels are allowed in LaTeX with <code>group_tt()</code>. Thanks to <a href="https://github.com/eeemda"><span class="citation" data-cites="eeemda">@eeemda</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable/issues/362">#362</a>.</li>
</ul>
</section>
<section id="section" class="level2">
Expand Down
Binary file modified freeze.rds
Binary file not shown.
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.5.0.3 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.5.0.4 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
132 changes: 66 additions & 66 deletions man/format_tt.html

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions man/group_tt.html

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions man/rbind2-tinytable-tinytable-method.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_foikv5b61vxtru9ovq1k(i, j, css_id) {
var table = document.getElementById("tinytable_foikv5b61vxtru9ovq1k");
function styleCell_42b2eiscsqkgyo8sh685(i, j, css_id) {
var table = document.getElementById("tinytable_42b2eiscsqkgyo8sh685");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -499,16 +499,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_foikv5b61vxtru9ovq1k');
var table = document.getElementById('tinytable_42b2eiscsqkgyo8sh685');
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_foikv5b61vxtru9ovq1k(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_foikv5b61vxtru9ovq1k");
function spanCell_42b2eiscsqkgyo8sh685(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_42b2eiscsqkgyo8sh685");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -538,24 +538,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 0, j: 0 }, { i: 6, j: 0 }, { i: 0, j: 1 }, { i: 6, j: 1 }, { i: 0, j: 2 }, { i: 6, j: 2 }, { i: 0, j: 3 }, { i: 6, j: 3 }, { i: 0, j: 4 }, { i: 6, j: 4 }, ], css_id: 'tinytable_css_g9lncp3pteu8gg67dn7h',},
{ positions: [ { i: 0, j: 0 }, { i: 6, j: 0 }, { i: 0, j: 1 }, { i: 6, j: 1 }, { i: 0, j: 2 }, { i: 6, j: 2 }, { i: 0, j: 3 }, { i: 6, j: 3 }, { i: 0, j: 4 }, { i: 6, j: 4 }, ], css_id: 'tinytable_css_j4meir6sorj7k83qh99m',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_foikv5b61vxtru9ovq1k(cell.i, cell.j, group.css_id);
styleCell_42b2eiscsqkgyo8sh685(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_g9lncp3pteu8gg67dn7h, .table th.tinytable_css_g9lncp3pteu8gg67dn7h { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_j4meir6sorj7k83qh99m, .table th.tinytable_css_j4meir6sorj7k83qh99m { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_foikv5b61vxtru9ovq1k" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_42b2eiscsqkgyo8sh685" 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 @@ -621,8 +621,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_ij30ibdsxjuc00ysr8s3(i, j, css_id) {
var table = document.getElementById("tinytable_ij30ibdsxjuc00ysr8s3");
function styleCell_ug9i4e5inuixpzinyfpg(i, j, css_id) {
var table = document.getElementById("tinytable_ug9i4e5inuixpzinyfpg");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -632,16 +632,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ij30ibdsxjuc00ysr8s3');
var table = document.getElementById('tinytable_ug9i4e5inuixpzinyfpg');
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_ij30ibdsxjuc00ysr8s3(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ij30ibdsxjuc00ysr8s3");
function spanCell_ug9i4e5inuixpzinyfpg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ug9i4e5inuixpzinyfpg");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -671,24 +671,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 0, j: 0 }, { i: 6, j: 0 }, { i: 0, j: 1 }, { i: 6, j: 1 }, { i: 0, j: 2 }, { i: 6, j: 2 }, { i: 0, j: 3 }, { i: 6, j: 3 }, { i: 0, j: 4 }, { i: 6, j: 4 }, ], css_id: 'tinytable_css_i7znl2lqpy2n8lvegh1j',},
{ positions: [ { i: 0, j: 0 }, { i: 6, j: 0 }, { i: 0, j: 1 }, { i: 6, j: 1 }, { i: 0, j: 2 }, { i: 6, j: 2 }, { i: 0, j: 3 }, { i: 6, j: 3 }, { i: 0, j: 4 }, { i: 6, j: 4 }, ], css_id: 'tinytable_css_ws0l08q6epxcr2avmpev',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_ij30ibdsxjuc00ysr8s3(cell.i, cell.j, group.css_id);
styleCell_ug9i4e5inuixpzinyfpg(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_i7znl2lqpy2n8lvegh1j, .table th.tinytable_css_i7znl2lqpy2n8lvegh1j { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_ws0l08q6epxcr2avmpev, .table th.tinytable_css_ws0l08q6epxcr2avmpev { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_ij30ibdsxjuc00ysr8s3" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_ug9i4e5inuixpzinyfpg" 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 @@ -755,8 +755,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_44tkkwa58cti8szd1dzk(i, j, css_id) {
var table = document.getElementById("tinytable_44tkkwa58cti8szd1dzk");
function styleCell_7t65zbeu1wq7qw3lvfbf(i, j, css_id) {
var table = document.getElementById("tinytable_7t65zbeu1wq7qw3lvfbf");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -766,16 +766,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_44tkkwa58cti8szd1dzk');
var table = document.getElementById('tinytable_7t65zbeu1wq7qw3lvfbf');
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_44tkkwa58cti8szd1dzk(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_44tkkwa58cti8szd1dzk");
function spanCell_7t65zbeu1wq7qw3lvfbf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_7t65zbeu1wq7qw3lvfbf");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -805,24 +805,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 0, j: 0 }, { i: 5, j: 0 }, { i: 0, j: 1 }, { i: 5, j: 1 }, { i: 0, j: 2 }, { i: 5, j: 2 }, { i: 0, j: 3 }, { i: 5, j: 3 }, { i: 0, j: 4 }, { i: 5, j: 4 }, ], css_id: 'tinytable_css_zistp77qmge924uqrjs1',},
{ positions: [ { i: 0, j: 0 }, { i: 5, j: 0 }, { i: 0, j: 1 }, { i: 5, j: 1 }, { i: 0, j: 2 }, { i: 5, j: 2 }, { i: 0, j: 3 }, { i: 5, j: 3 }, { i: 0, j: 4 }, { i: 5, j: 4 }, ], css_id: 'tinytable_css_lr6czqdeencc6ymepqq0',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_44tkkwa58cti8szd1dzk(cell.i, cell.j, group.css_id);
styleCell_7t65zbeu1wq7qw3lvfbf(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_zistp77qmge924uqrjs1, .table th.tinytable_css_zistp77qmge924uqrjs1 { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_lr6czqdeencc6ymepqq0, .table th.tinytable_css_lr6czqdeencc6ymepqq0 { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_44tkkwa58cti8szd1dzk" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_7t65zbeu1wq7qw3lvfbf" 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 @@ -882,8 +882,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_zfg9h3k378pn41ndmzsg(i, j, css_id) {
var table = document.getElementById("tinytable_zfg9h3k378pn41ndmzsg");
function styleCell_eiszvcy4p1skzkkaxvf2(i, j, css_id) {
var table = document.getElementById("tinytable_eiszvcy4p1skzkkaxvf2");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -893,16 +893,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_zfg9h3k378pn41ndmzsg');
var table = document.getElementById('tinytable_eiszvcy4p1skzkkaxvf2');
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_zfg9h3k378pn41ndmzsg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_zfg9h3k378pn41ndmzsg");
function spanCell_eiszvcy4p1skzkkaxvf2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_eiszvcy4p1skzkkaxvf2");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -932,24 +932,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 0, j: 0 }, { i: 6, j: 0 }, { i: 0, j: 1 }, { i: 6, j: 1 }, { i: 0, j: 2 }, { i: 6, j: 2 }, ], css_id: 'tinytable_css_sb3gt73t9sddqix93v9l',},
{ positions: [ { i: 0, j: 0 }, { i: 6, j: 0 }, { i: 0, j: 1 }, { i: 6, j: 1 }, { i: 0, j: 2 }, { i: 6, j: 2 }, ], css_id: 'tinytable_css_wb5ywz9n0j8t9wf8etim',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_zfg9h3k378pn41ndmzsg(cell.i, cell.j, group.css_id);
styleCell_eiszvcy4p1skzkkaxvf2(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_sb3gt73t9sddqix93v9l, .table th.tinytable_css_sb3gt73t9sddqix93v9l { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_wb5ywz9n0j8t9wf8etim, .table th.tinytable_css_wb5ywz9n0j8t9wf8etim { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_zfg9h3k378pn41ndmzsg" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_eiszvcy4p1skzkkaxvf2" 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
2 changes: 1 addition & 1 deletion man/save_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h3 class="anchored" data-anchor-id="usage">Usage</h3>
<pre><code class="language-R">save_tt(
x,
output,
overwrite = get_option("tinytable_print_output", default = FALSE)
overwrite = get_option("tinytable_save_overwrite", default = FALSE)
)
</code></pre>
</section>
Expand Down
Loading

0 comments on commit e35430d

Please sign in to comment.