Skip to content

Commit

Permalink
submit to CRAN and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parmsam committed May 1, 2024
1 parent a5866a0 commit 4343dff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^pkgdown$
^vignettes/articles$
^cran-comments\.md$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.1.1
Date: 2024-05-01 16:18:12 UTC
SHA: a5866a0424e2322c4b75b66936138a47e1024271
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4343dff

Please sign in to comment.