Skip to content

Commit

Permalink
Deploying to gh-pages from @ 52004f7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Mar 30, 2024
1 parent aaddc4f commit c54813d
Show file tree
Hide file tree
Showing 38 changed files with 2,225 additions and 2,228 deletions.
Binary file modified freeze.rds
Binary file not shown.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,7 @@ <h2 class="anchored" data-anchor-id="installation">Installation</h2>
<p>Install the stable version from CRAN:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="st">"tinytable"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p><code>tinytable</code> is a relatively new package with rapid development. If you want to benefit from the latest features—showcased on the package website—you may want to install from R-Universe:</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(</span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> <span class="st">"tinytable"</span>, </span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a> <span class="at">repos =</span> <span class="fu">c</span>(<span class="st">"https://vincentarelbundock.r-universe.dev"</span>, <span class="st">"https://cran.r-project.org"</span>)</span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="sourceCode" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="st">"tinytable"</span>, <span class="at">repos =</span> <span class="st">"https://vincentarelbundock.r-universe.dev"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Restart <code>R</code> completely for the installation to take effect.</p>
</section>
<section id="first-steps" 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.

460 changes: 230 additions & 230 deletions man/style_tt.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_aq5bxbftv4qkcfo9xju2</title>
<title>tinytable_viag8kkid1koiacw4j9e</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_aq5bxbftv4qkcfo9xju2" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_viag8kkid1koiacw4j9e" 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_58dx0qyeqlcbhtikzshe(i, j, css_id) {
var table = document.getElementById("tinytable_aq5bxbftv4qkcfo9xju2");
function styleCell_tinytable_c7inl8vdifotx2kfalnj(i, j, css_id) {
var table = document.getElementById("tinytable_viag8kkid1koiacw4j9e");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_aq5bxbftv4qkcfo9xju2');
var table = document.getElementById('tinytable_viag8kkid1koiacw4j9e');
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_58dx0qyeqlcbhtikzshe(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_aq5bxbftv4qkcfo9xju2");
function spanCell_tinytable_c7inl8vdifotx2kfalnj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_viag8kkid1koiacw4j9e");
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_we4g4ccjid5h2kfpv7a7</title>
<title>tinytable_krmxkyba0bdo1dl59acr</title>
<style>
.table td.tinytable_css_zvvum9jpyd6lu5mudkyb, .table th.tinytable_css_zvvum9jpyd6lu5mudkyb { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_hh945ncto9bfpkowue4u, .table th.tinytable_css_hh945ncto9bfpkowue4u { 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_we4g4ccjid5h2kfpv7a7" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_krmxkyba0bdo1dl59acr" 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_v8ptjf2poiodqse728ok(i, j, css_id) {
var table = document.getElementById("tinytable_we4g4ccjid5h2kfpv7a7");
function styleCell_tinytable_ikgpshwbd0phzmgwyl8x(i, j, css_id) {
var table = document.getElementById("tinytable_krmxkyba0bdo1dl59acr");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_we4g4ccjid5h2kfpv7a7');
var table = document.getElementById('tinytable_krmxkyba0bdo1dl59acr');
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_v8ptjf2poiodqse728ok(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_we4g4ccjid5h2kfpv7a7");
function spanCell_tinytable_ikgpshwbd0phzmgwyl8x(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_krmxkyba0bdo1dl59acr");
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_v8ptjf2poiodqse728ok(0, 0, 'tinytable_css_zvvum9jpyd6lu5mudkyb') })
window.addEventListener('load', function () { styleCell_tinytable_v8ptjf2poiodqse728ok(0, 1, 'tinytable_css_zvvum9jpyd6lu5mudkyb') })
window.addEventListener('load', function () { styleCell_tinytable_v8ptjf2poiodqse728ok(0, 2, 'tinytable_css_zvvum9jpyd6lu5mudkyb') })
window.addEventListener('load', function () { styleCell_tinytable_v8ptjf2poiodqse728ok(0, 3, 'tinytable_css_zvvum9jpyd6lu5mudkyb') })
window.addEventListener('load', function () { styleCell_tinytable_ikgpshwbd0phzmgwyl8x(0, 0, 'tinytable_css_hh945ncto9bfpkowue4u') })
window.addEventListener('load', function () { styleCell_tinytable_ikgpshwbd0phzmgwyl8x(0, 1, 'tinytable_css_hh945ncto9bfpkowue4u') })
window.addEventListener('load', function () { styleCell_tinytable_ikgpshwbd0phzmgwyl8x(0, 2, 'tinytable_css_hh945ncto9bfpkowue4u') })
window.addEventListener('load', function () { styleCell_tinytable_ikgpshwbd0phzmgwyl8x(0, 3, 'tinytable_css_hh945ncto9bfpkowue4u') })
</script>


Expand Down
Loading

0 comments on commit c54813d

Please sign in to comment.