Skip to content

Commit

Permalink
Update r-tidyheatmap to 1.11.4 (#53487)
Browse files Browse the repository at this point in the history
* Update r-tidyheatmap to 1.11.4

* add run_exports

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
BiocondaBot and mencian authored Jan 27, 2025
1 parent df2271a commit 94e6a44
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions recipes/r-tidyheatmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '1.8.1' %}
{% set version = '1.11.4' %}

package:
name: r-tidyheatmap
Expand All @@ -8,14 +8,16 @@ source:
url:
- {{ cran_mirror }}/src/contrib/tidyHeatmap_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/tidyHeatmap/tidyHeatmap_{{ version }}.tar.gz
sha256: 9544d397b4a2c2666d703bbb6c7d49847ed20f447d1be1edc7c0e83a2ebaf7a5
sha256: dfc85dfdd392e8d534dd38843d8816de14cd91281d3dd1df99456dfe7c18018a

build:
number: 3
number: 0
noarch: generic
rpaths:
- lib/R/lib/
- lib/
run_exports:
- {{ pin_subpackage('r-tidyheatmap', max_pin="x") }}

requirements:
host:
Expand Down Expand Up @@ -54,8 +56,10 @@ test:
- $R -e "library('tidyHeatmap')"

about:
home: https://www.r-project.org, https://github.com/stemangiola/tidyHeatmap
license: GPL-3.0-only
home: "https://github.com/stemangiola/tidyHeatmap"
dev_url: "https://github.com/stemangiola/tidyHeatmap"
doc_url: "https://stemangiola.github.io/tidyHeatmap/articles/introduction.html"
license: "GPL-3.0-only"
summary: 'This is a tidy implementation for heatmap. At the moment it is based on the (great)
package ''ComplexHeatmap''. The goal of this package is to interface a tidy data
frame with this powerful tool. Some of the advantages are: Row and/or columns colour
Expand Down

0 comments on commit 94e6a44

Please sign in to comment.