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
- Host: GitHub
- URL: https://github.com/rstudio/ggcheck
- Owner: rstudio
- License: other
- Created: 2020-08-19T19:42:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T19:28:54.000Z (about 2 years ago)
- Last Synced: 2024-05-09T12:00:50.587Z (about 1 year ago)
- Topics: autograding, ggplot2, gradethis, learnr, r-package
- Language: R
- Homepage: https://pkgs.rstudio.com/ggcheck/
- Size: 2.37 MB
- Stars: 19
- Watchers: 17
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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/