Describe the bug
The template path cannot be changed using the PMoptions
which can create the following error during compilation without any possibility to modify it:
ℹ Compiling model...
Error in `self$compile()`:
✖ Template path C:\Users\rommt\AppData\Local\Temp\exa_tmp/template does not exist or is not writable.
ℹ Please set the template path with `setPMoptions()` (choose Compile Options), to an existing, writable folder.
Screenshots
In PMoption.R
- line 482 : model_template_path is commented too
- line 502 to 509 are commented (below)
# # Reset model template path to default
# shiny::observeEvent(input$reset_model_template, {
# shiny::updateTextAreaInput(
# session,
# inputId = "model_template_path",
# value = system.file(package = "Pmetrics")
# )
# })
Version information
Describe the bug
The template path cannot be changed using the PMoptions
which can create the following error during compilation without any possibility to modify it:
Screenshots
In
PMoption.RVersion information