Skip to content

Commit 662e973

Browse files
committed
update install methods in readme
1 parent 291cba6 commit 662e973

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
&#10;```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
3143
if (!require("pak")) install.packages("pak")

README.qmd

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3045
if (!require("pak")) install.packages("pak")
3146
pak::pak("e-kotov/mapineqr")
3247
```

0 commit comments

Comments
 (0)