Skip to content

Fix VM setup issues: WebGestaltR/cargo, ggridges - #38

Merged
hosseinvk merged 1 commit into
mainfrom
hosseinvk/vm-setup-fixes
Aug 10, 2026
Merged

Fix VM setup issues: WebGestaltR/cargo, ggridges#38
hosseinvk merged 1 commit into
mainfrom
hosseinvk/vm-setup-fixes

Conversation

@hosseinvk

Copy link
Copy Markdown
Collaborator

Summary

Addresses three issues found while colleagues set up workshop VMs:

  • ggridges missing: added to the CRAN package list in 01-02-setup.Rmd; required by enrichplot::ridgeplot(), wasn't listed and had to be added manually on the VMs.
  • WebGestaltR/cargo: added a note in 01-02-setup.Rmd explaining it compiles Rust source during install and needs a working cargo toolchain, pointing at rustup as the fix.
  • STRINGdb empty result: not a bug (confirmed by colleague) - added a clarifying note in 08-2-stringdb.Rmd explaining that an empty data frame from get_interactions(crabp2, sema3a) is expected, since STRING has no direct interaction annotated between these two genes.

Test plan

  • Full bookdown::render_book() completes cleanly.
  • CI bookdown-render job to be confirmed green before merge.

Adds ggridges to the CRAN package list in the setup page (required
by enrichplot::ridgeplot(), was missing and had to be added manually
on the workshop VMs). Also adds a note explaining that WebGestaltR
compiles Rust source during installation and needs a working cargo
toolchain, pointing at rustup as the fix when an older
distro-packaged cargo fails.

Also clarifies in the STRINGdb chapter that an empty data frame from
get_interactions(crabp2, sema3a) is expected, not a bug: STRING has
no direct interaction annotated between these two genes.
@hosseinvk
hosseinvk merged commit 81f8928 into main Aug 10, 2026
1 of 2 checks passed
@hosseinvk
hosseinvk deleted the hosseinvk/vm-setup-fixes branch August 10, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant