File tree Expand file tree Collapse file tree 2 files changed +31
-4
lines changed
Expand file tree Collapse file tree 2 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,20 @@ API](https://www.mapineq.org/data-users/) and
2424
2525## Installation
2626
27- You can install the development version of ` {mapineqr} ` from
28- [ GitHub] ( https://github.com/ ) with:
27+ <!-- Install from CRAN:
28+ ```r
29+ install.packages('mapineqr')
30+ ``` -->
31+
32+ Install latest release from ** R-multiverse** :
33+
34+ ``` r
35+ install.packages(' mapineqr' ,
36+ repos = c(' https://e-kotov.r-universe.dev' , ' https://cloud.r-project.org' )
37+ )
38+ ```
39+
40+ You can also install the development version of ` mapineqr ` from GitHub:
2941
3042``` r
3143if (! require(" pak" )) install.packages(" pak" )
Original file line number Diff line number Diff line change @@ -24,9 +24,24 @@ The goal of `{mapineqr}` is to access the data from the [Mapineq.org API](https:
2424
2525## Installation
2626
27- You can install the development version of ` {mapineqr} ` from [ GitHub] ( https://github.com/e-kotov/mapineqr ) with:
2827
29- ``` r
28+ <!-- Install from CRAN:
29+
30+ ```r
31+ install.packages('mapineqr')
32+ ``` -->
33+
34+ Install latest release from ** R-multiverse** :
35+
36+ ``` r
37+ install.packages(' mapineqr' ,
38+ repos = c(' https://e-kotov.r-universe.dev' , ' https://cloud.r-project.org' )
39+ )
40+ ```
41+
42+ You can also install the development version of ` mapineqr ` from GitHub:
43+
44+ ``` r
3045if (! require(" pak" )) install.packages(" pak" )
3146pak :: pak(" e-kotov/mapineqr" )
3247```
You can’t perform that action at this time.
0 commit comments