diff --git a/README.Rmd b/README.Rmd index be6fabe..0fee7e2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -21,11 +21,13 @@ Support for the development of refsplitr was provided by grants from the [Univer ## Installation -You can install the development version from [GitHub](https://github.com/) with: +You can install the development version from [GitHub](https://github.com/) with [`pak`](https://pak.r-lib.org/index.html): ``` r -# install.packages("devtools") -devtools::install_github("ropensci/refsplitr") +# install.packages("pak") +# library(pak) +pak::pkg_download("https://github.com/ropensci/refsplitr") + ``` @@ -84,7 +86,7 @@ The Refsplitr package has been described in an article in the [_Journal of Open ### Citation: Refsplitr Package -Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens, and Emilio M. Bruna (2025). refsplitr: author name disambiguation, author georeferencing, and mapping of coauthorship networks with Web of Science data. R package version 1.2.0. +Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens, and Emilio M. Bruna (2026). refsplitr: author name disambiguation, author georeferencing, and mapping of coauthorship networks with Web of Science data. R package version 1.2.2. @Manual{refsplitr2025, title = {refsplitr: author name disambiguation, author georeferencing, diff --git a/README.html b/README.html index 5cd20b0..50b2687 100644 --- a/README.html +++ b/README.html @@ -385,9 +385,11 @@

refsplitr Informatics Institute.

Installation

-

You can install the development version from GitHub with:

-
# install.packages("devtools")
-devtools::install_github("ropensci/refsplitr")
+

You can install the development version from GitHub with pak:

+
# install.packages("pak")
+# library(pak)
+pak::pkg_download("https://github.com/ropensci/refsplitr")
+

Workflow

@@ -463,9 +465,9 @@

Citation

Citation: Refsplitr Package

Fournier, Auriel M.V., Matthew E. Boone, Forrest R. Stevens, and -Emilio M. Bruna (2025). refsplitr: author name disambiguation, author +Emilio M. Bruna (2026). refsplitr: author name disambiguation, author georeferencing, and mapping of coauthorship networks with Web of Science -data. R package version 1.2.0. https://github.com/ropensci/refsplitr

+data. R package version 1.2.2. https://github.com/ropensci/refsplitr

@Manual{refsplitr2025,
 title = {refsplitr: author name disambiguation, author georeferencing, 
 and mapping of coauthorship networks with Web of Science data.},
diff --git a/README.md b/README.md
index 6c44b83..a5e65cd 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,13 @@ Support for the development of refsplitr was provided by grants from the [Univer
 
 ## Installation
 
-You can install the development version from [GitHub](https://github.com/) with:
+You can install the development version from [GitHub](https://github.com/) with [`pak`](https://pak.r-lib.org/index.html):
 
 ``` r
-# install.packages("devtools")
-devtools::install_github("ropensci/refsplitr")
+# install.packages("pak")
+# library(pak)
+pak::pkg_download("https://github.com/ropensci/refsplitr")
+
 ```
 
 ## Workflow