Entering edit mode
How to install the package from GitHub to R Studio for Bioconductor image. I am using the command install_github("abc/xyz") but it is not working.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Not working
is not an adequate error message. What is 'not working'? Add some error message.Also BiocManager has the ability to install packages from github.
BiocManager::install("abc/xyz")
but as mentioned previous -- please show your command and all output so we may better assist you