{"id":13702557,"url":"https://github.com/thomasp85/ggforce","last_synced_at":"2025-05-13T23:04:07.636Z","repository":{"id":41297280,"uuid":"48915564","full_name":"thomasp85/ggforce","owner":"thomasp85","description":"Accelerating ggplot2","archived":false,"fork":false,"pushed_at":"2025-03-25T06:56:04.000Z","size":249184,"stargazers_count":933,"open_issues_count":67,"forks_count":107,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-04-30T02:49:33.905Z","etag":null,"topics":["ggplot-extension","ggplot2","rstats","visualization"],"latest_commit_sha":null,"homepage":"https://ggforce.data-imaginist.com","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/thomasp85.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-01-02T16:16:58.000Z","updated_at":"2025-04-17T16:45:03.000Z","dependencies_parsed_at":"2023-02-15T06:00:57.390Z","dependency_job_id":"b1e4f616-4091-44fc-a503-59b6c04dbe8a","html_url":"https://github.com/thomasp85/ggforce","commit_stats":{"total_commits":316,"total_committers":24,"mean_commits":"13.166666666666666","dds":0.09810126582278478,"last_synced_commit":"9be635c582559f016254b111770a61e4b4aa0958"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasp85%2Fggforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasp85%2Fggforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasp85%2Fggforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasp85%2Fggforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasp85","download_url":"https://codeload.github.com/thomasp85/ggforce/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254040441,"owners_count":22004539,"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":["ggplot-extension","ggplot2","rstats","visualization"],"created_at":"2024-08-02T21:00:37.878Z","updated_at":"2025-05-13T23:04:07.619Z","avatar_url":"https://github.com/thomasp85.png","language":"R","funding_links":[],"categories":["2019","R","ggplot"],"sub_categories":["Miscellaneous"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n# ggforce \u003cimg src=\"man/figures/logo.png\" width=\"121px\" height=\"140px\" align=\"right\" style=\"padding-left:10px;background-color:white;\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/thomasp85/ggforce/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/thomasp85/ggforce/actions/workflows/R-CMD-check.yaml)\n[![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/ggforce)](https://CRAN.R-project.org/package=ggforce)\n[![CRAN_Download_Badge](http://cranlogs.r-pkg.org/badges/ggforce)](https://CRAN.R-project.org/package=ggforce)\n\u003c!-- badges: end --\u003e\n\n*Accelerating ggplot2*\n\n`ggforce` is a package aimed at providing missing functionality to `ggplot2` \nthrough the extension system introduced with `ggplot2` v2.0.0. Broadly speaking \n`ggplot2` has been aimed primarily at explorative data visualization in order to \ninvestigate the data at hand, and less at providing utilities for composing \ncustom plots a la [D3.js](https://d3js.org). `ggforce` is mainly an attempt to \naddress these \"shortcomings\" (design choices might be a better description). The \ngoal is to provide a repository of geoms, stats, etc. that are as well \ndocumented and implemented as the official ones found in `ggplot2`.\n\n## Installation\n\nYou can install the released version of ggforce from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"ggforce\")\n```\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"thomasp85/ggforce\")\n```\n\n## Features\n`ggforce` is by design a collection of features with the only commonality being\ntheir tie to the `ggplot2` API. Because of this an overview of all features \nwould get too long for a README. The package has a [website](https://ggforce.data-imaginist.com)\nwhere every feature is described and justified with examples and plots. There\nshould be a plot in the README of a visualization package though, so without \nfurther ado:\n\n```{r example}\nlibrary(ggforce)\nggplot(iris, aes(Petal.Length, Petal.Width, colour = Species)) +\n  geom_point() +\n  facet_zoom(x = Species == \"versicolor\")\n```\n\n## Code of Conduct\nPlease note that the 'ggforce' project is released with a\n[Contributor Code of Conduct](https://ggforce.data-imaginist.com/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasp85%2Fggforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasp85%2Fggforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasp85%2Fggforce/lists"}