An open API service indexing awesome lists of open source software.

https://github.com/rstudio/ggcheck

Inspect ggplot2 Plots for Automated Grading in Learning Exercises
https://github.com/rstudio/ggcheck

autograding ggplot2 gradethis learnr r-package

Last synced: 27 days ago
JSON representation

Inspect ggplot2 Plots for Automated Grading in Learning Exercises

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
fig.retina = 2,
out.width = "100%"
)
```

# ggcheck

```{r child="man/fragments/readme-intro.Rmd"}
```

## Usage

```{r usage, child="man/fragments/readme-usage.Rmd"}
```

## Code of Conduct

Please note that the tblcheck project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

[gh-ggcheck]: https://github.com/rstudio/ggcheck
[ggplot2]: https://ggplot2.tidyverse.org
[gradethis]: https://pkgs.rstudio.com/gradethis
[learnr]: https://rstudio.github.io/learnr/