Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrbrmstr/supercaliheatmapwidget
📅 Supercalifragilistic HTML Calendar Heatmaps
https://github.com/hrbrmstr/supercaliheatmapwidget
calendar-heatmap htmlwidget r rstats
Last synced: 27 days ago
JSON representation
📅 Supercalifragilistic HTML Calendar Heatmaps
- Host: GitHub
- URL: https://github.com/hrbrmstr/supercaliheatmapwidget
- Owner: hrbrmstr
- License: other
- Created: 2019-02-02T00:05:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T11:53:34.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T03:05:11.634Z (3 months ago)
- Topics: calendar-heatmap, htmlwidget, r, rstats
- Language: JavaScript
- Homepage: https://rud.is/dl/supercaliheatmapwidget.html
- Size: 511 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - supercaliheatmapwidget - Supercalifragilistic HTML calendar heatmaps. (Visualization / Heatmap)
- jimsghstars - hrbrmstr/supercaliheatmapwidget - 📅 Supercalifragilistic HTML Calendar Heatmaps (JavaScript)
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: inline
---
```{r pkg-knitr-opts, include=FALSE}
knitr::opts_chunk$set(collapse=TRUE, fig.retina=2, message=FALSE, warning=FALSE)
options(width=120)
```[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/supercaliheatmapwidget.svg?branch=master)](https://travis-ci.org/hrbrmstr/supercaliheatmapwidget)
[![Coverage Status](https://codecov.io/gh/hrbrmstr/supercaliheatmapwidget/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/supercaliheatmapwidget)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/supercaliheatmapwidget)](https://cran.r-project.org/package=supercaliheatmapwidget)![](man/figures/supercal-01.png)
# supercaliheatmapwidget
Supercalifragilistic HTML Calendar Heatmaps
## Description
The veritable Mary Poppins of interactive R calendar heatmaps.
## Why?
- Don't really need Vue or React
- Not interested in a lookalike github calendar thing
- Wanted to be able to use data frames and make the widget perform the data wrangling for me
- Wanted to use bare or quoted names for specifyin columns
- Needed a decent & free calendar widget for some 2019 projectsNOTE that this is a 3 hour old project as of the public push so it's going to have
corners rounded out and some things won't work.## What's Inside The Tin
The following functions are implemented:
The widget itself:
- `supercal`: Supercalifragilistic HTML Calendar Heatmaps
Styling helpers:
- `cal_colors`: Construct a legend color object for calendar heatmap parameters
- `cal_label`: Construct a margin object for calendar heatmap parameters
- `cal_legend`: Modify the calendar heatmap legend
- `cal_margin`: Construct a margin object for calendar heatmap parameters
- `cal_names`: Construct a tooltip names object for the calender widget
- `cal_offset`: Construct an offset object for calendar labels
- `cal_style`: Add CSS styling rules to a calendar heatmap
- `label_cells`: Display labels on calendar heatmap cellsShiny stuff:
- `renderSupercaliheatmapwidget`: Shiny bindings for supercaliheatmapwidget
- `supercaliheatmapwidget`:-shiny Shiny bindings for supercaliheatmapwidget
- `supercaliheatmapwidgetOutput`: Shiny bindings for supercaliheatmapwidget## Installation
```{r install-ex, eval=FALSE}
devtools::install_git("https://git.sr.ht/~hrbrmstr/supercaliheatmapwidget")
# or
devtools::install_gitlab("hrbrmstr/supercaliheatmapwidget")
# or
devtools::install_github("hrbrmstr/supercaliheatmapwidget")
```## Usage
It's an htmlwidget so please go [here](https://rud.is/dl/supercaliheatmapwidget.html) to take a look.
![](man/figures/supercal-02.png)
## supercaliheatmapwidget Metrics
```{r cloc, echo=FALSE}
cloc::cloc_pkg_md()
```## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
By participating in this project you agree to abide by its terms.