From 4343dff4bb59dda23e4f4b3cacd66cb9865e59d9 Mon Sep 17 00:00:00 2001 From: parmsam Date: Wed, 1 May 2024 12:21:46 -0400 Subject: [PATCH] submit to CRAN and update readme --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ README.Rmd | 2 +- README.md | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index 544bb70..4a0701c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^pkgdown$ ^vignettes/articles$ ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..34f47d4 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.1.1 +Date: 2024-05-01 16:18:12 UTC +SHA: a5866a0424e2322c4b75b66936138a47e1024271 diff --git a/README.Rmd b/README.Rmd index 45847cf..01527c2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -29,7 +29,7 @@ The goal of lzstring-r is to provide an R wrapper for the [lzstring C++ library] You can install the released version of lzstringr from CRAN with: ``` r -install.packages("lzstringr") +install.packages("lzstring") ``` You can install the development version of lzstringr from [GitHub](https://github.com/) with: diff --git a/README.md b/README.md index 749c5a9..80dc350 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ lzstring in JavaScript—peek at his work over You can install the released version of lzstringr from CRAN with: ``` r -install.packages("lzstringr") +install.packages("lzstring") ``` You can install the development version of lzstringr from