smorabit / hdWGCNA

High dimensional weighted gene co-expression network analysis
https://smorabit.github.io/hdWGCNA/
Other
315 stars 31 forks source link

Formally add dependencies #220

Closed bbimber closed 2 months ago

bbimber commented 2 months ago

@smorabit: you would consider this PR to more explicitly add your dependencies? devtools::install_github should more automatically install your dependencies, without people needing to manually run install.packages() themselves.

smorabit commented 2 months ago

I will think about adding this in a future update

bbimber commented 2 months ago

@smorabit, ok, that's fine. if the instructions for your package explicitly say "you also need to install X, Y, and Z", there is very little reason not to just list those as dependencies so R will automatically handle it.