Skip to content

Commit

Permalink
Deploying to gh-pages from @ d4ca765 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed May 9, 2024
1 parent 2dcd893 commit 55df427
Show file tree
Hide file tree
Showing 43 changed files with 2,086 additions and 2,085 deletions.
4 changes: 2 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,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.2.1.14,
Formats_. R package version 0.2.1.15,
&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.2.1.14},
note = {R package version 0.2.1.15},
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 @@ -392,6 +392,7 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
</ul>
<p>Misc:</p>
<ul>
<li>Support <code>beamer_presentations</code>, but see: https://github.com/vincentarelbundock/tinytable/issues/244</li>
<li>Table objects can be modified and printed several times —with styling— in a single HTML document like a ReavealJS slideshow. Thanks to <a href="https://github.com/kazuyanagimoto"><span class="citation" data-cites="kazuyanagimoto">@kazuyanagimoto</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable/issues/759">#759</a>.</li>
<li>Global option to enable Quarto data processing: <code>options(tinytable_quarto_disable_processing = FALSE)</code>. Thanks to <a href="https://github.com/andrewheiss"><span class="citation" data-cites="andrewheiss">@andrewheiss</span></a> for issue <a href="https://github.com/vincentarelbundock/tinytable/issues/215">#215</a>.</li>
</ul>
Expand Down
142 changes: 71 additions & 71 deletions man/format_tt.html

Large diffs are not rendered by default.

290 changes: 145 additions & 145 deletions man/group_tt.html

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions man/rbind2-tinytable-ANY-method.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions man/theme_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <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_9mkw5vuibthqgxxgz13b</title>
<title>tinytable_2l25bosu8ms8wz1vsw37</title>
<style>
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
Expand All @@ -524,7 +524,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand Down Expand Up @@ -565,21 +565,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_88hwg8dql30spyf1vttu(i, j, css_id) {
var table = document.getElementById("tinytable_9mkw5vuibthqgxxgz13b");
function styleCell_tinytable_gpxzd3r9n4gimf0i9grb(i, j, css_id) {
var table = document.getElementById("tinytable_2l25bosu8ms8wz1vsw37");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_9mkw5vuibthqgxxgz13b');
var table = document.getElementById('tinytable_2l25bosu8ms8wz1vsw37');
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_88hwg8dql30spyf1vttu(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_9mkw5vuibthqgxxgz13b");
function spanCell_tinytable_gpxzd3r9n4gimf0i9grb(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2l25bosu8ms8wz1vsw37");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -619,9 +619,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_4taikxlm2nuzausoesk0</title>
<title>tinytable_32qlsfehq7kjnge7h7l1</title>
<style>
.table td.tinytable_css_of9j5pmi7mczu4i4qn0f, .table th.tinytable_css_of9j5pmi7mczu4i4qn0f { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_mkcp8v9n5z91wflbkeay, .table th.tinytable_css_mkcp8v9n5z91wflbkeay { 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 @@ -639,7 +639,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand Down Expand Up @@ -680,21 +680,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_7sqnlucumxjm23k9dvxl(i, j, css_id) {
var table = document.getElementById("tinytable_4taikxlm2nuzausoesk0");
function styleCell_tinytable_d7wzqznmbs6x59va1ii0(i, j, css_id) {
var table = document.getElementById("tinytable_32qlsfehq7kjnge7h7l1");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_4taikxlm2nuzausoesk0');
var table = document.getElementById('tinytable_32qlsfehq7kjnge7h7l1');
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_7sqnlucumxjm23k9dvxl(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_4taikxlm2nuzausoesk0");
function spanCell_tinytable_d7wzqznmbs6x59va1ii0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_32qlsfehq7kjnge7h7l1");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -721,10 +721,10 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_7sqnlucumxjm23k9dvxl(0, 0, 'tinytable_css_of9j5pmi7mczu4i4qn0f') })
window.addEventListener('load', function () { styleCell_tinytable_7sqnlucumxjm23k9dvxl(0, 1, 'tinytable_css_of9j5pmi7mczu4i4qn0f') })
window.addEventListener('load', function () { styleCell_tinytable_7sqnlucumxjm23k9dvxl(0, 2, 'tinytable_css_of9j5pmi7mczu4i4qn0f') })
window.addEventListener('load', function () { styleCell_tinytable_7sqnlucumxjm23k9dvxl(0, 3, 'tinytable_css_of9j5pmi7mczu4i4qn0f') })
window.addEventListener('load', function () { styleCell_tinytable_d7wzqznmbs6x59va1ii0(0, 0, 'tinytable_css_mkcp8v9n5z91wflbkeay') })
window.addEventListener('load', function () { styleCell_tinytable_d7wzqznmbs6x59va1ii0(0, 1, 'tinytable_css_mkcp8v9n5z91wflbkeay') })
window.addEventListener('load', function () { styleCell_tinytable_d7wzqznmbs6x59va1ii0(0, 2, 'tinytable_css_mkcp8v9n5z91wflbkeay') })
window.addEventListener('load', function () { styleCell_tinytable_d7wzqznmbs6x59va1ii0(0, 3, 'tinytable_css_mkcp8v9n5z91wflbkeay') })
</script>


Expand Down
Loading

0 comments on commit 55df427

Please sign in to comment.