{"id":50875942,"url":"https://github.com/gzahn/ggshroom","last_synced_at":"2026-07-02T23:01:11.222Z","repository":{"id":362755248,"uuid":"1260597989","full_name":"gzahn/ggshroom","owner":"gzahn","description":"Supplement to ggimage R package for plotting with mushroom icons","archived":false,"fork":false,"pushed_at":"2026-06-05T18:45:00.000Z","size":3027,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T20:08:54.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gzahn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-05T17:02:14.000Z","updated_at":"2026-06-05T18:45:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gzahn/ggshroom","commit_stats":null,"previous_names":["gzahn/ggshroom"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gzahn/ggshroom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzahn%2Fggshroom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzahn%2Fggshroom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzahn%2Fggshroom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzahn%2Fggshroom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gzahn","download_url":"https://codeload.github.com/gzahn/ggshroom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gzahn%2Fggshroom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35065702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-15T10:00:25.430Z","updated_at":"2026-07-02T23:01:11.217Z","avatar_url":"https://github.com/gzahn.png","language":"R","funding_links":[],"categories":["Icons, patterns and images"],"sub_categories":[],"readme":"# ggshroom\n\nTiny companion to [`ggimage`](https://github.com/YuLab-SMU/ggimage) for plotting fungal and fungus-like icons in `ggplot2`.\n\n`ggshroom` depends on `ggimage` internally and wraps `ggimage::geom_image()` with a simple fungus-friendly interface.\n\n\u003cimg src=\"inst/sticker.png\" alt=\"ggshroom hex sticker\" width=\"300\" /\u003e\n\n___\n\n## Installation\n\n```r\nif (!requireNamespace(\"devtools\", quietly = TRUE)) {\n  install.packages(\"devtools\")\n}\n\ndevtools::install_github(\"gzahn/ggshroom\")\n```\n\n`ggimage` will be installed automatically as a package dependency.\n\n___\n\n## Citation\n\nIf you use `ggshroom` in a publication or public project and feel like citing it:\n\n[![DOI](https://zenodo.org/badge/1260597989.svg)](https://doi.org/10.5281/zenodo.20561468)\n\n## Example usage\n\n```r\nlibrary(ggplot2)\nlibrary(ggshroom)\n# ggshroom uses ggimage::geom_image() under the hood\n\nset.seed(1)\n\ndf \u003c- data.frame(\n  x = rnorm(50),\n  y = rnorm(50),\n  shroom = sample(list_shrooms(), 50, replace = TRUE)\n)\n\nggplot(df, aes(x, y)) +\n  geom_shroom(aes(image = shroom), size = 0.08) +\n  theme_minimal()\n```\n\nYou can also use a single fixed icon:\n\n```r\nggplot(df, aes(x, y)) +\n  geom_shroom(image = \"yeastbud\", size = 0.08) +\n  theme_minimal()\n```\n\n___\n\n## Available icons\n\nUse `list_shrooms()` to see the bundled icon names, or browse the gallery below.\n\n| Name | Icon |\n| --- | --- |\n| amanita | \u003cimg src=\"inst/extdata/amanita.png\" width=\"64\" alt=\"amanita\" /\u003e |\n| amf | \u003cimg src=\"inst/extdata/amf.png\" width=\"64\" alt=\"amf\" /\u003e |\n| black | \u003cimg src=\"inst/extdata/black.png\" width=\"64\" alt=\"black\" /\u003e |\n| blue | \u003cimg src=\"inst/extdata/blue.png\" width=\"64\" alt=\"blue\" /\u003e |\n| brown | \u003cimg src=\"inst/extdata/brown.png\" width=\"64\" alt=\"brown\" /\u003e |\n| chicken | \u003cimg src=\"inst/extdata/chicken.png\" width=\"64\" alt=\"chicken\" /\u003e |\n| chytrid | \u003cimg src=\"inst/extdata/chytrid.png\" width=\"64\" alt=\"chytrid\" /\u003e |\n| enoki | \u003cimg src=\"inst/extdata/enoki.png\" width=\"64\" alt=\"enoki\" /\u003e |\n| fusarium | \u003cimg src=\"inst/extdata/fusarium.png\" width=\"64\" alt=\"fusarium\" /\u003e |\n| morel | \u003cimg src=\"inst/extdata/morel.png\" width=\"64\" alt=\"morel\" /\u003e |\n| neurospora | \u003cimg src=\"inst/extdata/neurospora.png\" width=\"64\" alt=\"neurospora\" /\u003e |\n| physarum | \u003cimg src=\"inst/extdata/physarum.png\" width=\"64\" alt=\"physarum\" /\u003e |\n| purple | \u003cimg src=\"inst/extdata/purple.png\" width=\"64\" alt=\"purple\" /\u003e |\n| rhizopus | \u003cimg src=\"inst/extdata/rhizopus.png\" width=\"64\" alt=\"rhizopus\" /\u003e |\n| schizo | \u003cimg src=\"inst/extdata/schizo.png\" width=\"64\" alt=\"schizo\" /\u003e |\n| shiitake | \u003cimg src=\"inst/extdata/shiitake.png\" width=\"64\" alt=\"shiitake\" /\u003e |\n| white | \u003cimg src=\"inst/extdata/white.png\" width=\"64\" alt=\"white\" /\u003e |\n| yeast1 | \u003cimg src=\"inst/extdata/yeast1.png\" width=\"64\" alt=\"yeast1\" /\u003e |\n| yeastbud | \u003cimg src=\"inst/extdata/yeastbud.png\" width=\"64\" alt=\"yeastbud\" /\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgzahn%2Fggshroom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgzahn%2Fggshroom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgzahn%2Fggshroom/lists"}