From 74360c8f58ed648b8862ce78a90700a096d8dc04 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 13 Jan 2024 12:37:16 -0500 Subject: [PATCH] docs --- DESCRIPTION | 8 +- docs/CITATION.html | 15 +- docs/NEWS.html | 6 +- docs/man/tt.html | 80 ++-- docs/search.json | 44 +- docs/vignettes/tutorial.html | 870 +++++++++++++++++------------------ docs/vignettes/tutorial.pdf | Bin 95952 -> 96412 bytes vignettes/tutorial.qmd | 2 + 8 files changed, 515 insertions(+), 510 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6bfffe62..95498dce 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tinytable Type: Package -Title: Simple markdown, LaTeX, and HTML tables -Description: Lightweight R package to create markdown, LaTeX and HTML tables. +Title: Simple and Customizable Tables in 'HTML', 'LaTeX', 'Markdown', and 'Typst' +Description: Create highly customized tables with this simple and dependency-free package. Data frames can be converted to 'HTML', 'LaTeX', 'Markdown', or 'Typst' tables. The user interface is minimalist and the syntax concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package. Version: 0.0.1 Depends: R (>= 4.0.0) @@ -11,7 +11,7 @@ Suggests: rmarkdown, rstudioapi, tinytest -URL: https://github.com/vincentarelbundock/tinytable +URL: https://vincentarelbundock.github.io/tinytable, https://github.com/vincentarelbundock/tinytable Authors@R: c( person("Vincent", "Arel-Bundock", email = "vincent.arel-bundock@umontreal.ca", @@ -19,5 +19,5 @@ Authors@R: c( comment = c(ORCID = "0000-0003-2042-7063"))) License: GPL (>= 3) Encoding: UTF-8 -RoxygenNote: 7.2.3.9000 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) diff --git a/docs/CITATION.html b/docs/CITATION.html index b2b0c57f..5f3e0930 100644 --- a/docs/CITATION.html +++ b/docs/CITATION.html @@ -224,18 +224,21 @@

On this page

Citation

To cite package ‘tinytable’ in publications use:
 
-  Arel-Bundock V (2024). _tinytable: Simple markdown, LaTeX, and HTML
-  tables_. R package version 0.0.1,
-  <https://github.com/vincentarelbundock/tinytable>.
+  Arel-Bundock V (2024). _tinytable: Simple and Customizable Tables in
+  'HTML', 'LaTeX', 'Markdown', and 'Typst'_. R package version 0.0.1,
+  https://github.com/vincentarelbundock/tinytable,
+  <https://vincentarelbundock.github.io/tinytable>.
 
 A BibTeX entry for LaTeX users is
 
   @Manual{,
-    title = {tinytable: Simple markdown, LaTeX, and HTML tables},
+    title = {tinytable: Simple and Customizable Tables in 'HTML', 'LaTeX', 'Markdown',
+and 'Typst'},
     author = {Vincent Arel-Bundock},
     year = {2024},
-    note = {R package version 0.0.1},
-    url = {https://github.com/vincentarelbundock/tinytable},
+    note = {R package version 0.0.1, 
+https://github.com/vincentarelbundock/tinytable},
+    url = {https://vincentarelbundock.github.io/tinytable},
   }
diff --git a/docs/NEWS.html b/docs/NEWS.html index 4432c90c..485af223 100644 --- a/docs/NEWS.html +++ b/docs/NEWS.html @@ -211,7 +211,7 @@

On this page