PennLINC / ModelArray

ModelArray: an R package for statistical analysis of fixel-wise data and beyond
https://pennlinc.github.io/ModelArray
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

[FIX] messages for double checking may not be easily visible in vscode and linux terminal, if running docker/singularity image of ModelArray #47

Open zhao-cy opened 2 years ago

zhao-cy commented 2 years ago

If using the docker (singularity) image of ModelArray, when running ModelArray in R in this docker (singularity) image, there are some messages cannot (or not easy to) be seen in vscode or linux ubuntu terminal. Those invisible messages are only for information on the input formula and arguments (for user to double check), and warning or error messages won't be affected. @zhao-cy used R package crayon to print these (invisible) messages just because it has nice, not alerting gray color in R studio, and did not realize other terminals are not flexible to display the color.

To fix it, need to some spend time and make sure all the supported lm and gam conditions have the correct print out.

For details and examples, see slack channel fixel_analysis, 2022.3.23.

On the roadmap now.