Skip to content

Commit

Permalink
Apply CRAN submission feedback. Round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed Jan 17, 2024
1 parent 8eb8c7c commit 4bcad13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: yyjsonr
Type: Package
Title: Fast JSON Parser and Generator
Version: 0.1.15
Version: 0.1.16
Authors@R: c(
person("Mike", "Cheng", role = c("aut", "cre", 'cph'),
email = "[email protected]"),
Expand All @@ -13,7 +13,8 @@ Description: A fast JSON parser, generator and validator which converts JSON
(e.g. logical, numeric, integer) with configurable handling of NULL and NA
values. Data frames, atomic vectors and lists are all supported as data
containers translated to/from JSON.
This implementation is a wrapper around the 'yyjson' C library.
This implementation is a wrapper around the 'yyjson' 'C' library which
is available from <https://github.com/ibireme/yyjson>.
License: MIT + file LICENSE
URL: https://github.com/coolbutuseless/yyjsonr, https://coolbutuseless.github.io/package/yyjsonr/
BugReports: https://github.com/coolbutuseless/yyjsonr/issues
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023,2024
COPYRIGHT HOLDER: Mike FC
COPYRIGHT HOLDER: Mike Cheng
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@

# yyjson4 0.1.16 2024-01-17

* Fixes for CRAN
* DESCRIPTION fix: Write `C` as `'C'`
* Add link to original `yyjson` library
* Fix name in LICENSE

# yyjson4 0.1.15 2024-01-15

* Fixes for CRAN
* Simply example to remove checkRd NOTE
* Simplify example to remove `checkRd` NOTE
* Platform specific handling of error location format string to fix WARNING

# yyjson4 0.1.14 2024-01-13
Expand Down

0 comments on commit 4bcad13

Please sign in to comment.