Skip to content

Commit

Permalink
Merge pull request #180 from maelle/patch-1
Browse files Browse the repository at this point in the history
Use pak instead of devtools
  • Loading branch information
RayStick authored Jan 7, 2025
2 parents fc575fc + e4ff5c2 commit 13fb56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Secondly, it helps the researcher address the question *Which variables map onto
Run in the R console:

``` r
install.packages("devtools")
devtools::install_github("aim-rsf/mapmetadata")
install.packages("pak")
pak::pak("aim-rsf/mapmetadata")
```

Load the library:
Expand Down

0 comments on commit 13fb56e

Please sign in to comment.