diff --git a/README.Rmd b/README.Rmd index f0a6fbb..1c5330b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -44,18 +44,21 @@ functional data or density-valued data. ## Installation -You can install the latest stable version of -[**flipr**](https://permaverse.github.io/flipr/) on CRAN with: +You can install the package from [CRAN](https://CRAN.R-project.org) with: + ``` r install.packages("flipr") ``` -Or you can install the development version from [GitHub](https://github.com/) with: +Alternatively, You can install the development version of +[**flipr**](https://permaverse.github.io/flipr/) from +[GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("permaverse/flipr") +# install.packages("pak") +pak::pak("permaverse/flipr") ``` + ## Example ```{r} diff --git a/README.md b/README.md index 68f290e..d3b17c1 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,20 @@ data. ## Installation -You can install the latest stable version of -[**flipr**](https://permaverse.github.io/flipr/) on CRAN with: +You can install the package from [CRAN](https://CRAN.R-project.org) +with: ``` r install.packages("flipr") ``` -Or you can install the development version from +Alternatively, You can install the development version of +[**flipr**](https://permaverse.github.io/flipr/) from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("permaverse/flipr") +# install.packages("pak") +pak::pak("permaverse/flipr") ``` ## Example