Skip to content

Commit

Permalink
Deploying to gh-pages from @ c4b4377 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 18, 2024
1 parent 4ccd3d8 commit 0a24fdb
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 664 deletions.
6 changes: 3 additions & 3 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,16 @@ <h1>Citation</h1>
<pre class="verbatim"><code>To cite package ‘tinytable’ in publications use:

Arel-Bundock V (????). _tinytable: Simple and Customizable Tables in
'HTML', 'LaTeX', 'Markdown', and 'Typst'_. R package version 0.0.0,
'HTML', 'LaTeX', and 'Markdown'._. R package version 0.0.1,
https://github.com/vincentarelbundock/tinytable,
&lt;https://vincentarelbundock.github.io/tinytable&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {tinytable: Simple and Customizable Tables in 'HTML', 'LaTeX', 'Markdown', and 'Typst'},
title = {tinytable: Simple and Customizable Tables in 'HTML', 'LaTeX', and 'Markdown'.},
author = {Vincent Arel-Bundock},
note = {R package version 0.0.0, https://github.com/vincentarelbundock/tinytable},
note = {R package version 0.0.1, https://github.com/vincentarelbundock/tinytable},
url = {https://vincentarelbundock.github.io/tinytable},
}</code></pre>

Expand Down
18 changes: 9 additions & 9 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,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_z7u8cmp9fon3hngosmau</title>
<title>tinytable_f5skvwvh2hjcg9cwnz6g</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -442,7 +442,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand All @@ -454,28 +454,28 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<tbody>
<tr>
<td>10 000</td>
<td>9 998</td>
<td>10 000</td>
</tr>
<tr>
<td>10 000</td>
<td>9 999</td>
<td>10 000</td>
</tr>
<tr>
<td> 9 999</td>
<td>9 998</td>
<td> 9 998</td>
<td>10 000</td>
</tr>
</tbody>
</table>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_z7u8cmp9fon3hngosmau(i, j, css_id) {
var table = document.getElementById("tinytable_z7u8cmp9fon3hngosmau");
function styleCell_f5skvwvh2hjcg9cwnz6g(i, j, css_id) {
var table = document.getElementById("tinytable_f5skvwvh2hjcg9cwnz6g");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_z7u8cmp9fon3hngosmau');
var table = document.getElementById('tinytable_f5skvwvh2hjcg9cwnz6g');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
20 changes: 10 additions & 10 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,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_knnzaj3x41ysal4xmlm2</title>
<title>tinytable_bme3ykuedt9tkvudwjdv</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -428,7 +428,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_knnzaj3x41ysal4xmlm2(i, j, css_id) {
var table = document.getElementById("tinytable_knnzaj3x41ysal4xmlm2");
function styleCell_bme3ykuedt9tkvudwjdv(i, j, css_id) {
var table = document.getElementById("tinytable_bme3ykuedt9tkvudwjdv");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_knnzaj3x41ysal4xmlm2');
var table = document.getElementById('tinytable_bme3ykuedt9tkvudwjdv');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -504,7 +504,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_u6r112w9t3r8ysclwt05</title>
<title>tinytable_t3w0qs5w2h8jrspwj69k</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
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_u6r112w9t3r8ysclwt05" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_t3w0qs5w2h8jrspwj69k" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Data about cars.</caption>
<tbody><tr>
Expand Down Expand Up @@ -571,12 +571,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_u6r112w9t3r8ysclwt05(i, j, css_id) {
var table = document.getElementById("tinytable_u6r112w9t3r8ysclwt05");
function styleCell_t3w0qs5w2h8jrspwj69k(i, j, css_id) {
var table = document.getElementById("tinytable_t3w0qs5w2h8jrspwj69k");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_u6r112w9t3r8ysclwt05');
var table = document.getElementById('tinytable_t3w0qs5w2h8jrspwj69k');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit 0a24fdb

Please sign in to comment.