Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update r-tidyheatmap to 1.11.4 #53487

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading