ggPMX
ggPMX copied to clipboard
Controller not printing properly in console
Describe the bug The controller is HTML code instead of formatted output:

thanks for reporting @tmss1
- it has not been possible to reproduce the controller printing formatting problem
- would it be possible to provide code (and data if necessary (privately))?
- any information regarding operating system and ggPMX version would also be useful
Thanks @tynsci,
The operating system and ggPMX version:
- R version 4.1.0 (2021-05-18)
- Platform: x86_64-pc-linux-gnu (64-bit)
- Running under: Red Hat Enterprise Linux
- ggPMX version: ggPMX_1.2.8
It's just right after the setup of the controller in the console, so there is not much code to show:

This behavior in R happens sometimes when using kable. I have observed it also when printing tables and I don't think it's something related to ggPMX. It can be solved by restarting the R session.
Thanks @baltcir1,
I have tried different things including restarting R sessions, etc. but the issue persists. It even occurs when I render it as Rmd (by nature a clean session):

So I am not sure why and how to resolve it.