Skip to content

Commit 1356e00

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 f18a4a6 commit 1356e00

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
@@ -22,9 +22,9 @@ If you use ``r pkg``, please cite:
2222
## Installation
2323

2424
```R
25-
if(!require("remotes")) install.packages("remotes")
25+
if(!require("BiocManager")) install.packages("BiocManager")
2626

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ If you use `devoptera`, please cite:
3030
## Installation
3131

3232
``` r
33-
if(!require("remotes")) install.packages("remotes")
33+
if(!require("BiocManager")) install.packages("BiocManager")
3434

35-
remotes::install_github("RajLabMSSM/devoptera")
35+
BiocManager::install("RajLabMSSM/devoptera")
3636
library(devoptera)
3737
```
3838

0 commit comments

Comments
 (0)