From 3296b78259c4763fb10c5f1268c7c72ab99ab369 Mon Sep 17 00:00:00 2001 From: parmsam Date: Mon, 21 Oct 2024 13:58:52 -0400 Subject: [PATCH] use canonical form of CRAN URL --- README.Rmd | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 4ce8200..eee535a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,7 +26,7 @@ The goal of lzstring-r is to provide an R wrapper for the [lzstring C++ library] ## Installation -You can install the released version of lzstringr from [CRAN](https://cran.r-project.org/web/packages/lzstring/index.html) with: +You can install the released version of lzstringr from [CRAN](https://CRAN.R-project.org/package=lzstring) with: ``` r install.packages("lzstring") diff --git a/README.md b/README.md index c707f64..0437084 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ lzstring in JavaScript—peek at his work over ## Installation You can install the released version of lzstringr from -[CRAN](https://cran.r-project.org/web/packages/lzstring/index.html) -with: +[CRAN](https://CRAN.R-project.org/package=lzstring) with: ``` r install.packages("lzstring")