{"id":17044303,"url":"https://github.com/pdwaggoner/plotmm","last_synced_at":"2025-10-25T03:39:31.331Z","repository":{"id":56936186,"uuid":"161829309","full_name":"pdwaggoner/plotmm","owner":"pdwaggoner","description":"Tidy Tools for Visualizing Mixture Models","archived":false,"fork":false,"pushed_at":"2025-01-06T17:49:44.000Z","size":1954,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T01:22:46.974Z","etag":null,"topics":["cut-point","mixture-models","r","tidyverse","visualization"],"latest_commit_sha":null,"homepage":"","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/pdwaggoner.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","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":"2018-12-14T19:07:34.000Z","updated_at":"2025-01-06T17:49:48.000Z","dependencies_parsed_at":"2025-08-21T15:33:02.220Z","dependency_job_id":"e618561b-8145-4f56-9425-b87e14e930f3","html_url":"https://github.com/pdwaggoner/plotmm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pdwaggoner/plotmm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdwaggoner%2Fplotmm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdwaggoner%2Fplotmm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdwaggoner%2Fplotmm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdwaggoner%2Fplotmm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdwaggoner","download_url":"https://codeload.github.com/pdwaggoner/plotmm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdwaggoner%2Fplotmm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274395651,"owners_count":25277385,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["cut-point","mixture-models","r","tidyverse","visualization"],"created_at":"2024-10-14T09:33:55.321Z","updated_at":"2025-10-25T03:39:26.295Z","avatar_url":"https://github.com/pdwaggoner.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `plotmm` Tidy Tools for Visualizing Mixture Models\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/plotmm)](http://cran.r-project.org/package=plotmm)\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/plotmm)](https://cran.r-project.org/package=plotmm)\n[![Documentation](https://img.shields.io/badge/documentation-plotmm-orange.svg?colorB=E91E63)](https://www.r-pkg.org/pkg/plotmm)\n\n---\n#### [`plotGMM`](https://CRAN.R-project.org/package=plotGMM):\n[![lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/plotGMM)](http://cran.r-project.org/package=plotGMM)\n[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/plotGMM)](https://cran.r-project.org/package=plotGMM)\n[![Documentation](https://img.shields.io/badge/documentation-plotGMM-orange.svg?colorB=E91E63)](https://www.r-pkg.org/pkg/plotGMM)\n\n---\n\nPackage authors and contributors:\n  - [Philip D. Waggoner](https://github.com/pdwaggoner) (pkg maintainer), YouGov \u0026 Columbia University\n  - [Fong Chun Chan](https://github.com/tinyheero), Achilles Therapeutics\n  - [Lu Zhang](https://github.com/LuZhang0128), University of Chicago (formerly Emory)\n\n---\n\nIn collaboration with [Fong Chan](https://github.com/tinyheero) (Achilles Therapeutics) and [Lu Zhang](https://github.com/LuZhang0128) (University of Chicago), we have developed `plotmm` for tidy visualization of mixture models. This package is a substantial update to the [`plotGMM` package](https://CRAN.R-project.org/package=plotGMM).\n\n## Install\n\nLoad the latest version:\n\n```{r}\ndevtools::install_github(\"pdwaggoner/plotmm\")\n\nlibrary(plotmm)\n```\n\nLoad the latest stable (CRAN) version:\n\n```{r}\ninstall.packages(\"plotmm\")\n\nlibrary(plotmm)\n```\n\n## Getting Started\n\nTo get started, read the [\"Getting Started\" vignette](https://github.com/pdwaggoner/plotmm/tree/master/vignettes), which includes a few basic examples. \n\n\n## Contribute\n\nAnyone is welcome to contribute to the package. Before collaborating, please take a look at and abide by the [contributor code of conduct](https://github.com/pdwaggoner/plotmm/blob/master/CODE_OF_CONDUCT.md). Here's a sampling of how to contribute:\n\n  - Submit an [issue](https://github.com/pdwaggoner/plotmm/issues) reporting a bug, requesting a feature enhancement, etc. \n\n  - Suggest changes directly via [pull request](https://github.com/pdwaggoner/plotmm/pulls)\n\n  - [Reach out directly](https://pdwaggoner.github.io/) with ideas if you're uneasy with public interaction\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdwaggoner%2Fplotmm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdwaggoner%2Fplotmm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdwaggoner%2Fplotmm/lists"}