wejlab / curatedTBExplorer

This is the repository for the curatedTBExplorer shiny interface to view and analyze the curatedTBData
Other
1 stars 0 forks source link

R Studio Fails Github Install #1

Closed Alevarias closed 5 months ago

Alevarias commented 6 months ago

The RStudio function: devtools::install_github("wejlab/curatedTBExplorer") won't install our package

Alevarias commented 5 months ago

Should be fixed. There were a couple of package imports that failed due to incompatible R version. You need to install those packages through BiocManager::install() before trying to install the curatedTBExplorer package. I added these packages to the readMe.