From e4ff5c22a16f9fc96daa2d80fd633f5d9e38ae43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 7 Jan 2025 15:04:54 +0100 Subject: [PATCH] Use pak instead of devtools --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eea024..df3b008 100644 --- a/README.md +++ b/README.md @@ -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: