Skip to content

Commit 88ad314

Browse files
Update README.md
1 parent c8dfb09 commit 88ad314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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).

0 commit comments

Comments
 (0)