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