Skip to content

Commit 11da90a

Browse files
bschilderclaude
andcommitted
Use BiocManager::install() instead of remotes::install_github() in README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6fc2ce9 commit 11da90a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ If you use ``r pkg``, please cite:
2323
## Installation
2424

2525
```R
26-
if(!require("remotes")) install.packages("remotes")
26+
if(!require("BiocManager")) install.packages("BiocManager")
2727

28-
remotes::install_github("RajLabMSSM/`r pkg`")
28+
BiocManager::install("RajLabMSSM/`r pkg`")
2929
library(`r pkg`)
3030
```
3131
## Documentation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ If you use `echogithub`, please cite:
3333
## Installation
3434

3535
``` r
36-
if(!require("remotes")) install.packages("remotes")
36+
if(!require("BiocManager")) install.packages("BiocManager")
3737

38-
remotes::install_github("RajLabMSSM/echogithub")
38+
BiocManager::install("RajLabMSSM/echogithub")
3939
library(echogithub)
4040
```
4141

0 commit comments

Comments
 (0)