Skip to content

Commit

Permalink
small fix to remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1764 committed Aug 21, 2024
1 parent b435bad commit 0d3df16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ library(ComBatFamily)
Vignettes are provided for both the ComBat family `comfam` and the CovBat family `covfam`. To install with vignettes, first install the suggested dependencies via

```
devtools::install_github("jcbeer/longCombat")
devtools::install_github("andy1764/CovBat_Harmonization/R")
devtools::install_github("jfortin1/neuroCombat_Rpackage")
remotes::install_github("jcbeer/longCombat")
remotes::install_github("andy1764/CovBat_Harmonization/R")
remotes::install_github("jfortin1/neuroCombat_Rpackage")
```

Then install the ComBatFamily package with vignettes via

```
devtools::install_github("andy1764/ComBatFamily", build_vignettes = TRUE)
remotes::install_github("andy1764/ComBatFamily", build_vignettes = TRUE)
```

Vignettes can then be accessed through
Expand Down

0 comments on commit 0d3df16

Please sign in to comment.