File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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`" )
2828library(`r pkg` )
2929```
3030## Documentation
Original file line number Diff line number Diff 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" )
3636library(devoptera )
3737```
3838
You can’t perform that action at this time.
0 commit comments