Complex Heatmap/InteractiveComplexHeatmap Error fontawesome 5.13.0
2
0
Entering edit mode
2.6 years ago
Kristy • 0

Does anyone know how to resolve the error message "couldn't normalize path in 'addResourcePath' with arguments 'prefix' = 'fontawesome-5.13.0'; directoryPath '=" when trying to deploy the app in InteractiveComplexHeatmap? Before I was able to get everything to render using ht_shiny(list_hm) in ComplexHeatmap, but it stopped recognizing the function ht_shiny. Then I installed InteractiveComplexHeatmap and I get the error below.

ComplexHeatmap fontawesome InteractiveComplexHeatmap • 1.9k views
ADD COMMENT
1
Entering edit mode
2.6 years ago
Zuguang Gu ▴ 220

It is because, from shiny 1.7.0, fontawesome.js has been moved to an independent R package. I have fixed this problem on both github and bioc devel branch.

ADD COMMENT
0
Entering edit mode
2.6 years ago

Hi. I was having the same issue after getting the latest shiny version (1.7.0). Once I downgraded back to shiny 1.6.0, the issue was solved. The following code did the trick:

# loading devtools library
library(devtools)

# downgrading shiny version
install_version("shiny", version = "1.6.0", repos = "http://cran.us.r-project.org")

Cheers.

ADD COMMENT

Login before adding your answer.

Traffic: 2609 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6