Skip to content

Commit 8e0bd7b

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 dfe1117 commit 8e0bd7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ If you use ``r pkg``, 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/`r pkg`")
34+
BiocManager::install("RajLabMSSM/`r pkg`")
3535
library(`r pkg`)
3636
```
3737
## Documentation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ If you use `echofinemap`, please cite:
2525
## Installation
2626

2727
``` r
28-
if(!require("remotes")) install.packages("remotes")
28+
if(!require("BiocManager")) install.packages("BiocManager")
2929

30-
remotes::install_github("RajLabMSSM/echofinemap")
30+
BiocManager::install("RajLabMSSM/echofinemap")
3131
library(echofinemap)
3232
```
3333

0 commit comments

Comments
 (0)