Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Keywords
ggplot
ggplot-extension
ggplot2
ggplot2-geom
r
r-package
shapes
visualisation
visualization
Last synced: 6 months ago
·
JSON representation
Repository
Shape Foundry & Geom for 'ggplot2'
Basic Info
- Host: GitHub
- Owner: cgoo4
- License: other
- Language: R
- Default Branch: main
- Homepage: https://cgoo4.github.io/ggfoundry/
- Size: 27.9 MB
Statistics
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
ggplot
ggplot-extension
ggplot2
ggplot2-geom
r
r-package
shapes
visualisation
visualization
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ggfoundry
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/cgoo4/ggfoundry?branch=main)
[](https://github.com/cgoo4/ggfoundry/actions/workflows/R-CMD-check.yaml)
[](https://CRAN.R-project.org/package=ggfoundry)
[](https://doi.org/10.32614/CRAN.package.ggfoundry)
Arbitrary hand-crafted fillable shapes for ggplot2.
New shapes may be feature requested via a [Github issue](https://github.com/cgoo4/ggfoundry/issues).
## Installation
``` r
install.packages("ggfoundry")
```
## Development version
To get a bug fix, or to use a feature from the development version, you can install ggfoundry from GitHub.
``` r
# install.packages("pak")
pak::pak("cgoo4/ggfoundry")
```
## Basic example
See the [get started](https://cgoo4.github.io/ggfoundry/articles/ggfoundry.html) vignette and supporting package-website articles for more details, including available shapes, a showcase of examples and how ggfoundry contrasts with alternative strategies.
```{r example, fig.retina=3}
library(ggfoundry)
ggplot(mtcars, aes(wt, mpg, fill = factor(cyl))) +
geom_casting(aes(shape = factor(cyl))) +
scale_fill_manual(values = c("skyblue", "lightgreen", "pink")) +
scale_shape_manual(values = c("violin", "dendro", "box")) +
theme_bw()
```
Owner
- Name: Carl Goodwin
- Login: cgoo4
- Kind: user
- Website: quantumjitter.com
- Repositories: 3
- Profile: https://github.com/cgoo4
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Carl Goodwin | c****n@q****m | 114 |
| Carl Goodwin | c****n@C****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 22
- Total pull requests: 0
- Average time to close issues: about 20 hours
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.45
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: about 23 hours
- 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
- cgoo4 (16)
Pull Request Authors
Top Labels
Issue Labels
enhancement (9)
documentation (2)
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 175 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: ggfoundry
Shape Foundry & Geom for 'ggplot2'
- Homepage: https://github.com/cgoo4/ggfoundry
- Documentation: http://cran.r-project.org/web/packages/ggfoundry/ggfoundry.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.1
published over 1 year ago
Rankings
Dependent packages count: 28.8%
Dependent repos count: 35.5%
Average: 49.8%
Downloads: 85.2%
Maintainers (1)
Last synced:
7 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 4.1 depends
- ggplot2 >= 3.5.0 depends
- grImport2 * imports
- grid * imports
- lifecycle * imports
- rlang * imports
- dplyr * suggests
- ggfx * suggests
- ggimage * suggests
- ggpp * suggests
- ggtext * suggests
- httr * suggests
- knitr * suggests
- patchwork * suggests
- rmarkdown * suggests
- showtext * suggests
- stringr * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests
- tidyr * suggests