Skip to content

Commit

Permalink
Deploying to gh-pages from @ 14db172 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 5, 2024
1 parent e86b5f4 commit 160b465
Show file tree
Hide file tree
Showing 43 changed files with 1,769 additions and 1,744 deletions.
Binary file modified freeze.rds
Binary file not shown.
158 changes: 79 additions & 79 deletions man/format_tt.html

Large diffs are not rendered by default.

222 changes: 111 additions & 111 deletions man/group_tt.html

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions man/rbind2-tinytable-tinytable-method.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions man/theme_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script>

function styleCell_6dvbqpuzm9pemefshx56(i, j, css_id) {
var table = document.getElementById("tinytable_6dvbqpuzm9pemefshx56");
function styleCell_m4pzv4wvkhqsrkdevnu2(i, j, css_id) {
var table = document.getElementById("tinytable_m4pzv4wvkhqsrkdevnu2");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -597,16 +597,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_6dvbqpuzm9pemefshx56');
var table = document.getElementById('tinytable_m4pzv4wvkhqsrkdevnu2');
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_6dvbqpuzm9pemefshx56(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6dvbqpuzm9pemefshx56");
function spanCell_m4pzv4wvkhqsrkdevnu2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_m4pzv4wvkhqsrkdevnu2");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -636,26 +636,26 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_fx0nb03qw6b5lsamaf23',},
{ positions: [ { i: 0, j: 0 }, { i: 4, j: 0 }, { i: 0, j: 1 }, { i: 4, j: 1 }, { i: 0, j: 2 }, { i: 4, j: 2 }, { i: 0, j: 3 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_7bqgq43uu9whfghuqshl',},
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_no1m81fslw1281lhmbb3',},
{ positions: [ { i: 0, j: 0 }, { i: 4, j: 0 }, { i: 0, j: 1 }, { i: 4, j: 1 }, { i: 0, j: 2 }, { i: 4, j: 2 }, { i: 0, j: 3 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_a2pu1eg1l2c0d8q0jt57',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_6dvbqpuzm9pemefshx56(cell.i, cell.j, group.css_id);
styleCell_m4pzv4wvkhqsrkdevnu2(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_fx0nb03qw6b5lsamaf23, .table th.tinytable_css_fx0nb03qw6b5lsamaf23 { background-color: #ededed; }
.table td.tinytable_css_7bqgq43uu9whfghuqshl, .table th.tinytable_css_7bqgq43uu9whfghuqshl { border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_no1m81fslw1281lhmbb3, .table th.tinytable_css_no1m81fslw1281lhmbb3 { background-color: #ededed; }
.table td.tinytable_css_a2pu1eg1l2c0d8q0jt57, .table th.tinytable_css_a2pu1eg1l2c0d8q0jt57 { border-bottom: solid #d3d8dc 0.1em; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_6dvbqpuzm9pemefshx56" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_m4pzv4wvkhqsrkdevnu2" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

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

<script>

function styleCell_2b0swvdmq0op2a9ukcp6(i, j, css_id) {
var table = document.getElementById("tinytable_2b0swvdmq0op2a9ukcp6");
function styleCell_7cu4lv778mf4bgvgzgl7(i, j, css_id) {
var table = document.getElementById("tinytable_7cu4lv778mf4bgvgzgl7");
var cell = table.rows[i]?.cells[j]; // Safe navigation to avoid errors
if (cell) {
console.log(`Styling cell at (${i}, ${j}) with class ${css_id}`);
Expand All @@ -713,16 +713,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
}
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_2b0swvdmq0op2a9ukcp6');
var table = document.getElementById('tinytable_7cu4lv778mf4bgvgzgl7');
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_2b0swvdmq0op2a9ukcp6(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2b0swvdmq0op2a9ukcp6");
function spanCell_7cu4lv778mf4bgvgzgl7(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_7cu4lv778mf4bgvgzgl7");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -752,28 +752,28 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
window.addEventListener('load', function () {
var cellsToStyle = [
// tinytable style arrays after
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_xb3fgp2fz5ag5ln1l5ug',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_86yg93zr6qt6wv89n1th',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_2jf6b2c3bm95b512ipny',},
{ positions: [ { i: 4, j: 0 }, { i: 4, j: 1 }, { i: 4, j: 2 }, { i: 4, j: 3 }, ], css_id: 'tinytable_css_kzbdutmcfjbqkp77don9',},
{ positions: [ { i: 0, j: 0 }, { i: 0, j: 1 }, { i: 0, j: 2 }, { i: 0, j: 3 }, ], css_id: 'tinytable_css_dxtxvcxd1dyh36p7pr0u',},
{ positions: [ { i: 1, j: 0 }, { i: 3, j: 0 }, { i: 1, j: 1 }, { i: 3, j: 1 }, { i: 1, j: 2 }, { i: 3, j: 2 }, { i: 1, j: 3 }, { i: 3, j: 3 }, ], css_id: 'tinytable_css_br0nuwldjgkk0tqcb5g3',},
];

// Loop over the arrays to style the cells
cellsToStyle.forEach(function (group) {
group.positions.forEach(function (cell) {
styleCell_2b0swvdmq0op2a9ukcp6(cell.i, cell.j, group.css_id);
styleCell_7cu4lv778mf4bgvgzgl7(cell.i, cell.j, group.css_id);
});
});
});
</script>

<style>
/* tinytable css entries after */
.table td.tinytable_css_xb3fgp2fz5ag5ln1l5ug, .table th.tinytable_css_xb3fgp2fz5ag5ln1l5ug { background-color: #ededed; }
.table td.tinytable_css_86yg93zr6qt6wv89n1th, .table th.tinytable_css_86yg93zr6qt6wv89n1th { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_2jf6b2c3bm95b512ipny, .table th.tinytable_css_2jf6b2c3bm95b512ipny { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_kzbdutmcfjbqkp77don9, .table th.tinytable_css_kzbdutmcfjbqkp77don9 { border-bottom: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_dxtxvcxd1dyh36p7pr0u, .table th.tinytable_css_dxtxvcxd1dyh36p7pr0u { border-top: solid #d3d8dc 0.1em; border-bottom: solid #d3d8dc 0.05em; border-bottom: solid #d3d8dc 0.1em; }
.table td.tinytable_css_br0nuwldjgkk0tqcb5g3, .table th.tinytable_css_br0nuwldjgkk0tqcb5g3 { background-color: #ededed; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_2b0swvdmq0op2a9ukcp6" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_7cu4lv778mf4bgvgzgl7" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit 160b465

Please sign in to comment.