{"id":33187128,"url":"https://sachsmc.github.io/plotROC/","last_synced_at":"2025-11-25T18:00:43.450Z","repository":{"id":21538443,"uuid":"24857963","full_name":"sachsmc/plotROC","owner":"sachsmc","description":"Interactive ROC plots with ggplot + d3.js. ","archived":false,"fork":false,"pushed_at":"2025-08-25T11:00:40.000Z","size":23088,"stargazers_count":87,"open_issues_count":4,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-11T13:27:35.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sachsmc.github.io/plotROC","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sachsmc.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}},"created_at":"2014-10-06T18:12:40.000Z","updated_at":"2025-09-05T03:15:23.000Z","dependencies_parsed_at":"2022-08-21T01:10:09.765Z","dependency_job_id":"6aecd026-dc12-4250-ba25-c9c16e4400d0","html_url":"https://github.com/sachsmc/plotROC","commit_stats":{"total_commits":107,"total_committers":6,"mean_commits":"17.833333333333332","dds":"0.16822429906542058","last_synced_commit":"cb64b3b2b5e9e74c55f596d36b4da6edfad4d90a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sachsmc/plotROC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachsmc%2FplotROC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachsmc%2FplotROC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachsmc%2FplotROC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachsmc%2FplotROC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sachsmc","download_url":"https://codeload.github.com/sachsmc/plotROC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sachsmc%2FplotROC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-25T02:00:05.816Z","response_time":54,"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":"2025-11-16T05:00:30.374Z","updated_at":"2025-11-25T18:00:43.442Z","avatar_url":"https://github.com/sachsmc.png","language":"HTML","funding_links":[],"categories":["Data and models"],"sub_categories":[],"readme":"[![DOI](https://zenodo.org/badge/9473/sachsmc/plotROC.svg/)](http://dx.doi.org/10.5281/zenodo.14678)\n[![](https://cranlogs.r-pkg.org/badges/plotROC/)](https://CRAN.R-project.org/package=plotROC/)\n\n# Generate interactive ROC plots from R using ggplot\n\nMost ROC curve plots obscure the cutoff values and inhibit\n    interpretation and comparison of multiple curves. This attempts to address\n    those shortcomings by providing plotting and interactive tools. Functions\n    are provided to generate an interactive ROC curve plot for web use, and\n    print versions. An interactive Shiny application is also included.\n    \n## Installation\n\nThis is the development version of the package. It can be installed from github with\n\n```r\nremotes::install_github(\"sachsmc/plotROC\")\n```\n\n## Basic usage\n\nSee examples live [here](https://sachsmc.github.io/plotROC/)\n\n# Acknowledgements\n\nThis package would not be possible without the following:\n\n  - [ggplot2](https://ggplot2.tidyverse.org/)\n  - [gridSVG](https://sjp.co.nz/projects/gridsvg/)\n  - [d3.js](https://d3js.org/)\n  \n# Citation\n\nRead the code snippet article at JSS! \n\nMichael C. Sachs (2017). plotROC: A Tool for Plotting ROC Curves. Journal of Statistical Software, Code Snippets, 79(2), 1-19. doi:10.18637/jss.v079.c02\n\nA BibTeX entry for LaTeX users is\n\n```\n@Article{sachs2017plotROC,\n    title = {{plotROC}: A Tool for Plotting ROC Curves},\n    author = {Michael C. Sachs},\n    journal = {Journal of Statistical Software, Code Snippets},\n    year = {2017},\n    volume = {79},\n    number = {2},\n    pages = {1--19},\n    doi = {10.18637/jss.v079.c02},\n  }\n```\n  \n  \n# License\nThe MIT License (MIT)\n\nCopyright (c) 2022 Michael C Sachs\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/sachsmc.github.io%2FplotROC%2F","html_url":"https://awesome.ecosyste.ms/projects/sachsmc.github.io%2FplotROC%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/sachsmc.github.io%2FplotROC%2F/lists"}