diff --git a/vignettes/Installation.Rmd b/vignettes/Installation.Rmd index c745d6a..05e329e 100644 --- a/vignettes/Installation.Rmd +++ b/vignettes/Installation.Rmd @@ -35,7 +35,7 @@ After installing Rust, you can install WebGestaltR by running the following comm ```R # install.packages("devtools") # run if devtools not already installed -devtools::install_github("iblacksand/WebGestaltR") +devtools::install_github("bzhanglab/WebGestaltR") ``` During installation, the Rust compiler will be called to build the computation library used by WebGestaltR. If you run into problems with installation of the new version, please [open a new issue](https://github.com/iblacksand/WebGestaltR/issues/new?assignees=iblacksand&labels=Installation&projects=&template=installation-issue.md&title=).