ggpie

ggpie - A ggplot2 extension to create pie, donut and rose pie plot

https://github.com/showteeth/ggpie

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary

Keywords

donut ggplot2 pie rosepie
Last synced: 6 months ago · JSON representation

Repository

ggpie - A ggplot2 extension to create pie, donut and rose pie plot

Basic Info
Statistics
  • Stars: 49
  • Watchers: 3
  • Forks: 3
  • Open Issues: 4
  • Releases: 0
Topics
donut ggplot2 pie rosepie
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Code of conduct

README.Rmd

---
output: github_document
---



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

# ggpie - A ggplot2 extension to create pie, donut and rose pie plot



[![CRAN](https://www.r-pkg.org/badges/version/ggpie?color=orange)](https://cran.r-project.org/package=ggpie)
[![CRAN_download](http://cranlogs.r-pkg.org/badges/grand-total/ggpie?color=blue)](https://cran.r-project.org/package=ggpie)
![License](https://img.shields.io/badge/license-MIT-green)
[![CODE_SIZE](https://img.shields.io/github/languages/code-size/showteeth/ggpie.svg)](https://github.com/showteeth/ggpie)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6580728.svg)](https://doi.org/10.5281/zenodo.6580728)


## Introduction
`ggpie` aims to create **pie (2D and 3D)**, **donut** and **rose pie** plot with the `ggplot2` plotting system which implemented the grammar of graphics. It contains five main functions:

* `ggpie`: Create 2D pie plot with single group variable.
* `ggdonut`: Create 2D donut plot with single group variable.
* `ggnestedpie`: Create 2D nested pie plot with two group variables.
* `ggpie3D`: Create 3D pie plot with single group variable.
* `ggrosepie`: Create rose pie plot with single or two group variables.


## Installation You can install the released version of `ggpie` from [CRAN](https://cran.r-project.org/web/packages/ggpie/index.html) with: ```{r eval=FALSE} install.packages("ggpie") ``` Or install the package via the [Github repository](https://github.com/showteeth/ggpie): ```{r eval=FALSE} # install.package("remotes") #In case you have not installed it. remotes::install_github("showteeth/ggpie") ``` In general, it is **recommended** to install from [Github repository](https://github.com/showteeth/ggpie) (update more timely).
## Citation ```{r citation} citation("ggpie") ```
## Contributing Please note that the `ggpie` project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/1/0/0/code-of-conduct/). By contributing to this project, you agree to abide by its terms.

Owner

  • Login: showteeth
  • Kind: user
  • Location: Beijing, China.
  • Company: Tsinghua University

GitHub Events

Total
  • Issues event: 1
  • Watch event: 4
  • Pull request event: 1
Last Year
  • Issues event: 1
  • Watch event: 4
  • Pull request event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 26
  • Total Committers: 1
  • Avg Commits per committer: 26.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
showteeth s****9@g****m 26

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 9
  • Total pull requests: 1
  • Average time to close issues: 1 day
  • Average time to close pull requests: over 1 year
  • Total issue authors: 8
  • Total pull request authors: 1
  • Average comments per issue: 3.56
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • akhst7 (2)
  • Joesefman (1)
  • AlexisDerumigny (1)
  • oalavijeh (1)
  • schonhose (1)
  • orange-3711 (1)
  • wook2014 (1)
  • Danvor (1)
Pull Request Authors
  • ghost (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 434 last-month
  • Total docker downloads: 124
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: ggpie

Pie, Donut and Rose Pie Plots

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 434 Last month
  • Docker Downloads: 124
Rankings
Stargazers count: 8.3%
Forks count: 14.2%
Downloads: 14.9%
Docker downloads count: 17.5%
Average: 17.9%
Dependent repos count: 24.0%
Dependent packages count: 28.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • RColorBrewer * imports
  • cowplot * imports
  • dplyr * imports
  • ggnewscale * imports
  • ggplot2 * imports
  • ggrepel * imports
  • grDevices * imports
  • magrittr * imports
  • rlang * imports
  • scales * imports
  • tibble * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests