Skip to content

Commit 86d5d19

Browse files
2 parents 74bbd13 + 88ad314 commit 86d5d19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ To install the SPEEDI R package locally, you can use `devtools` and `BiocManager
2525
```
2626
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
2727
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
28-
devtools::install_github('FunctionLab/SPEEDI', auth_token = "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", repos = BiocManager::repositories())
28+
devtools::install_github('FunctionLab/SPEEDI', repos = BiocManager::repositories())
2929
```
3030

3131
All R-related dependencies should be installed automatically. Note that [RTools](https://cran.r-project.org/bin/windows/Rtools/) is required to install the SPEEDI R package in Windows. To learn how to use the SPEEDI R package, please view the [SPEEDI vignette](https://speedi.princeton.edu/vignette).
3232

3333
## Citing SPEEDI
3434

35-
The SPEEDI manuscript is currently in preparation.
35+
The SPEEDI manuscript is currently under review.
3636

3737
## Need Help?
3838

0 commit comments

Comments
 (0)