Skip to content

Commit

Permalink
clarify authorship and copyright [fixes #33]
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed Mar 15, 2024
1 parent 8b057b3 commit 298d9f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Version: 0.1.18.9002
Authors@R: c(
person("Mike", "Cheng", role = c("aut", "cre", 'cph'),
email = "[email protected]"),
person("Yao", "Yuan", role = "cph", email = "[email protected]",
person("Yao", "Yuan", role = c("aut", "cph"), email = "[email protected]",
comment="Author of bundled yyjson"))
Maintainer: Mike Cheng <[email protected]>
Description: A fast JSON parser, generator and validator which converts JSON
data to/from R objects. The standard R data types are supported
(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 which
This implementation wraps 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/
Expand All @@ -30,5 +30,6 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Copyright: Copyright (c) 2020 YaoYuan. See 'inst/COPYRIGHTS' for LICENSE for inclued code.
Depends:
R (>= 3.5.0)
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# yyjsonr 0.1.18.9003 2024-03-13

* call `normalizePath()` on all file paths
* clarify authorship and copyright

# yyjsonr 0.1.18.9002 2024-03-07

Expand Down
4 changes: 4 additions & 0 deletions inst/COPYRIGHTS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

The included 'yyjson' library code is Copyright (c) 2020 YaoYuan <[email protected]>.

See 'inst/LICENSE-yyjson.txt' for license file from original source code.

0 comments on commit 298d9f1

Please sign in to comment.