junjunlab / scRNAtoolVis

Useful functions to make your scRNA-seq plot more cool!
Other
258 stars 27 forks source link

Error Using averageHeatmap with Example Data and code in scRNAtoolVis Package #50

Open Ben-Hu888 opened 1 month ago

Ben-Hu888 commented 1 month ago

Hello,

I'm experiencing an issue while using the scRNAtoolVis package version 0.1.0 with the provided example data and code. When I try to run the averageHeatmap function, I encounter the following error:

Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version): invalid non-character version specification 'x' (type: double)

微信截图_20240726185034

Environment: R version: R 4.4.0

Could you please help me understand what might be causing this error and how to resolve it? Any guidance or updates to the package would be greatly appreciated.

Thank you!

junjunlab commented 1 month ago

It works in my computer with R 4.3.2:

1722071163819

Try re-install scRNAtoolVis or change another R version?

Ben-Hu888 commented 1 month ago

@junjunlab Thank you for your response. I have tried reinstalling scRNAtoolVis and resolved the issue.