Coolgenome / iTALK

58 stars 22 forks source link

Cannot install the package #5

Open DirtyHarry80 opened 5 years ago

DirtyHarry80 commented 5 years ago

An error message appears after attempting to download the package from Github:

* moving datasets to lazyload DB byte-compile and prepare package for lazy loading Warning: replacing previous import ‘MAST::filter’ by ‘dplyr::filter’ when loading ‘iTALK’ Warning: replacing previous import ‘MAST::combine’ by ‘dplyr::combine’ when loading ‘iTALK’ Warning: replacing previous import ‘dplyr::union’ by ‘igraph::union’ when loading ‘iTALK’ Warning: replacing previous import ‘dplyr::as_data_frame’ by ‘igraph::as_data_frame’ when loading ‘iTALK’ Warning: replacing previous import ‘circlize::degree’ by ‘igraph::degree’ when loading ‘iTALK’ Warning: replacing previous import ‘dplyr::groups’ by ‘igraph::groups’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::%s%’ by ‘network::%s%’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::add.edges’ by ‘network::add.edges’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::get.edge.attribute’ by ‘network::get.edge.attribute’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::add.vertices’ by ‘network::add.vertices’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::%c%’ by ‘network::%c%’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::list.vertex.attributes’ by ‘network::list.vertex.attributes’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::set.edge.attribute’ by ‘network::set.edge.attribute’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::is.directed’ by ‘network::is.directed’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::set.vertex.attribute’ by ‘network::set.vertex.attribute’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::get.vertex.attribute’ by ‘network::get.vertex.attribute’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::delete.edges’ by ‘network::delete.edges’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::is.bipartite’ by ‘network::is.bipartite’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::get.edges’ by ‘network::get.edges’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::list.edge.attributes’ by ‘network::list.edge.attributes’ when loading ‘iTALK’ Warning: replacing previous import ‘igraph::delete.vertices’ by ‘network::delete.vertices’ when loading ‘iTALK’ Error: .onLoad failed in loadNamespace() for 'Cairo', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable to load shared object '/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Cairo/libs/Cairo.so': dlopen(/Library/Frameworks/R.framework/Versions/3.6/Resources/library/Cairo/libs/Cairo.so, 6): Library not loaded: /opt/X11/lib/libfreetype.6.dylib Referenced from: /Library/Frameworks/R.framework/Versions/3.6/Resources/library/Cairo/libs/Cairo.so Reason: image not found Execution halted ERROR: lazy loading failed for package ‘iTALK’

ywang65 commented 5 years ago

Hi,

This may result from the 'Cairo' in your local environment. You can check this webpage for more info.