From 517f3e2218c7faa7910c0f055c54c751604ec8a6 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Thu, 9 Oct 2025 17:14:34 -0500 Subject: [PATCH] Use pak --- README.Rmd | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index f0bb43d..a73a622 100644 --- a/README.Rmd +++ b/README.Rmd @@ -31,8 +31,8 @@ hrmn provides a declarative, schema-first framework for defining a target data s You can install the development version of hrmn from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("jonthegeek/hrmn") +# install.packages("pak") +pak::pak("jonthegeek/hrmn") ``` ## Usage diff --git a/README.md b/README.md index 3c94086..5ec1a20 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ You can install the development version of hrmn from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("jonthegeek/hrmn") +# install.packages("pak") +pak::pak("jonthegeek/hrmn") ``` ## Usage