{"id":13735558,"url":"https://github.com/hrbrmstr/supercaliheatmapwidget","last_synced_at":"2025-10-29T01:30:44.855Z","repository":{"id":55092350,"uuid":"168775901","full_name":"hrbrmstr/supercaliheatmapwidget","owner":"hrbrmstr","description":"📅 Supercalifragilistic HTML Calendar Heatmaps","archived":false,"fork":false,"pushed_at":"2021-01-11T11:53:34.000Z","size":523,"stargazers_count":21,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-04T03:05:11.634Z","etag":null,"topics":["calendar-heatmap","htmlwidget","r","rstats"],"latest_commit_sha":null,"homepage":"https://rud.is/dl/supercaliheatmapwidget.html","language":"JavaScript","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/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2019-02-02T00:05:09.000Z","updated_at":"2023-07-10T12:58:40.000Z","dependencies_parsed_at":"2022-08-14T11:40:55.616Z","dependency_job_id":null,"html_url":"https://github.com/hrbrmstr/supercaliheatmapwidget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fsupercaliheatmapwidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fsupercaliheatmapwidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fsupercaliheatmapwidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fsupercaliheatmapwidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/supercaliheatmapwidget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219858513,"owners_count":16556043,"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","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":["calendar-heatmap","htmlwidget","r","rstats"],"created_at":"2024-08-03T03:01:08.175Z","updated_at":"2025-10-29T01:30:44.450Z","avatar_url":"https://github.com/hrbrmstr.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Visualization"],"sub_categories":["Heatmap"],"readme":"---\noutput: rmarkdown::github_document\neditor_options: \n  chunk_output_type: inline\n---\n```{r pkg-knitr-opts, include=FALSE}\nknitr::opts_chunk$set(collapse=TRUE, fig.retina=2, message=FALSE, warning=FALSE)\noptions(width=120)\n```\n\n[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/supercaliheatmapwidget.svg?branch=master)](https://travis-ci.org/hrbrmstr/supercaliheatmapwidget) \n[![Coverage Status](https://codecov.io/gh/hrbrmstr/supercaliheatmapwidget/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/supercaliheatmapwidget)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/supercaliheatmapwidget)](https://cran.r-project.org/package=supercaliheatmapwidget)\n\n![](man/figures/supercal-01.png)\n\n# supercaliheatmapwidget\n\nSupercalifragilistic HTML Calendar Heatmaps\n\n## Description\n\nThe veritable Mary Poppins of interactive R calendar heatmaps.\n\n## Why?\n\n- Don't really need Vue or React\n- Not interested in a lookalike github calendar thing\n- Wanted to be able to use data frames and make the widget perform the data wrangling for me\n- Wanted to use bare or quoted names for specifyin columns\n- Needed a decent \u0026 free calendar widget for some 2019 projects\n\nNOTE that this is a 3 hour old project as of the public push so it's going to have\ncorners rounded out and some things won't work.\n\n## What's Inside The Tin\n\nThe following functions are implemented:\n\nThe widget itself:\n\n- `supercal`:\tSupercalifragilistic HTML Calendar Heatmaps\n\nStyling helpers:\n\n- `cal_colors`:\tConstruct a legend color object for calendar heatmap parameters\n- `cal_label`:\tConstruct a margin object for calendar heatmap parameters\n- `cal_legend`:\tModify the calendar heatmap legend\n- `cal_margin`:\tConstruct a margin object for calendar heatmap parameters\n- `cal_names`:\tConstruct a tooltip names object for the calender widget\n- `cal_offset`:\tConstruct an offset object for calendar labels\n- `cal_style`:\tAdd CSS styling rules to a calendar heatmap\n- `label_cells`:\tDisplay labels on calendar heatmap cells\n\nShiny stuff:\n\n- `renderSupercaliheatmapwidget`:\tShiny bindings for supercaliheatmapwidget\n- `supercaliheatmapwidget`:-shiny\tShiny bindings for supercaliheatmapwidget\n- `supercaliheatmapwidgetOutput`:\tShiny bindings for supercaliheatmapwidget\n\n## Installation\n\n```{r install-ex, eval=FALSE}\ndevtools::install_git(\"https://git.sr.ht/~hrbrmstr/supercaliheatmapwidget\")\n# or \ndevtools::install_gitlab(\"hrbrmstr/supercaliheatmapwidget\")\n# or\ndevtools::install_github(\"hrbrmstr/supercaliheatmapwidget\")\n```\n\n## Usage\n\nIt's an htmlwidget so please go [here](https://rud.is/dl/supercaliheatmapwidget.html) to take a look.\n\n![](man/figures/supercal-02.png)\n\n## supercaliheatmapwidget Metrics\n\n```{r cloc, echo=FALSE}\ncloc::cloc_pkg_md()\n```\n\n## Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). \nBy participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fsupercaliheatmapwidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fsupercaliheatmapwidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fsupercaliheatmapwidget/lists"}