BioLockJ-Dev-Team / sheepdog_testing_suite

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

R error messages need sep lines #327

Open IvoryC opened 2 years ago

IvoryC commented 2 years ago

An R module failed with this message in the log:

Error in importLibs(c("properties", "stringr", "ggpubr")) :
  Missing R library, please run install.packages("properties") from within RMissing R library, please run install.packages("stringr") from within RMissing R library, please run install.packages("ggpubr") from within R

Notice the term: RMissing Thats where I period and a new-line should be inserted.