During WGRDBES-EST 2024 it was noticed that it would be better to have the outputs of RDBESvisualise not in scientific notation.
Usually one uses the command options(scipen=i), with i being a large integer (e.g. 1k), to avoid scientific notation. However, by modifying the user global options, this method may conflict with the requirements of packages repositories like CRAN.
Therefore, how to avoid scientific notation while meeting guidelines is an issue we need to solve.
May a potential solution be to add a dichotomous parameter (sciNotation?) so that is the user to select the notation? Tbd