ggPMX icon indicating copy to clipboard operation
ggPMX copied to clipboard

Controller not printing properly in console

Open tmss1 opened this issue 3 years ago • 4 comments
trafficstars

Describe the bug The controller is HTML code instead of formatted output:

image

tmss1 avatar Nov 11 '22 15:11 tmss1

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

tynsci avatar Jan 02 '23 10:01 tynsci

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: image

tmss1 avatar Jan 13 '23 11:01 tmss1

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.

baltcir1 avatar Feb 07 '23 16:02 baltcir1

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): image

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

tmss1 avatar Feb 08 '23 10:02 tmss1