smorabit / hdWGCNA

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

update installation documentation #240

Closed jowodo closed 1 month ago

jowodo commented 1 month ago

Is your feature request related to a problem? Please describe. installation with devtools::install_github('smorabit/hdWGCNA', ref='dev') will always install the latest version.

Describe the solution you'd like In README.md replace

devtools::install_github('smorabit/hdWGCNA', ref='dev')

with

devtools::install_github('smorabit/hdWGCNA', ref='v0.3.00')

Additional context

159

smorabit commented 1 month ago

In the readme we intentionally provide instructions on how to install the latest version of the package not just one specific version.