Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use quarto #7

Merged
merged 14 commits into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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