Skip to content

Commit

Permalink
Deploying to gh-pages from @ a93e1ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Apr 6, 2024
1 parent 5eb2f24 commit 50cf442
Show file tree
Hide file tree
Showing 37 changed files with 2,012 additions and 2,008 deletions.
4 changes: 2 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,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.5,
Formats_. R package version 0.2.1.6,
&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.5},
note = {R package version 0.2.1.6},
url = {https://vincentarelbundock.github.io/tinytable/},
}</code></pre>

Expand Down
8 changes: 6 additions & 2 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,13 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
<ul>
<li>“void” is now supported for Typst tables. Thanks to <a href="https://github.com/marcboschmatas"><span class="citation" data-cites="marcboschmatas">@marcboschmatas</span></a> for PR <a href="https://github.com/vincentarelbundock/tinytable/issues/223">#223</a>.</li>
</ul>
<p>Misc:</p>
<p><code>style_tt()</code>:</p>
<ul>
<li>No longer keep many versions of the same data frame, which could increase memory use. Thanks to <a href="https://github.com/MarcoPortmann"><span class="citation" data-cites="MarcoPortmann">@MarcoPortmann</span></a> for the report.</li>
</ul>
<p><code>save_tt()</code>:</p>
<ul>
<li><code>style_tt()</code> used to keep many versions of the same data frame, which could increase memory use.</li>
<li>Do not change working directory when saving to file raises an error. Thanks to <a href="https://github.com/etiennebacher"><span class="citation" data-cites="etiennebacher">@etiennebacher</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable/issues/225">#225</a>.</li>
</ul>
</section>
<section id="section" class="level2">
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-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 @@ -423,7 +423,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_n4jis2j1f8ah7wv9eriv</title>
<title>tinytable_21bmsci6cdnx6ro1act2</title>
<style>
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
Expand All @@ -442,7 +442,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<script>
function styleCell_tinytable_69pq33sjxdf3yi7kv0hu(i, j, css_id) {
var table = document.getElementById("tinytable_n4jis2j1f8ah7wv9eriv");
function styleCell_tinytable_xocrwkhczlayrot8cdsd(i, j, css_id) {
var table = document.getElementById("tinytable_21bmsci6cdnx6ro1act2");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_n4jis2j1f8ah7wv9eriv');
var table = document.getElementById('tinytable_21bmsci6cdnx6ro1act2');
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_69pq33sjxdf3yi7kv0hu(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_n4jis2j1f8ah7wv9eriv");
function spanCell_tinytable_xocrwkhczlayrot8cdsd(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_21bmsci6cdnx6ro1act2");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -537,9 +537,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_b0oetxl10yeq983gom6u</title>
<title>tinytable_8l1fuv1herkal6vqb78k</title>
<style>
.table td.tinytable_css_rgttc561jgu0aodlt0im, .table th.tinytable_css_rgttc561jgu0aodlt0im { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_pwpsql2omaiho02ci05c, .table th.tinytable_css_pwpsql2omaiho02ci05c { 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 @@ -557,7 +557,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

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

window.addEventListener('load', function () { styleCell_tinytable_t09xkfmntyxtxz71efhp(0, 0, 'tinytable_css_rgttc561jgu0aodlt0im') })
window.addEventListener('load', function () { styleCell_tinytable_t09xkfmntyxtxz71efhp(0, 1, 'tinytable_css_rgttc561jgu0aodlt0im') })
window.addEventListener('load', function () { styleCell_tinytable_t09xkfmntyxtxz71efhp(0, 2, 'tinytable_css_rgttc561jgu0aodlt0im') })
window.addEventListener('load', function () { styleCell_tinytable_t09xkfmntyxtxz71efhp(0, 3, 'tinytable_css_rgttc561jgu0aodlt0im') })
window.addEventListener('load', function () { styleCell_tinytable_6js92u9gphq8nv482a41(0, 0, 'tinytable_css_pwpsql2omaiho02ci05c') })
window.addEventListener('load', function () { styleCell_tinytable_6js92u9gphq8nv482a41(0, 1, 'tinytable_css_pwpsql2omaiho02ci05c') })
window.addEventListener('load', function () { styleCell_tinytable_6js92u9gphq8nv482a41(0, 2, 'tinytable_css_pwpsql2omaiho02ci05c') })
window.addEventListener('load', function () { styleCell_tinytable_6js92u9gphq8nv482a41(0, 3, 'tinytable_css_pwpsql2omaiho02ci05c') })
</script>


Expand Down
Loading

0 comments on commit 50cf442

Please sign in to comment.