From f6fd277851c60b5f66c91859c770752fa23f11ec Mon Sep 17 00:00:00 2001 From: AlbanSagouis Date: Fri, 29 May 2026 17:04:19 +0200 Subject: [PATCH] docs(README): use pak::pkg_install instead of remotes::install_github --- README.md | 2 +- README.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4884d36..f2623cc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ instructions in the README to run it on your computer. install.packages("mobsim") # Or the development version from GitHub: -remotes::install_github("MoBiodiv/mobsim", build_vignettes = TRUE) +pak::pkg_install("MoBiodiv/mobsim") ``` Please report bug reports on diff --git a/README.qmd b/README.qmd index 9a91dc3..87d3fee 100644 --- a/README.qmd +++ b/README.qmd @@ -46,7 +46,7 @@ in the README to run it on your computer. install.packages("mobsim") # Or the development version from GitHub: -remotes::install_github("MoBiodiv/mobsim", build_vignettes = TRUE) +pak::pkg_install("MoBiodiv/mobsim") ``` Please report bug reports on [github](https://github.com/MoBiodiv/mobsim/issues).