You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of the function performance::check_model() produces a blank screen (plot) instead of the desired plot. The function creates 6 ggplot-objects, which are then composed using the patchwork package.
The single plots (ggplots) can be obtained by setting panel = FALSE. Each single plot is correctly plotted in Positron, however, patchwork::wrap_plots() produces a blank plot:
System details:
Positron and OS details:
Positron Version: 2024.09.0 (system setup) build 1
Code - OSS Version: 1.92.0
Commit: f37f4f5
Date: 2024-09-03T02:35:34.573Z
Electron: 30.1.2
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
Interpreter details:
R 4.4.1
Describe the issue:
The output of the function
performance::check_model()
produces a blank screen (plot) instead of the desired plot. The function creates 6 ggplot-objects, which are then composed using the patchwork package.Steps to reproduce the issue:
The single plots (ggplots) can be obtained by setting
panel = FALSE
. Each single plot is correctly plotted in Positron, however,patchwork::wrap_plots()
produces a blank plot:Expected or desired behavior:
Screenshot VSCode
Screenshot RStudio
Were there any error messages in the UI, Output panel, or Developer Tools console?
I couldn't find anything conspicuous in the logs, maybe you can point me to where I find the relevant information for you.
The text was updated successfully, but these errors were encountered: