Skip to content

Commit ef96703

Browse files
committed
Update package version to 1.13.1 and add 'color' to global variables in classes.R
1 parent e075db2 commit ef96703

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tidyHeatmap
33
Title: A Tidy Implementation of Heatmap
4-
Version: 1.13.0
4+
Version: 1.13.1
55
Authors@R:
66
c(person(given = "Stefano",
77
family = "Mangiola",

R/classes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Specify undefined global variables for R CMD check
2-
utils::globalVariables(c("shape", "size", "text", ":="))
2+
utils::globalVariables(c("shape", "size", "text", "color", ":="))
33

44
# InputHeatmap class definition
55
InputHeatmap <- setClass(

0 commit comments

Comments
 (0)