Skip to content

Commit

Permalink
Merge branch 'towards-0.8' of github.com:ropensci/iheatmapr into towa…
Browse files Browse the repository at this point in the history
…rds-0.8
  • Loading branch information
alanocallaghan committed Aug 13, 2024
2 parents ee460dc + 7db508c commit 6b405d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![R-CMD-check](https://github.com/ropensci/iheatmapr/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/ropensci/iheatmapr/actions?query=workflow%3AR-CMD-check)
[![](https://badges.ropensci.org/107_status.svg)](https://github.com/ropensci/onboarding/issues/107)
[![iheatmapr peer review status in ROpenSci](https://badges.ropensci.org/107_status.svg)](https://github.com/ropensci/onboarding/issues/107)
[![JOSS](http://joss.theoj.org/papers/10.21105/joss.00359/status.svg)](http://joss.theoj.org/papers/10.21105/joss.00359)
[![CRAN](https://www.r-pkg.org/badges/version/iheatmapr)](https://cran.r-project.org/package=iheatmapr)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -28,7 +28,7 @@ devtools::install_github("ropensci/iheatmapr")

As an example of a complex heatmap, we can make a version of the famous vaccines plot from the Wall Street Journal that has been recreated in several other heatmap frameworks in R.

![](https://raw.githubusercontent.com/ropensci/iheatmapr/master/vaccine.gif)
![A graphical demo of an iheatmap in the RStudio plot viewer](https://raw.githubusercontent.com/ropensci/iheatmapr/master/vaccine.gif)

The code to create this heatmap is:

Expand Down
15 changes: 10 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
templates:
bootstrap: 5
params:
bootswatch: cerulean

navbar:
left:
- text: Vignette
href: articles/full_vignettes/iheatmapr.html
- text: Reference
href: reference/index.html
components:
intro:
text: Vignette
href: articles/full_vignettes/iheatmapr.html
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]

url: https://docs.ropensci.org/iheatmapr/

0 comments on commit 6b405d3

Please sign in to comment.