From e26b5c763466bb40c34881778b905ed55ff86f0d Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Mon, 22 Jan 2024 07:59:01 -0500 Subject: [PATCH] readme --- README.md | 6 +----- README.qmd | 5 +---- vignettes/tutorial.qmd | 4 ++++ 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d1c0d235..57636804 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +


@@ -38,10 +38,6 @@ package which was: - *Free*: This package will always be free. Tiny tables for a tiny price! -These are some of the tables that `tinytable` can draw: - -![](man/figures/gallery/tinytable_gallery.gif) - To achieve these goals, the design philosophy of `tinytable` rests on three pillars: diff --git a/README.qmd b/README.qmd index 03eba962..738cc3f4 100644 --- a/README.qmd +++ b/README.qmd @@ -1,6 +1,6 @@

- +


@@ -33,9 +33,6 @@ There are already many excellent table-drawing packages in the `R` ecosystem. Wh * *Readable*: HTML and LaTeX code should be human-readable and editable. * *Free*: This package will always be free. Tiny tables for a tiny price! -These are some of the tables that `tinytable` can draw: - -![](man/figures/gallery/tinytable_gallery.gif) To achieve these goals, the design philosophy of `tinytable` rests on three pillars: diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index 75a1daa7..38912fe9 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -326,6 +326,8 @@ dat <- data.frame( "[`tinytable`](https://vincentarelbundock.github.io/tinytable/)", "[`countrycode`](https://vincentarelbundock.github.io/countrycode/)", "[`WDI`](https://vincentarelbundock.github.io/WDI/)", + "[`softbib`](https://vincentarelbundock.github.io/softbib/)", + "[`tinysnapshot`](https://vincentarelbundock.github.io/tinysnapshot/)", "[`altdoc`](https://etiennebacher.github.io/altdoc/)", "[`plot2`](https://grantmcdermott.com/plot2/)", "[`parameters`](https://easystats.github.io/parameters/)", @@ -337,6 +339,8 @@ dat <- data.frame( "Draw beautiful tables easily", "Convert country codes and names", "Download data from the World Bank", + "Software bibliographies in R" + "Snapshots for unit tests using `tinytest`" "Create documentation website for R packages", "Extension of base R plot functions", "Extract from model objects",