10 FAQ
10.1 Error unable to load package after installation.
This error is generally related to the ComplexHeatmap dependency, used by heatmap functions in CopyKit and it has been reported in MacOS devices. The following are instructions to install Cairo.
You might need to install the following:
Xquartz - https://www.xquartz.org/
In R: install.packages("Cairo", dependencies=TRUE)
For additional information check this github thread