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