Skip to content

Commit b6bfb3d

Browse files
committed
Enhanced info on R packadge life-time installation
1 parent 3ba2946 commit b6bfb3d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

install_vivid_volcano.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ install_system_dependencies() {
372372
echo
373373

374374
local optional_deps=(
375-
"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"
376376
"libcairo2-dev:High-quality graphics:Enables Cairo package for publication-quality plot rendering"
377377
"libfontconfig1-dev:Advanced font support:Better text rendering and font selection in plots"
378378
"libharfbuzz-dev:Complex text layout:Support for advanced typography and text shaping"
@@ -932,10 +932,11 @@ R_SCRIPT_EOF
932932
fi
933933

934934
# 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..."
936+
echo
937+
R --no-restore --no-save < install_r_packages.R
938+
939+
local r_exit_code=$?
939940

940941
# Cleanup
941942
rm -f install_r_packages.R

0 commit comments

Comments
 (0)