From 41925fef49cff7f0a3736a76bafda1247fe46493 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 17 Nov 2024 20:16:21 +0100 Subject: [PATCH] more metadata --- index.qmd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index a03cda6..131b1b1 100644 --- a/index.qmd +++ b/index.qmd @@ -1,6 +1,6 @@ --- #title: "Statistical Visualizations with {ggstatsplot}: A Biography" -#author: "Indrajeet Patil" +author: "Indrajeet Patil" #affiliation: format: revealjs: @@ -14,12 +14,19 @@ format: fig-align: center reference-location: document css: styles.css + lang: "en-GB" execute: echo: true eval: true warning: false message: false cache: false +keywords: ["ggstatsplot", "data visualization", "statistical reporting", "software development", "R package"] +license: "CC0 1.0 Universal" +pagetitle: "Statistical Visualizations with {ggstatsplot}: A Biography" +description-meta: "A presentation on the development of {ggstatsplot} R package for statistical visualizations." +author-meta: "Indrajeet Patil" +date-meta: "`r Sys.time()`" --- ```{r}