{"id":32199431,"url":"https://github.com/joongsup/uncmbb","last_synced_at":"2025-10-22T03:15:52.141Z","repository":{"id":56935366,"uuid":"83280627","full_name":"joongsup/uncmbb","owner":"joongsup","description":"UNC men's basketball match result","archived":false,"fork":false,"pushed_at":"2021-01-04T08:08:46.000Z","size":399,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-08T16:12:21.005Z","etag":null,"topics":["basketball","carolina","college","duke","ncaam","north-carolina","unc"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joongsup.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-27T07:21:20.000Z","updated_at":"2021-01-04T08:08:48.000Z","dependencies_parsed_at":"2022-08-21T00:30:07.597Z","dependency_job_id":null,"html_url":"https://github.com/joongsup/uncmbb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joongsup/uncmbb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joongsup%2Funcmbb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joongsup%2Funcmbb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joongsup%2Funcmbb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joongsup%2Funcmbb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joongsup","download_url":"https://codeload.github.com/joongsup/uncmbb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joongsup%2Funcmbb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280371890,"owners_count":26319523,"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-10-22T02:00:06.515Z","response_time":63,"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":["basketball","carolina","college","duke","ncaam","north-carolina","unc"],"created_at":"2025-10-22T03:15:49.933Z","updated_at":"2025-10-22T03:15:52.136Z","avatar_url":"https://github.com/joongsup.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n[![R-CMD-check](https://github.com/joongsup/uncmbb/workflows/R-CMD-check/badge.svg)](https://github.com/joongsup/uncmbb/actions)\n[![Coverage Status](https://img.shields.io/codecov/c/github/joongsup/uncmbb/master.svg)](https://codecov.io/github/joongsup/uncmbb?branch=master)\n[![CRAN status](http://www.r-pkg.org/badges/version/uncmbb)](https://cran.r-project.org/package=uncmbb)\n\n# uncmbb\n\nThis package contains the University of North Carolina (UNC) Men's basketball team's (and their archrival Duke's) match results since 1949-1950 season with select match attributes. Base match records are obtained from the source (1) below and augmented from the source (2):\n\n1. https://www.sports-reference.com/cbb/schools/north-carolina/\n2. https://www.tarheeltimes.com/schedulebasketball-1949.aspx\n\nAny data discrepancies are fixed once they are identified. \n\n## Installation\n\n```{r cran-installation, eval = FALSE}\ninstall.packages(\"uncmbb\")\n```\n\nOr install the development version from GitHub with:\n```{r gh-installation, eval = FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"joongsup/uncmbb\")\n```\n\n## Example\n\n```{r example}\nlibrary(uncmbb)\nlibrary(dplyr)\n\n# Match data\ntail(unc)\n\n# NCAA championship seasons\nmbb_champ_season(unc)\n\n# Highest regular season win percentage\nunc %\u003e% mbb_season_result() %\u003e%\n        filter(Type == \"REG\") %\u003e%\n        arrange(desc(pct_win)) %\u003e%\n        head(5)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoongsup%2Funcmbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoongsup%2Funcmbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoongsup%2Funcmbb/lists"}