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
"libxml2-dev:XML data processing:Enables xml2 and gt packages for enhanced tables and data import"
375
+
"libxml2-dev:XML data processing:Enables xml2 package for XML/HTML parsing and web scraping (gt tables should work without this - install only if you have issueus with GT tables display in the app"
376
376
"libcairo2-dev:High-quality graphics:Enables Cairo package for publication-quality plot rendering"
377
377
"libfontconfig1-dev:Advanced font support:Better text rendering and font selection in plots"
378
378
"libharfbuzz-dev:Complex text layout:Support for advanced typography and text shaping"
@@ -932,10 +932,11 @@ R_SCRIPT_EOF
932
932
fi
933
933
934
934
# Execute R package installation
935
-
R --no-restore --no-save < install_r_packages.R &
936
-
show_progress "Installing complete R package environment"
937
-
938
-
local r_exit_code=$?
935
+
print_step "Installing R packages with detailed progress..."
0 commit comments