Skip to content

Commit

Permalink
Deploying to gh-pages from @ bde3d32 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jun 13, 2024
1 parent 1026051 commit 0123411
Show file tree
Hide file tree
Showing 44 changed files with 2,188 additions and 2,187 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.3.0.7,
Formats_. R package version 0.3.0.8,
&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.3.0.7},
note = {R package version 0.3.0.8},
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 @@ -360,6 +360,7 @@ <h1>News</h1>
<section id="development" class="level2">
<h2 class="anchored" data-anchor-id="development">Development</h2>
<ul>
<li><code>group_tt()</code> allows 0 and duplicates in <code>i</code> argument for labels in the first row and consecutive labels.</li>
<li>Headers are now styled and formatted when <code>i=NULL</code>.</li>
<li><code>colnames(x)&lt;-NULL</code> works on a <code>tinytable</code> object.</li>
<li><code>format_tt(num_big_mark)</code> applies to integer columns.</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,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.3.0.7 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.3.0.8 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
144 changes: 72 additions & 72 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-tinytable-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_jz7ym5bi2ruz8nvqi3nz</title>
<title>tinytable_0jhl9x1039iawivnq4fo</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_jz7ym5bi2ruz8nvqi3nz" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_0jhl9x1039iawivnq4fo" 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_bhfet4614cq5gy39vrl5(i, j, css_id) {
var table = document.getElementById("tinytable_jz7ym5bi2ruz8nvqi3nz");
function styleCell_tinytable_z8bxal3nly7i315xaty2(i, j, css_id) {
var table = document.getElementById("tinytable_0jhl9x1039iawivnq4fo");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_jz7ym5bi2ruz8nvqi3nz');
var table = document.getElementById('tinytable_0jhl9x1039iawivnq4fo');
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_bhfet4614cq5gy39vrl5(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_jz7ym5bi2ruz8nvqi3nz");
function spanCell_tinytable_z8bxal3nly7i315xaty2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_0jhl9x1039iawivnq4fo");
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_rotfp20hun7q28t1ad13</title>
<title>tinytable_s79lewb31x2me23bojc1</title>
<style>
.table td.tinytable_css_42koqfyesfpp31bas50h, .table th.tinytable_css_42koqfyesfpp31bas50h { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_rdo6i4itaqogwfmh0nz5, .table th.tinytable_css_rdo6i4itaqogwfmh0nz5 { 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_rotfp20hun7q28t1ad13" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_s79lewb31x2me23bojc1" 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_c730n2gfg7y1zorgb2hp(i, j, css_id) {
var table = document.getElementById("tinytable_rotfp20hun7q28t1ad13");
function styleCell_tinytable_o36pfowwmnthxnooflhl(i, j, css_id) {
var table = document.getElementById("tinytable_s79lewb31x2me23bojc1");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_rotfp20hun7q28t1ad13');
var table = document.getElementById('tinytable_s79lewb31x2me23bojc1');
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_c730n2gfg7y1zorgb2hp(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_rotfp20hun7q28t1ad13");
function spanCell_tinytable_o36pfowwmnthxnooflhl(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_s79lewb31x2me23bojc1");
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_c730n2gfg7y1zorgb2hp(0, 0, 'tinytable_css_42koqfyesfpp31bas50h') })
window.addEventListener('load', function () { styleCell_tinytable_c730n2gfg7y1zorgb2hp(0, 1, 'tinytable_css_42koqfyesfpp31bas50h') })
window.addEventListener('load', function () { styleCell_tinytable_c730n2gfg7y1zorgb2hp(0, 2, 'tinytable_css_42koqfyesfpp31bas50h') })
window.addEventListener('load', function () { styleCell_tinytable_c730n2gfg7y1zorgb2hp(0, 3, 'tinytable_css_42koqfyesfpp31bas50h') })
window.addEventListener('load', function () { styleCell_tinytable_o36pfowwmnthxnooflhl(0, 0, 'tinytable_css_rdo6i4itaqogwfmh0nz5') })
window.addEventListener('load', function () { styleCell_tinytable_o36pfowwmnthxnooflhl(0, 1, 'tinytable_css_rdo6i4itaqogwfmh0nz5') })
window.addEventListener('load', function () { styleCell_tinytable_o36pfowwmnthxnooflhl(0, 2, 'tinytable_css_rdo6i4itaqogwfmh0nz5') })
window.addEventListener('load', function () { styleCell_tinytable_o36pfowwmnthxnooflhl(0, 3, 'tinytable_css_rdo6i4itaqogwfmh0nz5') })
</script>


Expand Down
Loading

0 comments on commit 0123411

Please sign in to comment.