From f6bc8ed8ae5c4148ed3d126a1096581a420f6552 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 13 Jan 2024 15:04:20 -0500 Subject: [PATCH] install instructions --- vignettes/tutorial.qmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index c15bf637..4f584e81 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -17,6 +17,13 @@ options("tt_tabularray_placement" = "H") `tinytable` is a small but powerful `R` package to draw HTML, LaTeX, PDF, Markdown, and Typst tables. The interface is minimalist, but it gives users direct and convenient access to powerful frameworks to create endlessly customizable tables. +Install it from Github: + +```{r, eval = FALSE} +library(remotes) +install_github("vincentarelbundock/tinytable") +``` + This tutorial introduces the main functions of the package. It is available in two versions: * [PDF](tutorial.pdf)