Describe the bug
When installing Pmetrics for the first time, the defaults options were not written properly which prevented the report to be created after a run (or after PM_load()$report() )
We managed to fix it by calling setPMoptions() and saving plot options to plotly
This happened on 2 differents Windows computer with 2 differents version of R
It didn't seems to happen when installing on a MacOS
Version information
- OS: [e.g. MacOS, Windows, Linux]
- R: 4.3.1 and 4.52
- Pmetrics : 3.0.9
Describe the bug
When installing Pmetrics for the first time, the defaults options were not written properly which prevented the report to be created after a run (or after
PM_load()$report())We managed to fix it by calling
setPMoptions()and saving plot options to plotlyThis happened on 2 differents Windows computer with 2 differents version of R
It didn't seems to happen when installing on a MacOS
Version information