Skip to content

Commit

Permalink
Deploying to gh-pages from @ 672e06b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Aug 12, 2024
1 parent 61e17a2 commit 4bf4f7e
Show file tree
Hide file tree
Showing 47 changed files with 2,063 additions and 2,036 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.3.0.33, <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.3.0.34, <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 @@ -409,6 +409,7 @@ <h3 class="anchored" data-anchor-id="general">General</h3>
<li>Use <code>getOption("viewer")</code> instead of <code>rstudioapi::viewer()</code> for positron support</li>
<li><code>glue::glue()</code> string is accepted by <code>format_tt()</code>. Thanks to <a href="https://github.com/LukasWallrich"><span class="citation" data-cites="LukasWallrich">@LukasWallrich</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable/issues/792">#792</a> on the <code>modelsummary</code> repository.</li>
<li>Support Github Flavored Markdown (<code>gfm</code>) output. Thanks to <a href="https://github.com/kylebutts"><span class="citation" data-cites="kylebutts">@kylebutts</span></a> for contribution <a href="https://github.com/vincentarelbundock/tinytable/issues/315">#315</a>.</li>
<li><code>theme_tt("rotate")</code> to rotate tables in LaTeX or Typst.</li>
</ul>
</section>
<section id="html" class="level3">
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.3.0.33 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.3.0.34 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.

246 changes: 123 additions & 123 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_iyqwfm5kzvn5j7kxxpaa(i, j, css_id) {
var table = document.getElementById("tinytable_iyqwfm5kzvn5j7kxxpaa");
function styleCell_rxfeqsq1fyyc9ug648kf(i, j, css_id) {
var table = document.getElementById("tinytable_rxfeqsq1fyyc9ug648kf");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_iyqwfm5kzvn5j7kxxpaa');
var table = document.getElementById('tinytable_rxfeqsq1fyyc9ug648kf');
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_iyqwfm5kzvn5j7kxxpaa(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_iyqwfm5kzvn5j7kxxpaa");
function spanCell_rxfeqsq1fyyc9ug648kf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_rxfeqsq1fyyc9ug648kf");
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_iyqwfm5kzvn5j7kxxpaa(0, 0, 'tinytable_css_idl36du49yr6gyp606ckxv') })
window.addEventListener('load', function () { styleCell_iyqwfm5kzvn5j7kxxpaa(0, 1, 'tinytable_css_idl36du49yr6gyp606ckxv') })
window.addEventListener('load', function () { styleCell_iyqwfm5kzvn5j7kxxpaa(0, 2, 'tinytable_css_idl36du49yr6gyp606ckxv') })
window.addEventListener('load', function () { styleCell_iyqwfm5kzvn5j7kxxpaa(0, 3, 'tinytable_css_idl36du49yr6gyp606ckxv') })
window.addEventListener('load', function () { styleCell_iyqwfm5kzvn5j7kxxpaa(0, 4, 'tinytable_css_idl36du49yr6gyp606ckxv') })
window.addEventListener('load', function () { styleCell_rxfeqsq1fyyc9ug648kf(0, 0, 'tinytable_css_idpp3p30abw3xrvr6clef8') })
window.addEventListener('load', function () { styleCell_rxfeqsq1fyyc9ug648kf(0, 1, 'tinytable_css_idpp3p30abw3xrvr6clef8') })
window.addEventListener('load', function () { styleCell_rxfeqsq1fyyc9ug648kf(0, 2, 'tinytable_css_idpp3p30abw3xrvr6clef8') })
window.addEventListener('load', function () { styleCell_rxfeqsq1fyyc9ug648kf(0, 3, 'tinytable_css_idpp3p30abw3xrvr6clef8') })
window.addEventListener('load', function () { styleCell_rxfeqsq1fyyc9ug648kf(0, 4, 'tinytable_css_idpp3p30abw3xrvr6clef8') })
</script>

<style>
.table td.tinytable_css_idl36du49yr6gyp606ckxv, .table th.tinytable_css_idl36du49yr6gyp606ckxv { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idpp3p30abw3xrvr6clef8, .table th.tinytable_css_idpp3p30abw3xrvr6clef8 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_iyqwfm5kzvn5j7kxxpaa" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_rxfeqsq1fyyc9ug648kf" 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_8mlatbljqfqwh9xuvocy(i, j, css_id) {
var table = document.getElementById("tinytable_8mlatbljqfqwh9xuvocy");
function styleCell_y8zbhof8eufj6je3yogn(i, j, css_id) {
var table = document.getElementById("tinytable_y8zbhof8eufj6je3yogn");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_8mlatbljqfqwh9xuvocy');
var table = document.getElementById('tinytable_y8zbhof8eufj6je3yogn');
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_8mlatbljqfqwh9xuvocy(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_8mlatbljqfqwh9xuvocy");
function spanCell_y8zbhof8eufj6je3yogn(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_y8zbhof8eufj6je3yogn");
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_8mlatbljqfqwh9xuvocy(0, 0, 'tinytable_css_idkv7s59yhce4asfzzec1t') })
window.addEventListener('load', function () { styleCell_8mlatbljqfqwh9xuvocy(0, 1, 'tinytable_css_idkv7s59yhce4asfzzec1t') })
window.addEventListener('load', function () { styleCell_8mlatbljqfqwh9xuvocy(0, 2, 'tinytable_css_idkv7s59yhce4asfzzec1t') })
window.addEventListener('load', function () { styleCell_8mlatbljqfqwh9xuvocy(0, 3, 'tinytable_css_idkv7s59yhce4asfzzec1t') })
window.addEventListener('load', function () { styleCell_8mlatbljqfqwh9xuvocy(0, 4, 'tinytable_css_idkv7s59yhce4asfzzec1t') })
window.addEventListener('load', function () { styleCell_y8zbhof8eufj6je3yogn(0, 0, 'tinytable_css_id7fsr03mhfx1pnltkf28j') })
window.addEventListener('load', function () { styleCell_y8zbhof8eufj6je3yogn(0, 1, 'tinytable_css_id7fsr03mhfx1pnltkf28j') })
window.addEventListener('load', function () { styleCell_y8zbhof8eufj6je3yogn(0, 2, 'tinytable_css_id7fsr03mhfx1pnltkf28j') })
window.addEventListener('load', function () { styleCell_y8zbhof8eufj6je3yogn(0, 3, 'tinytable_css_id7fsr03mhfx1pnltkf28j') })
window.addEventListener('load', function () { styleCell_y8zbhof8eufj6je3yogn(0, 4, 'tinytable_css_id7fsr03mhfx1pnltkf28j') })
</script>

<style>
.table td.tinytable_css_idkv7s59yhce4asfzzec1t, .table th.tinytable_css_idkv7s59yhce4asfzzec1t { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id7fsr03mhfx1pnltkf28j, .table th.tinytable_css_id7fsr03mhfx1pnltkf28j { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_8mlatbljqfqwh9xuvocy" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_y8zbhof8eufj6je3yogn" 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_rz50b5j6dsexpxck4rms(i, j, css_id) {
var table = document.getElementById("tinytable_rz50b5j6dsexpxck4rms");
function styleCell_7sr1edtgiderve8uauwj(i, j, css_id) {
var table = document.getElementById("tinytable_7sr1edtgiderve8uauwj");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_rz50b5j6dsexpxck4rms');
var table = document.getElementById('tinytable_7sr1edtgiderve8uauwj');
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_rz50b5j6dsexpxck4rms(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_rz50b5j6dsexpxck4rms");
function spanCell_7sr1edtgiderve8uauwj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_7sr1edtgiderve8uauwj");
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_rz50b5j6dsexpxck4rms(0, 0, 'tinytable_css_iddmvarnn70euz2ewbe8si') })
window.addEventListener('load', function () { styleCell_rz50b5j6dsexpxck4rms(0, 1, 'tinytable_css_iddmvarnn70euz2ewbe8si') })
window.addEventListener('load', function () { styleCell_rz50b5j6dsexpxck4rms(0, 2, 'tinytable_css_iddmvarnn70euz2ewbe8si') })
window.addEventListener('load', function () { styleCell_rz50b5j6dsexpxck4rms(0, 3, 'tinytable_css_iddmvarnn70euz2ewbe8si') })
window.addEventListener('load', function () { styleCell_rz50b5j6dsexpxck4rms(0, 4, 'tinytable_css_iddmvarnn70euz2ewbe8si') })
window.addEventListener('load', function () { styleCell_7sr1edtgiderve8uauwj(0, 0, 'tinytable_css_id0oqo3hus55ptw55xm49a') })
window.addEventListener('load', function () { styleCell_7sr1edtgiderve8uauwj(0, 1, 'tinytable_css_id0oqo3hus55ptw55xm49a') })
window.addEventListener('load', function () { styleCell_7sr1edtgiderve8uauwj(0, 2, 'tinytable_css_id0oqo3hus55ptw55xm49a') })
window.addEventListener('load', function () { styleCell_7sr1edtgiderve8uauwj(0, 3, 'tinytable_css_id0oqo3hus55ptw55xm49a') })
window.addEventListener('load', function () { styleCell_7sr1edtgiderve8uauwj(0, 4, 'tinytable_css_id0oqo3hus55ptw55xm49a') })
</script>

<style>
.table td.tinytable_css_iddmvarnn70euz2ewbe8si, .table th.tinytable_css_iddmvarnn70euz2ewbe8si { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id0oqo3hus55ptw55xm49a, .table th.tinytable_css_id0oqo3hus55ptw55xm49a { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_rz50b5j6dsexpxck4rms" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_7sr1edtgiderve8uauwj" 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_x7jy0ephvf7ylf4conyq(i, j, css_id) {
var table = document.getElementById("tinytable_x7jy0ephvf7ylf4conyq");
function styleCell_rucq8zf7cgwt1h3rlvti(i, j, css_id) {
var table = document.getElementById("tinytable_rucq8zf7cgwt1h3rlvti");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_x7jy0ephvf7ylf4conyq');
var table = document.getElementById('tinytable_rucq8zf7cgwt1h3rlvti');
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_x7jy0ephvf7ylf4conyq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_x7jy0ephvf7ylf4conyq");
function spanCell_rucq8zf7cgwt1h3rlvti(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_rucq8zf7cgwt1h3rlvti");
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_x7jy0ephvf7ylf4conyq(0, 0, 'tinytable_css_idwmd89r5uf6xi2klrmkyi') })
window.addEventListener('load', function () { styleCell_x7jy0ephvf7ylf4conyq(0, 1, 'tinytable_css_idwmd89r5uf6xi2klrmkyi') })
window.addEventListener('load', function () { styleCell_x7jy0ephvf7ylf4conyq(0, 2, 'tinytable_css_idwmd89r5uf6xi2klrmkyi') })
window.addEventListener('load', function () { styleCell_rucq8zf7cgwt1h3rlvti(0, 0, 'tinytable_css_idw6qpqtg55kyefp7euwgz') })
window.addEventListener('load', function () { styleCell_rucq8zf7cgwt1h3rlvti(0, 1, 'tinytable_css_idw6qpqtg55kyefp7euwgz') })
window.addEventListener('load', function () { styleCell_rucq8zf7cgwt1h3rlvti(0, 2, 'tinytable_css_idw6qpqtg55kyefp7euwgz') })
</script>

<style>
.table td.tinytable_css_idwmd89r5uf6xi2klrmkyi, .table th.tinytable_css_idwmd89r5uf6xi2klrmkyi { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idw6qpqtg55kyefp7euwgz, .table th.tinytable_css_idw6qpqtg55kyefp7euwgz { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_x7jy0ephvf7ylf4conyq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_rucq8zf7cgwt1h3rlvti" 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
1 change: 1 addition & 0 deletions man/style_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ <h3 class="anchored" data-anchor-id="latex-preamble">LaTeX preamble</h3>
<pre>\usepackage{tabularray}
\usepackage{float}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\UseTblrLibrary{booktabs}
\UseTblrLibrary{siunitx}
Expand Down
Loading

0 comments on commit 4bf4f7e

Please sign in to comment.