-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from parmsam/sam-dev
Prepare release to CRAN
- Loading branch information
Showing
12 changed files
with
65 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
^docs$ | ||
^pkgdown$ | ||
^vignettes/articles$ | ||
^cran-comments\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
Package: lzstring | ||
Type: Package | ||
Title: An R wrapper of lzstring C++ library | ||
Title: Wrapper for 'lz-string' C++ Library | ||
Version: 0.1.0 | ||
Author: Sam Parmar | ||
Maintainer: Sam Parmar <[email protected]> | ||
Description: This package provides an R interface to the lz-string C++ library, | ||
enabling LZ-based compression and decompression of strings directly within | ||
R. This can be particularly useful for reducing the memory footprint of | ||
large strings or for transmitting compressed data. | ||
Description: Provide access to the 'lz-string' C++ library for LZ-based | ||
compression and decompression of strings. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
|
@@ -16,5 +12,19 @@ LinkingTo: | |
Suggests: | ||
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
RoxygenNote: 7.2.3 | ||
URL: https://parmsam.github.io/lzstring-r/ | ||
RoxygenNote: 7.3.1 | ||
URL: https://parmsam.github.io/lzstring-r/, https://github.com/parmsam/lzstring-r | ||
Authors@R: c( | ||
person( | ||
given = "Sam", | ||
family = "Parmar", | ||
role = c("aut", "cre"), | ||
email = "[email protected]" | ||
), | ||
person( | ||
given = "Andrey", | ||
family = "Krasnov", | ||
role = "cph", | ||
comment = "Author of included lz-string C++ library" | ||
)) | ||
BugReports: https://github.com/parmsam/lzstring-r/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# lzstring 0.1.0 | ||
|
||
* Initial CRAN submission. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
* This is a new release. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters