Skip to content

Commit

Permalink
Use quarto (#7)
Browse files Browse the repository at this point in the history
* reknit

* start with quarto

* more cleanup

* more restructuring

* more cleanup

* restructure order

* update other functions

* start with usage

* rename slides to index;  delete docs

* add positives

* checks

* more on positives

* add problems

* Update DESCRIPTION
  • Loading branch information
IndrajeetPatil authored Nov 9, 2024
1 parent aca5679 commit 1122a1f
Show file tree
Hide file tree
Showing 275 changed files with 16,454 additions and 4,646 deletions.
29 changes: 29 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Package: intro-to-ggstatsplot
Type: Presentation
Title: {ggstatsplot}: Informative Statistical Visualizations
Version: 2.0
Authors@R:
person(given = "Indrajeet",
family = "Patil",
role = c("cre", "aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets"))
Description: This presentation provides an introduction to the ggstatsplot package.
This is not a package, and the DESCRIPTION file is included to make it easier
to install required packages in GitHub Actions workflows.
License: CC0 1.0 Universal
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/IndrajeetPatil/intro-to-ggstatsplot/,
https://indrajeetpatil.github.io/intro-to-ggstatsplot/
BugReports: https://github.com/IndrajeetPatil/intro-to-ggstatsplot/issues
Depends:
knitr,
ggiraphExtra,
ggstatsplot,
packageRank,
quarto,
reticulate
Remotes:
IndrajeetPatil/ggstatsplot
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Introduction to `{ggstatsplot}`: `{ggplot2}` Plots with Statistics
# Introduction to `{ggstatsplot}`: Informative Statistical Visualizations

This is a repository for presentation about the
[`{ggstatsplot}`](https://indrajeetpatil.github.io/ggstatsplot/) package (prepared
using R package [{xaringan}](https://github.com/yihui/xaringan)).

[![](docs/slides/images/hex-ggstatsplot.png)](https://indrajeetpatil.github.io/ggstatsplot_slides/slides/ggstatsplot_presentation.html#1)
This is a repository for presentation about the [`{ggstatsplot}`](https://indrajeetpatil.github.io/ggstatsplot/) (prepared using [Quarto](https://quarto.org/)).

The slides are available here:<br>
<https://indrajeetpatil.github.io/ggstatsplot_slides/slides/ggstatsplot_presentation.html#1>
Expand Down
7 changes: 7 additions & 0 deletions _extensions/quarto-ext/fontawesome/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Font Awesome support
author: Carlos Scheidegger
version: 1.2.0
quarto-required: ">=1.2.269"
contributes:
shortcodes:
- fontawesome.lua
Loading

0 comments on commit 1122a1f

Please sign in to comment.