BioLockJ-Dev-Team / sheepdog_testing_suite

Test suite for BioLockJ development team.
3 stars 8 forks source link

r_module docker container doesn't have ggpubr - install fails - silently #254

Open IvoryC opened 4 years ago

IvoryC commented 4 years ago

I think adding the library() command after installing a package caused it to actually install. Maybe something to do with lazy loading?

ggpubr fails to install because:

ERROR: dependency ‘car’ is not available for package ‘rstatix’
* removing ‘/usr/local/lib/R/site-library/rstatix’
ERROR: dependency ‘rstatix’ is not available for package ‘ggpubr’
* removing ‘/usr/local/lib/R/site-library/ggpubr’

Without library(), this failure has been silent. : ( This causes at least the MDS plot R module to fail; probably others too.