Skip to content

Commit

Permalink
Fixed warnings when compiling with PKGFLAGS=-Wconversion
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed Jan 19, 2024
1 parent 4bcad13 commit 580ca80
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 112 deletions.
2 changes: 1 addition & 1 deletion 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.16
Version: 0.1.16.9000
Authors@R: c(
person("Mike", "Cheng", role = c("aut", "cre", 'cph'),
email = "mikefc@coolbutuseless.com"),
Expand Down
11 changes: 8 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@

# yyjson4 0.1.16 2024-01-17
# yyjsonr 0.1.17 2024-01-20

* Fixes for CRAN
* Fixed warnings when building with `MAKEVARS` `PKG_CFLAGS = -Wconversion`

# yyjsonr 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
# yyjsonr 0.1.15 2024-01-15

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

# yyjson4 0.1.14 2024-01-13
# yyjsonr 0.1.14 2024-01-13

* Add `int64 = "double"` option to `opts_read_json()`
* Preparations for CRAN
Expand Down
Loading

0 comments on commit 580ca80

Please sign in to comment.