{"id":20455010,"url":"https://github.com/jumpingrivers/datasaurus","last_synced_at":"2025-04-03T23:12:08.773Z","repository":{"id":43730122,"uuid":"89957068","full_name":"jumpingrivers/datasauRus","owner":"jumpingrivers","description":"R Package 📦 Containing the Datasaurus Dozen datasets :bar_chart:","archived":false,"fork":false,"pushed_at":"2024-02-29T11:39:45.000Z","size":20158,"stargazers_count":309,"open_issues_count":1,"forks_count":46,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-05-20T01:15:59.435Z","etag":null,"topics":["anscombesquartet","datasaurus","datasaurus-dozen","datasets","r","r-package","rstats","summary-statistics"],"latest_commit_sha":null,"homepage":"https://jumpingrivers.github.io/datasauRus","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jumpingrivers.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-01T19:47:21.000Z","updated_at":"2024-06-19T02:55:56.560Z","dependencies_parsed_at":"2024-02-29T13:09:34.440Z","dependency_job_id":"e969383c-2f5f-49d1-ba42-f605b1b9624a","html_url":"https://github.com/jumpingrivers/datasauRus","commit_stats":{"total_commits":85,"total_committers":16,"mean_commits":5.3125,"dds":0.6823529411764706,"last_synced_commit":"d328c7de044a120ff6c50a1f1c9c304659da6491"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2FdatasauRus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2FdatasauRus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2FdatasauRus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpingrivers%2FdatasauRus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jumpingrivers","download_url":"https://codeload.github.com/jumpingrivers/datasauRus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092396,"owners_count":20882218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anscombesquartet","datasaurus","datasaurus-dozen","datasets","r","r-package","rstats","summary-statistics"],"created_at":"2024-11-15T11:17:42.135Z","updated_at":"2025-04-03T23:12:08.758Z","avatar_url":"https://github.com/jumpingrivers.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n fig.path = \"man/figures/\"\n)\n```\n\n# datasauRus \u003cimg src=\"man/figures/logo.png\" align=\"right\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![CRAN status](https://www.r-pkg.org/badges/version/datasauRus)](https://CRAN.R-project.org/package=datasauRus)\n[![R-CMD-check](https://github.com/jumpingrivers/datasauRus/workflows/R-CMD-check/badge.svg)](https://github.com/jumpingrivers/datasauRus/actions)\n[![R-CMD-check](https://github.com/jumpingrivers/datasauRus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jumpingrivers/datasauRus/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nThis package wraps the awesome Datasaurus Dozen datasets. The Datasaurus Dozen show us why visualisation is important -- summary statistics can be the same but distributions can be very different. In short, this package gives a fun alternative to [Anscombe's Quartet](https://en.wikipedia.org/wiki/Anscombe%27s_quartet), available in R as `anscombe`.\n\nThe original Datasaurus was created by Alberto Cairo. The other Dozen were generated using simulated annealing and the process\nis described in the paper \"Same Stats, Different Graphs: Generating\nDatasets with Varied Appearance and Identical Statistics through\nSimulated Annealing\" by Justin\nMatejka and George Fitzmaurice ([open access materials including manuscript and code](https://www.research.autodesk.com/publications/same-stats-different-graphs/), [official paper](https://doi.org/10.1145/3025453.3025912)).\n\nIn the paper, Justin and George simulate a variety of datasets that the same summary statistics to the Datasaurus but have very different distributions. \n\n\n```{r, out.width=\"600px\", fig.alt=\"Sequential dinosaur gif\", echo = FALSE}\nknitr::include_graphics(\"https://damassets.autodesk.net/content/dam/autodesk/research/publications-assets/gifs/same-stats-different-graphs/DinoSequentialSmaller.gif\")\n```\n\n## Install\nThe latest stable version is available on CRAN\n\n```{r, eval = FALSE}\ninstall.packages(\"datasauRus\")\n```\n\nYou can get the latest development version from GitHub, so use {devtools} to install the package\n\n```{r, eval = FALSE}\ndevtools::install_github(\"jumpingrivers/datasauRus\")\n```\n\n## Usage\n\nYou can use the package to produce Anscombe plots and more.\n\n```{r datasets, fig.height=12, fig.width=9}\nlibrary(\"ggplot2\")\nlibrary(\"datasauRus\")\nggplot(datasaurus_dozen, aes(x = x, y = y, colour = dataset))+\n  geom_point() +\n  theme_void() +\n  theme(legend.position = \"none\")+\n  facet_wrap(~dataset, ncol = 3)\n```\n\n\n## Code of Conduct\n  \nPlease note that the datasauRus project is released with a [Contributor Code of Conduct](https://jumpingrivers.github.io/datasauRus/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpingrivers%2Fdatasaurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjumpingrivers%2Fdatasaurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpingrivers%2Fdatasaurus/lists"}