{"id":20043206,"url":"https://github.com/misslivirose/r-github-dashboard","last_synced_at":"2025-10-11T13:21:54.704Z","repository":{"id":260301938,"uuid":"880910658","full_name":"misslivirose/r-github-dashboard","owner":"misslivirose","description":"A simple R dashboard for viewing GitHub projects of interest","archived":false,"fork":false,"pushed_at":"2025-01-14T20:51:55.000Z","size":153,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-11T13:21:52.514Z","etag":null,"topics":["data-dashboard","r","shiny-apps"],"latest_commit_sha":null,"homepage":"https://misslivirose.shinyapps.io/r-github-dashboard/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misslivirose.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}},"created_at":"2024-10-30T15:29:30.000Z","updated_at":"2025-01-14T20:51:58.000Z","dependencies_parsed_at":"2025-01-12T19:42:08.747Z","dependency_job_id":"ea35c32d-7b06-47eb-948a-f33687ece03a","html_url":"https://github.com/misslivirose/r-github-dashboard","commit_stats":null,"previous_names":["misslivirose/r-github-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/misslivirose/r-github-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misslivirose%2Fr-github-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misslivirose%2Fr-github-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misslivirose%2Fr-github-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misslivirose%2Fr-github-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misslivirose","download_url":"https://codeload.github.com/misslivirose/r-github-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misslivirose%2Fr-github-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007317,"owners_count":26084280,"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-11T02:00:06.511Z","response_time":55,"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":["data-dashboard","r","shiny-apps"],"created_at":"2024-11-13T10:55:30.374Z","updated_at":"2025-10-11T13:21:54.653Z","avatar_url":"https://github.com/misslivirose.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Data Dashboard\n\nThe GitHub Data Dashboard makes it easy to quickly create a dashboard application to view open source projects hosted on GitHub. View repositories of interest at a glance and get new insights from the projects with visual plots and graphs.\n\n![A preview of the dashboard, showing selected metrics from an assortment of GitHub projects](img/preview)\n\n## Data\n\nThe dashboard is populated with a SQLite database called `projects.sqlite`. The schema for the database is: \n\n```\nCREATE TABLE projects (\n  project_name text, \n  repository text,\n  tag text,\n  year integer,\n  description text,\n  date_added text \n);\nCREATE TABLE metrics (\n  project_name text,\n  snapshot_date text, \n  stars integer,\n  forks integer,\n  contributors integer,\n  issues integer\n);\n```\n\n## Dependencies\n\nThis project uses R and Shiny to run and assumes the following dependencies:\n\n-   R, version 4.4.0+\n\n-   R Studio - tested with RStudio 2024.12.0 \n\n-   Required R Packages: `install.packages(c('shiny', 'rvest', 'reactable', 'shinythemes', 'stringr', 'ggplot2', 'bslib', 'scales', 'dplyr', 'RSQlite', 'DBI'))`\n\n## Running the app\n\nTo run the application:\n\n1.  Clone the GitHub project to your local machine after installing dependencies\n2.  Create your `projects.sqlite` file and put it into the repository at the root level\n3.  Populate `projects.sqlite` table `projects` with the name, repository (\u003cuser\u003e/\u003cproject\u003e), and additional tag, year, and date_added. The description field is pulled from GitHub.\n4.  Open `app.R` in R Studio\n5.  Use `CTRL` + `SHIFT` + `ENTER` to generate the dashboard and display it in the R Studio viewer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisslivirose%2Fr-github-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisslivirose%2Fr-github-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisslivirose%2Fr-github-dashboard/lists"}