CyrilLagger / scDiffCom

Difference in Intercellular Communication from scRNA-seq data
https://cyrillagger.github.io/scDiffCom
Other
21 stars 1 forks source link

could not find function "BuildShiny" #10

Closed lef2158 closed 10 months ago

lef2158 commented 11 months ago

All of the required libraries are loaded but R cannot find the function "BuildShiny"

CyrilLagger commented 11 months ago

Hi,

Maybe this is because you are using the CRAN version of scDiffCom? Currently, "BuildShiny" is only available from the development version of scDiffCom that can be installed as follows:

devtools::install_github("CyrilLagger/scDiffCom")

If that does not fix the problem, can you please send me your sessionInfo()?