ggpie
ggpie - A ggplot2 extension to create pie, donut and rose pie plot
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
- Host: GitHub
- Owner: showteeth
- License: other
- Language: R
- Default Branch: main
- Homepage: https://showteeth.github.io/ggpie
- Size: 31.1 MB
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
[](https://cran.r-project.org/package=ggpie)
[](https://cran.r-project.org/package=ggpie)

[](https://github.com/showteeth/ggpie)
[](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
- Twitter: YBSong4
- Repositories: 4
- Profile: https://github.com/showteeth
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 | 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
- Homepage: https://github.com/showteeth/ggpie
- Documentation: http://cran.r-project.org/web/packages/ggpie/ggpie.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.5
published over 3 years ago
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