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 @@ -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`" )
3535library(`r pkg` )
3636```
3737## Documentation
Original file line number Diff line number Diff 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" )
3131library(echofinemap )
3232```
3333
You can’t perform that action at this time.
0 commit comments