From 0f9271dee2f9b067871891193f82bcca0bf4689d Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 17 Mar 2023 16:00:27 +0100 Subject: [PATCH] use pak only for dev version --- README.md | 3 --- vignettes/articles/_about.Rmd | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index e40718a..aeed267 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,6 @@ The development version can be install from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("cderv/pandoc") - # install.packages("pak") pak::pak("cderv/pandoc") ``` diff --git a/vignettes/articles/_about.Rmd b/vignettes/articles/_about.Rmd index f0a48e2..6fe39f0 100644 --- a/vignettes/articles/_about.Rmd +++ b/vignettes/articles/_about.Rmd @@ -21,9 +21,6 @@ install.packages("pandoc") The development version can be install from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("cderv/pandoc") - # install.packages("pak") pak::pak("cderv/pandoc") ```