Skip to content

Commit ccfc488

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 fa6432b commit ccfc488

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
@@ -29,9 +29,9 @@ If you use `echoannot`, please cite:
2929
## Installation
3030

3131
``` r
32-
if(!require("remotes")) install.packages("remotes")
32+
if(!require("BiocManager")) install.packages("BiocManager")
3333

34-
remotes::install_github("RajLabMSSM/echoannot")
34+
BiocManager::install("RajLabMSSM/echoannot")
3535
library(echoannot)
3636
```
3737

0 commit comments

Comments
 (0)